X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=make-dist.sh;fp=make-dist.sh;h=d88be3c19332e513e1170732438ac6add66e82c2;hb=a38db71484c93a961ad0a4a481d38dd36a387a08;hp=135cbcd3a261430c0df19ba3e809a97938832087;hpb=eb351484e98e34d0e0bec9450e7fb0a103f6eed7;p=uffi.git diff --git a/make-dist.sh b/make-dist.sh index 135cbcd..d88be3c 100755 --- a/make-dist.sh +++ b/make-dist.sh @@ -38,7 +38,7 @@ find ${DISTDIR} -type f -name .cvsignore -exec rm -f {} \; rm -rf `find ${DISTDIR} -type d -name CVS` rm -f `find ${DISTDIR} -type f -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 -or -name bp` + -name \*.log -or -name \*.out -or -name \*.dvi -or -name copy` echo "Creating upstream archives" rm -rf ${DISTDIR}/debian