dist doesn't work. fixing Makefile. - surf - Surf web browser.
       
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 486a9cc9085d84816bbcaadc179669441f5f5aae
 (DIR) parent 32698c9e9f18085359955d3c8a3efe4f9611d6a4
 (HTM) Author: Enno Boland (tox) <tox@s01.de>
       Date:   Thu, 10 Sep 2009 09:49:13 +0200
       
       dist doesn't work. fixing Makefile.
       Diffstat:
         Makefile                            |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git 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