X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=debian%2Fcvsbp-prepare.sh;h=143c4d7236dba4912aadb9e2b324ee13f5e018a0;hp=0f81021764f0716ed9c566864aabf261dc16c9c6;hb=b7519560db07975f7a16cd24d12fe61ba0b4d84c;hpb=aecee14abac427c3fe2625516da49eaa2bf40503 diff --git a/debian/cvsbp-prepare.sh b/debian/cvsbp-prepare.sh index 0f81021..143c4d7 100755 --- a/debian/cvsbp-prepare.sh +++ b/debian/cvsbp-prepare.sh @@ -2,21 +2,11 @@ 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 debian/upload.sh debian/make-upstream.sh debian/make-debian.sh +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 +rm -f debian/cvsbp-prepare.sh +