commit 0b4ef461007845f6d764f7ebaabb8462ac8ca365
Author: sin <[email protected]>
Date:   Sun Nov 16 16:43:47 2014 +0000

    Remove Makefile from dist target

diff --git a/mkfile b/mkfile
index 5ec7d31..5b66884 100644
--- a/mkfile
+++ b/mkfile
@@ -148,7 +148,7 @@ uninstall:V: all
 
 dist:V: clean
        mkdir -p sbase-$VERSION
-       cp -r LICENSE Makefile README TODO config.mk $SRC $MAN util $HFILES 
sbase-$VERSION
+       cp -r LICENSE README TODO config.mk mkfile $SRC $MAN util $HFILES 
sbase-$VERSION
        tar -cf sbase-$VERSION.tar sbase-$VERSION
        gzip sbase-$VERSION.tar
        rm -rf sbase-$VERSION


Reply via email to