X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=make-dist.sh;h=a5d6edb406321da6e01e40142e41a60c579aaa53;hb=0e5e11646e5abe89f73c3e8cf40c9cbaa2cc1383;hp=536fd69f1d3c322a56ccf1343c6cd902d097ead0;hpb=a01d4e203e2be95bce136ef87f9c847ecceb54ef;p=ctsim.git diff --git a/make-dist.sh b/make-dist.sh index 536fd69..a5d6edb 100755 --- a/make-dist.sh +++ b/make-dist.sh @@ -34,13 +34,12 @@ popd rm -f `find ${DISTDIR} -type f -name .cvsignore` rm -rf `find ${DISTDIR} -type d -name CVS` rm -f `find ${DISTDIR} -type f -name '*~' -or -name '.*~' -or \ - -name '.#*' -or -name '#*#'` + -name '.#*' -or -name '#*#' -or -name '*.fig' -or -name '*.psd'` + +rm -rf ${DISTDIR}/images ${DISTDIR}/copy ${DISTDIR}/make-dist.sh # Create original distribution archives rm -rf ${DISTDIR}/debian -pushd ${DISTDIR} -make distclean -popd GZIP=-9 tar czf ${DISTDIR}.tar.gz ${DISTDIR} unix2dos `find ${DISTDIR} -type f -and -name '*.c' -or -name '*.h' -or \