README.md is gone. - thingmenu - A simple graphical menu launcher for X11.
 (HTM) git clone git://bitreich.org/thingmenu
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Tags
 (DIR) LICENSE
       ---
 (DIR) commit 08dc77218ed9258f10f58e6f53d26931a5406f32
 (DIR) parent 2e6e710ce313489069e9de6905e1e7f91499910f
 (HTM) Author: Christoph Lohmann <20h@r-36.net>
       Date:   Sat,  2 Jul 2011 12:32:56 +0200
       
       README.md is gone.
       
       Diffstat:
         M Makefile                            |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/Makefile b/Makefile
       @@ -36,7 +36,7 @@ clean:
        dist: clean
                @echo creating dist tarball
                @mkdir -p ${NAME}-${VERSION}
       -        @cp -R LICENSE Makefile ${NAME}.1 README.md config.mk \
       +        @cp -R LICENSE Makefile ${NAME}.1 config.mk \
                        ${SRC} *.h ${NAME}-${VERSION}
                @tar -cf ${NAME}-${VERSION}.tar ${NAME}-${VERSION}
                @gzip ${NAME}-${VERSION}.tar