From: simon Date: Fri, 19 Nov 2004 21:43:03 +0000 (+0000) Subject: And add LICENCE to the release archive. X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/tweak/commitdiff_plain/7cf0466a62c80cd98d84acb49b868e6cb8591352 And add LICENCE to the release archive. git-svn-id: svn://svn.tartarus.org/sgt/tweak@4835 cda61777-01e9-0310-a592-d414129be87e --- diff --git a/Makefile b/Makefile index a2286ec..2d77c4d 100644 --- 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))