commit 5f7acdb4b13e589123a49eaf6de02baab18abc83
parent b37bc7f429c1dd2646c8e383aa4ec3e5c2ec236d
Author: Christoph Lohmann <20h@r-36.net>
Date: Wed, 2 May 2012 21:37:42 +0200
Packaging should include the manpage.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
@@ -32,7 +32,7 @@ dist: clean
@echo creating dist tarball
@mkdir -p ${NAME}-${VERSION}
@cp -R LICENSE Makefile README.md config.mk \
- etc ${SRC} *.h ${NAME}-${VERSION}
+ etc ${NAME}.8 ${SRC} *.h ${NAME}-${VERSION}
@tar -cf ${NAME}-${VERSION}.tar ${NAME}-${VERSION}
@gzip ${NAME}-${VERSION}.tar
@rm -rf ${NAME}-${VERSION}