hepmc

Subversion Repositories:
Compare Path: Rev
With Path: Rev
/trunk/ @ 71  →  /trunk/ @ 72
/trunk/bootstrap
@@ -15,7 +15,7 @@
autoconf
 
# run doxygen if present
if [ `whereis doxygen | wc -w` == 2 ]; then
if [ `whereis doxygen | wc -w` > 1 ]; then
cd doc; doxygen doxygen.conf
fi