about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorEnno Boland (tox) <tox@s01.de>2009-09-10 09:49:13 +0200
committerEnno Boland (tox) <tox@s01.de>2009-09-10 09:49:13 +0200
commit486a9cc9085d84816bbcaadc179669441f5f5aae (patch)
treebb7e0eb3cf18cc2308cf30a4fa3811c868920fd2 /Makefile
parentAdded tag 0.1 for changeset d8628fc93353 (diff)
downloadsurf-486a9cc9085d84816bbcaadc179669441f5f5aae.tar.gz
surf-486a9cc9085d84816bbcaadc179669441f5f5aae.tar.bz2
surf-486a9cc9085d84816bbcaadc179669441f5f5aae.zip
dist doesn't work. fixing Makefile.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5a98461..327514d 100644
--- a/Makefile
+++ b/Makefile
@@ -35,7 +35,7 @@ clean:
 dist: clean
 	@echo creating dist tarball
 	@mkdir -p surf-${VERSION}
-	@cp -R LICENSE Makefile README config.mk \
+	@cp -R LICENSE Makefile config.mk \
 		surf.1 ${SRC} surf-${VERSION}
 	@tar -cf surf-${VERSION}.tar surf-${VERSION}
 	@gzip surf-${VERSION}.tar