Remove ~-files in from the dist tarball

This commit is contained in:
Martin Gasbichler 2003-02-21 07:56:58 +00:00
parent da526597f0
commit e9c25518b2
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ dist :
cp -r s48 sunterlib-$(version)/s48
cp -r scsh sunterlib-$(version)/scsh
find sunterlib-0.1/ -name CVS | xargs rm -rf
find sunterlib-0.1/ -name "*~" | xargs rm -f
tar -czf sunterlib-$(version).tar.gz sunterlib-$(version)
rm -rf sunterlib-$(version)