r2193: *** empty log message ***
[clsql.git] / cvsbp-prepare.sh
index a970c84f07b5b5b9a1502dbb3a1142b4d5ac3e20..0fb44970dd64fff94dab60e89c34a112e9c90bb2 100755 (executable)
@@ -2,20 +2,8 @@
 
 set -e  # abort on error
 
-# Make documentation to put in debian package 
-# This must match prebuilt upstream documentation
-
-if [ -f doc/Makefile ]; then
-  echo "Making upstream documentation for CVS checked-out package"
-  cd doc
-  make all
-  cd ..
-else
-  echo "Unable to build documentation for CVS checked out package"
-  exit 1
-fi
-
-# Clean checked out CVS directory
+echo "Cleaning checkout CVS directory"
 rm -f upload.sh make-upstream.sh make-debian.sh
 rm -f `find . -type f -name .cvsignore`
 rm -f cvsbp-prepare.sh
+