r1975: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Mon, 6 May 2002 21:17:15 +0000 (21:17 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Mon, 6 May 2002 21:17:15 +0000 (21:17 +0000)
cvsbp-prepare.sh

index 2c7a724df0cc1c6b6577ee4417ce1ccc5deace88..1397730da8b0eb7d1cfc6b25ffc401e61dd2d80c 100755 (executable)
@@ -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