No need for extra arg.h mentioning. - thinglaunch - A simple command and password promtper for X11. HTML git clone git://bitreich.org/thinglaunch DIR Log DIR Files DIR Refs DIR Tags DIR LICENSE --- DIR commit 6e8e0fef1c56465feb26cb4009c54315baa1ecb3 DIR parent 1d85b767bee1ecfbb90bf78ad3a990de84b0fb25 HTML Author: Christoph Lohmann <20h@r-36.net> Date: Sat, 4 Aug 2012 22:18:20 +0200 No need for extra arg.h mentioning. Diffstat: M Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- DIR diff --git a/Makefile b/Makefile @@ -39,7 +39,7 @@ clean: dist: clean @echo creating dist tarball @mkdir -p ${NAME}-${VERSION} - @cp -R LICENSE LICENSE.orig arg.h ${NAME}.1 Makefile config.mk \ + @cp -R LICENSE LICENSE.orig ${NAME}.1 Makefile config.mk \ ${SRC} *.h ${NAME}-${VERSION} @tar -cf ${NAME}-${VERSION}.tar ${NAME}-${VERSION} @gzip ${NAME}-${VERSION}.tar