X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=make-dist.sh;h=5e1fdd2eb22b0dfe1909e7bb989e536dff6644e0;hb=ae5ad2e9fe92b5fdb2a4c5d6e6f3e2de410e61d8;hp=b846a69bc5b8863905db1943be2bc834468493a6;hpb=be3c92dce55fa677485ee9ec17ed1bc278f1d333;p=ctsim.git diff --git a/make-dist.sh b/make-dist.sh index b846a69..5e1fdd2 100755 --- a/make-dist.sh +++ b/make-dist.sh @@ -8,7 +8,6 @@ set -e DEBPKG=ctsim PKG=ctsim VERSION=`sed -n -e "s/${DEBPKG} (\(.*\)-[0-9]).*/\1/p" < debian/changelog |head -1` -echo $VERSION TOPDIR=`basename $PWD` DISTDIR=${PKG}-${VERSION} @@ -34,7 +33,8 @@ rm -f `find . -type f -name .cvsignore` rm -rf `find . -type d -name CVS` rm -f `find . -type f -name '*~' -or -name '.*~' -or \ -name '.#*' -or -name '#*#' -or -name '*.fig' -or -name '*.psd'` -rm -rf images copy make-dist.sh make-doc.sh doc +rm -rf images copy make-dist.sh make-doc.sh doc stamp-h.in build-stamp \ + configure-stamp popd # Create original distribution archives