From ae9c18cf4623a0055fda83fecc0235a26116621c Mon Sep 17 00:00:00 2001 From: Christoph Lohmann <20h@r-36.net> Date: Sun, 29 Apr 2012 19:33:39 +0200 Subject: Making the FIXES.md into the Makefile. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 19a5fd6..62db2b9 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ clean: dist: clean @echo creating dist tarball @mkdir -p ${NAME}-${VERSION} - @cp -R LICENSE Makefile README.md config.mk \ + @cp -R LICENSE Makefile README.md FIXES.md config.mk \ ${SRC} ${NAME}.1 *.h ${NAME}-${VERSION} @tar -cf ${NAME}-${VERSION}.tar ${NAME}-${VERSION} @gzip ${NAME}-${VERSION}.tar -- cgit v1.2.3