commit 08dc77218ed9258f10f58e6f53d26931a5406f32
parent 2e6e710ce313489069e9de6905e1e7f91499910f
Author: Christoph Lohmann <20h@r-36.net>
Date:   Sat,  2 Jul 2011 12:32:56 +0200
README.md is gone.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
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