]> Skullheadx's Git Forge - surf.git/commitdiff
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 5a98461fc8e12607447a00394472efd6035a107f..327514dae203b655a2c581233c0b772a32d97052 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