dist doesn't work. fixing Makefile.
authorEnno Boland (tox) <tox@s01.de>
Thu, 10 Sep 2009 07:49:13 +0000 (09:49 +0200)
committerEnno Boland (tox) <tox@s01.de>
Thu, 10 Sep 2009 07:49:13 +0000 (09:49 +0200)
Makefile

index 5a98461..327514d 100644 (file)
--- 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