Makefile fixing

This commit is contained in:
Enno Boland (tox) 2009-09-11 09:38:53 +02:00
parent f400f0d56f
commit 2f639aede5
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ clean:
dist: clean dist: clean
@echo creating dist tarball @echo creating dist tarball
@mkdir -p surf-${VERSION} @mkdir -p surf-${VERSION}
@cp -R LICENSE Makefile config.mk README \ @cp -R LICENSE Makefile config.mk config.def.h README \
surf.1 ${SRC} surf-${VERSION} surf.1 ${SRC} surf-${VERSION}
@tar -cf surf-${VERSION}.tar surf-${VERSION} @tar -cf surf-${VERSION}.tar surf-${VERSION}
@gzip surf-${VERSION}.tar @gzip surf-${VERSION}.tar