diff Makefile @ 21:ca56c1b3fb67

added license to debian/copyright; fixed minor makefile and debian stuff
author meillo@marmaro.de
date Wed, 13 Feb 2008 21:33:20 +0100
parents 3c64b5ac821b
children 69a7cf2f0c06
line wrap: on
line diff
--- a/Makefile	Wed Feb 13 21:23:21 2008 +0100
+++ b/Makefile	Wed Feb 13 21:33:20 2008 +0100
@@ -55,7 +55,7 @@
 dist: build changelog
 	@echo "generating tarball"
 	@mkdir -p ${NV}
-	@cp -f ${NAME} ${SRC} ${DEP} ${NAME}.1 Makefile ${DOCS} ${NV}
+	@cp -rf ${NAME} ${SRC} ${DEP} ${NAME}.1 Makefile ${DOCS} ${NV}
 	@tar -czhof ${NV}.tar.gz ${NV}
 	@rm -rf ${NV}