]> git.lizzy.rs Git - luairc.git/commitdiff
let's distribute the license too
authorjluehrs2 <jluehrs2@uiuc.edu>
Wed, 5 Sep 2007 04:29:21 +0000 (23:29 -0500)
committerjluehrs2 <jluehrs2@uiuc.edu>
Wed, 5 Sep 2007 04:29:21 +0000 (23:29 -0500)
Makefile

index a4a2861420d0c8b8b494dc57d56252ae615af065..3474efabbd416b134a60546cb4e3bf7fdce35018 100644 (file)
--- 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)