hepmc - Diff between revs 72 and 74
Subversion Repositories:
| Rev 72 | Rev 74 | |||
|---|---|---|---|---|
| Line 13... | Line 13... | |||
| 13 | autoheader | 13 | autoheader | |
| 14 | automake --add-missing --copy | 14 | automake --add-missing --copy | |
| 15 | autoconf | 15 | autoconf | |
| 16 | 16 | |||
| 17 | # run doxygen if present | 17 | # run doxygen if present | |
| 18 | if [ `whereis doxygen | wc -w` > 1 ]; then | - | ||
| - | 18 | if [ `whereis doxygen | wc -w` -gt 1 ]; then | ||
| 19 | cd doc; doxygen doxygen.conf | 19 | cd doc; doxygen doxygen.conf | |
| 20 | fi | 20 | fi | |
| 21 | 21 | |||
| 22 | # ready to make a source code distribution tarball | 22 | # ready to make a source code distribution tarball | |
