]> git.ipfire.org Git - thirdparty/newt.git/commitdiff
fixed archive rule to not included shared directory
authorewt <ewt>
Thu, 20 Jun 1996 01:02:56 +0000 (01:02 +0000)
committerewt <ewt>
Thu, 20 Jun 1996 01:02:56 +0000 (01:02 +0000)
Makefile

index e0833c6a31b14d3300184beb78745f918b58e335..fffab2bef7480dc36526bf03d4be241dea468a4b 100644 (file)
--- 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 .