From 7cf0466a62c80cd98d84acb49b868e6cb8591352 Mon Sep 17 00:00:00 2001 From: simon Date: Fri, 19 Nov 2004 21:43:03 +0000 Subject: [PATCH] And add LICENCE to the release archive. git-svn-id: svn://svn.tartarus.org/sgt/tweak@4835 cda61777-01e9-0310-a592-d414129be87e --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 2.11.0