From: jluehrs2 Date: Wed, 5 Sep 2007 04:29:21 +0000 (-0500) Subject: let's distribute the license too X-Git-Tag: 0.03~7 X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=48562a3fb878e8184ebf62c5429ff31a79a7352d;p=luairc.git let's distribute the license too --- diff --git a/Makefile b/Makefile index a4a2861..3474efa 100644 --- a/Makefile +++ b/Makefile @@ -32,9 +32,9 @@ clean : dist : $(VERSION).tar.gz -$(VERSION).tar.gz : $(MAIN_LUA) $(MOD_LUAS) $(TEST_LUAS) doc Makefile README TODO +$(VERSION).tar.gz : $(MAIN_LUA) $(MOD_LUAS) $(TEST_LUAS) doc Makefile README TODO LICENSE @echo "Creating $(VERSION).tar.gz" @mkdir $(VERSION) - @cp -r src test doc Makefile README TODO $(VERSION) + @cp -r src test doc Makefile README TODO LICENSE $(VERSION) @tar czf $(VERSION).tar.gz $(VERSION) @rm -rf $(VERSION)