And add LICENCE to the release archive.
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Fri, 19 Nov 2004 21:43:03 +0000 (21:43 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Fri, 19 Nov 2004 21:43:03 +0000 (21:43 +0000)
git-svn-id: svn://svn.tartarus.org/sgt/tweak@4835 cda61777-01e9-0310-a592-d414129be87e

Makefile

index a2286ec..2d77c4d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -34,7 +34,7 @@ btree.html:  btree.but
 # command like `make release VERSION=3.00'.
 release: tweak.1 btree.html
        mkdir -p reltmp/tweak-$(VERSION)
-       for i in *.c *.h *.but tweak.1 btree.html Makefile; do   \
+       for i in LICENCE *.c *.h *.but tweak.1 btree.html Makefile; do   \
                ln -s ../../$$i reltmp/tweak-$(VERSION);         \
        done
        (cd reltmp; tar chzvf ../tweak-$(VERSION).tar.gz tweak-$(VERSION))