X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=make-dist.sh;h=757695e08c601df4812dabfdc8717299a219139b;hb=fc7552128575d89debce4f4e32705efd26dfddc1;hp=d92e693c4b5a151da52c6dc8c5db10002d3f5d79;hpb=bc839144f5c7b0ca07b127fff3ed1dd146b98ac8;p=uffi.git diff --git a/make-dist.sh b/make-dist.sh index d92e693..757695e 100755 --- a/make-dist.sh +++ b/make-dist.sh @@ -69,7 +69,7 @@ echo "Cleaning distribution directory ${DISTDIR}" rm -f ${DISTDIR}/upload.sh ${DISTDIR}/make-dist.sh ${DISTDIR}/cvsbp-prepare 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 '.#*' +rm -f `find ${DISTDIR} -type f -name '*~' -or -name '#*' -or -name '#*#' -or -name '.#*'` rm -f `find ${DISTDIR}/doc -type f -name \*.tex -or -name \*.aux -or \ -name \*.log -or -name \*.out -or -name \*.dvi`