From: Kevin M. Rosenberg Date: Mon, 6 May 2002 21:17:15 +0000 (+0000) Subject: r1975: *** empty log message *** X-Git-Tag: debian-4.5.3-3~267 X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=commitdiff_plain;h=653033c8e074f5373dad114a7849f4196e1235d6 r1975: *** empty log message *** --- diff --git a/cvsbp-prepare.sh b/cvsbp-prepare.sh index 2c7a724..1397730 100755 --- a/cvsbp-prepare.sh +++ b/cvsbp-prepare.sh @@ -5,11 +5,9 @@ set -e # abort on error # Make documentation to put in debian package # This must match prebuilt upstream documentation -if [ -f doc/Makefile ]; then +if [ -f make-doc.sh ]; then echo "Making upstream documentation for CVS checked-out package" - cd doc - make all - cd .. + make-doc.sh else echo "Unable to build documentation for CVS checked out package" exit 1