Add README and TODO to dist target

This commit is contained in:
sin 2014-11-14 11:58:14 +00:00
parent 7fc5856e64
commit 300eedc50a
1 changed files with 1 additions and 1 deletions

View File

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