baum

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 diff
     1.1 --- a/Makefile	Wed Feb 13 21:23:21 2008 +0100
     1.2 +++ b/Makefile	Wed Feb 13 21:33:20 2008 +0100
     1.3 @@ -55,7 +55,7 @@
     1.4  dist: build changelog
     1.5  	@echo "generating tarball"
     1.6  	@mkdir -p ${NV}
     1.7 -	@cp -f ${NAME} ${SRC} ${DEP} ${NAME}.1 Makefile ${DOCS} ${NV}
     1.8 +	@cp -rf ${NAME} ${SRC} ${DEP} ${NAME}.1 Makefile ${DOCS} ${NV}
     1.9  	@tar -czhof ${NV}.tar.gz ${NV}
    1.10  	@rm -rf ${NV}
    1.11