Adding README file.

This commit is contained in:
Enno Boland (tox) 2009-09-11 08:18:09 +02:00
commit f400f0d56f
2 changed files with 26 additions and 1 deletions

View file

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