hepmc

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