commit 300eedc50a16f968481d257aa875c96659f0a0a9
Author: sin <[email protected]>
Date:   Fri Nov 14 11:58:14 2014 +0000

    Add README and TODO to dist target

diff --git a/Makefile b/Makefile
index c85d485..e8aba9d 100644
--- a/Makefile
+++ b/Makefile
@@ -162,7 +162,7 @@ uninstall:
 dist: clean
        @echo creating dist tarball
        @mkdir -p sbase-$(VERSION)
-       @cp -r LICENSE Makefile config.mk $(SRC) $(MAN) util $(HDR) 
sbase-$(VERSION)
+       @cp -r LICENSE Makefile README TODO config.mk $(SRC) $(MAN) util $(HDR) 
sbase-$(VERSION)
        @tar -cf sbase-$(VERSION).tar sbase-$(VERSION)
        @gzip sbase-$(VERSION).tar
        @rm -rf sbase-$(VERSION)


Reply via email to