From: ewt Date: Thu, 20 Jun 1996 01:02:56 +0000 (+0000) Subject: fixed archive rule to not included shared directory X-Git-Tag: 0-1~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1cd939a011e8709560f95bba3f61ac27900dd72a;p=thirdparty%2Fnewt.git fixed archive rule to not included shared directory --- diff --git a/Makefile b/Makefile index e0833c6..fffab2b 100644 --- a/Makefile +++ b/Makefile @@ -83,7 +83,7 @@ archive: make clean; \ find . -name "RCS" -exec rm {} \; ; \ find . -name ".depend" -exec rm {} \; ; \ - rm -f *gz test + rm -f *gz test shared @cd /tmp; tar czSpf newt-$(VERSION).tar.gz newt-$(VERSION) @rm -rf /tmp/newt-$(VERSION) @cp /tmp/newt-$(VERSION).tar.gz .