genwebgallery

changeset 33:468db487b347

makefile: dist tarballs are created in the current dir now
author meillo@marmaro.de
date Wed, 04 Jun 2008 23:01:34 +0200
parents 8164905ea8af
children 6a3ef869fd68
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/Makefile	Wed Jun 04 22:57:09 2008 +0200
     1.2 +++ b/Makefile	Wed Jun 04 23:01:34 2008 +0200
     1.3 @@ -21,7 +21,7 @@
     1.4  	@echo "generating distribution tarball"
     1.5  	@mkdir ${NV}
     1.6  	@cp -f ${NAME} ${NAME}.1 Makefile ${DOCS} ${NV}
     1.7 -	@tar -czho --owner 0 --group 0 -f ../${NV}.tar.gz ${NV}
     1.8 +	@tar -czho --owner 0 --group 0 -f ${NV}.tar.gz ${NV}
     1.9  	@rm -rf ${NV}
    1.10  
    1.11