X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=cvsbp-prepare.sh;h=0fb44970dd64fff94dab60e89c34a112e9c90bb2;hb=6d7e9a86e0327598339a7358e61ca604b3e518a0;hp=abe49b6b8d27f085beef1fe61a0cc4d5fb8760a4;hpb=70503992274ada3724a06a61393a76c1e49c7b8e;p=clsql.git diff --git a/cvsbp-prepare.sh b/cvsbp-prepare.sh index abe49b6..0fb4497 100755 --- a/cvsbp-prepare.sh +++ b/cvsbp-prepare.sh @@ -2,19 +2,6 @@ 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 - echo "Cleaning checkout CVS directory" rm -f upload.sh make-upstream.sh make-debian.sh rm -f `find . -type f -name .cvsignore`