let's distribute the license too

This commit is contained in:
jluehrs2 2007-09-04 23:29:21 -05:00
parent 498959c4ce
commit 48562a3fb8

View File

@ -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)