X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=debian%2Fcvsbp-prepare.sh;fp=debian%2Fcvsbp-prepare.sh;h=511dcaf1c10d9ae0716dab15e8e76b8f07395ac4;hb=d6b1978869fc77a8ac9404f7885eed3f8928db65;hp=0f81021764f0716ed9c566864aabf261dc16c9c6;hpb=00ad65c52abdb2ab482b2459d4171577d846a8e4;p=ctsim.git diff --git a/debian/cvsbp-prepare.sh b/debian/cvsbp-prepare.sh index 0f81021..511dcaf 100755 --- a/debian/cvsbp-prepare.sh +++ b/debian/cvsbp-prepare.sh @@ -2,20 +2,9 @@ set -e # abort on error -# Make documentation to put in debian package -# This must match prebuilt upstream documentation - -if [ -f make-doc.sh ]; then - echo "Making upstream documentation for CVS checked-out package" - ./make-doc.sh -else - echo "Unable to build documentation for CVS checked out package" - exit 1 -fi - # Clean checked out CVS directory rm -f debian/upload.sh debian/make-upstream.sh debian/make-debian.sh debian/cvsbp-prepare.sh -rm -f make-doc.sh do-autoconf +rm -f do-autoconf rm -f `find . -type f -name .cvsignore` rm -rf images doc stamp-h.in build-stamp configure-stamp rm -f cvsbp-prepare.sh