hepmc - Rev 65
Subversion Repositories:
#! /bin/shset -x# cleanup should not be necessary# however, in some cases strange results are found if you do not start cleanrm -rf autom4te.cacherm -f aclocal.m4rm -f Makefile.in */Makefile.in */defs.h.inrm -f missing install-sh depcomprm -f configure config.*# run autotool commandsaclocalautoheaderautomake --add-missing --copyautoconf# run doxygen if presentif [ `whereis doxygen | wc -w` == 2 ]; thencd doc; doxygen doxygen.conffi# ready to make a source code distribution tarball
