r1893: *** empty log message ***
[ctsim.git] / make-dist.sh
index 536fd69f1d3c322a56ccf1343c6cd902d097ead0..a5d6edb406321da6e01e40142e41a60c579aaa53 100755 (executable)
@@ -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 \