From: anselm@garbe.us Date: Fri, 6 Aug 2010 08:52:12 +0000 (+0100) Subject: fixed issue reported by serge on irc, util.c was excluded in dist target X-Git-Url: https://git.armaanb.net/?p=sic.git;a=commitdiff_plain;h=fdaf2adbc98db2979e68fbb653620a974c338d0a fixed issue reported by serge on irc, util.c was excluded in dist target --- diff --git a/Makefile b/Makefile index 0ee4426..ff1f07c 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ clean: dist: clean @echo creating dist tarball @mkdir -p sic-${VERSION} - @cp -R LICENSE Makefile README config.mk sic.1 ${SRC} sic-${VERSION} + @cp -R LICENSE Makefile README 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}