hepmc - Diff between revs 74 and 78
Subversion Repositories:
| Rev 74 | Rev 78 | |||
|---|---|---|---|---|
| Line 12... | Line 12... | |||
| 12 | aclocal | 12 | aclocal | |
| 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 | - | ||
| 18 | if [ `whereis doxygen | wc -w` -gt 1 ]; then | - | ||
| 19 | cd doc; doxygen doxygen.conf | - | ||
| 20 | fi | - | ||
| - | 17 | # To avoid confusing people with failures in the documentation build, | ||
| - | 18 | # build documents during the bootstrap process. | ||
| - | 19 | cd doc; ./buildDoc.sh | ||
| 21 | 20 | |||
| 22 | # ready to make a source code distribution tarball | 21 | # ready to make a source code distribution tarball | |
