fix dist target, thanks Dimitris!

This commit is contained in:
Anselm R Garbe 2014-11-19 14:28:49 +01:00
parent 6d4fd01fc1
commit 6ae3c37e30
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ clean:
dist: clean
@echo creating dist tarball
@mkdir -p sic-${VERSION}
@cp -R LICENSE Makefile README config.def.h config.mk sic.1 sic.c util.c sic-${VERSION}
@cp -R LICENSE Makefile README arg.h 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}