applied 3 additional patches by Dimitris

This commit is contained in:
Anselm R Garbe
2014-11-14 16:06:28 +01:00
parent 5eaa0fff0d
commit 6703fe4592
3 changed files with 99 additions and 30 deletions

View File

@@ -34,7 +34,7 @@ clean:
dist: clean
@echo creating dist tarball
@mkdir -p sic-${VERSION}
@cp -R LICENSE Makefile README config.mk sic.1 sic.c util.c sic-${VERSION}
@cp -R LICENSE Makefile README config.def.h config.mk sic.1 sic.c util.c sic-${VERSION}
@tar -cf sic-${VERSION}.tar sic-${VERSION}
@gzip sic-${VERSION}.tar
@rm -rf sic-${VERSION}