summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEnno Boland (tox) <tox@s01.de>2009-09-11 08:18:09 +0200
committerEnno Boland (tox) <tox@s01.de>2009-09-11 08:18:09 +0200
commitf400f0d56f9a89984b40f5b8a57e410c0bf2c9e2 (patch)
tree64642bf9af5660a6b8fb17b237197064cff42e8a /Makefile
parent44511e25490498bc2a38adcfda1f4f6e25805d7a (diff)
downloadsurf-f400f0d56f9a89984b40f5b8a57e410c0bf2c9e2.tar.gz
surf-f400f0d56f9a89984b40f5b8a57e410c0bf2c9e2.tar.bz2
surf-f400f0d56f9a89984b40f5b8a57e410c0bf2c9e2.zip
Adding README file.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 327514d..80fe821 100644
--- a/Makefile
+++ b/Makefile
@@ -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