tMakefile fixing - surf - customized build of surf, the suckless webkit browser
 (HTM) git clone git://src.adamsgaard.dk/surf
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 2f639aede5709c2c5105e40d35b355bdddbcf4f5
 (DIR) parent f400f0d56f9a89984b40f5b8a57e410c0bf2c9e2
 (HTM) Author: Enno Boland (tox) <tox@s01.de>
       Date:   Fri, 11 Sep 2009 09:38:53 +0200
       
       Makefile fixing
       Diffstat:
         M Makefile                            |       2 +-
         M surf.c                              |       2 +-
       
       2 files changed, 2 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/Makefile b/Makefile
       t@@ -35,7 +35,7 @@ clean:
        dist: clean
                @echo creating dist tarball
                @mkdir -p surf-${VERSION}
       -        @cp -R LICENSE Makefile config.mk README \
       +        @cp -R LICENSE Makefile config.mk config.def.h README \
                        surf.1 ${SRC} surf-${VERSION}
                @tar -cf surf-${VERSION}.tar surf-${VERSION}
                @gzip surf-${VERSION}.tar
 (DIR) diff --git a/surf.c b/surf.c
       t@@ -16,7 +16,7 @@
        #include <webkit/webkit.h>
        #include <glib/gstdio.h>
        
       -#define LENGTH(x) (sizeof x / sizeof x[0])
       +#define LENGTH(x)               (sizeof x / sizeof x[0])
        #define CLEANMASK(mask)         (mask & ~(GDK_MOD2_MASK))
        
        Display *dpy;