aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Lohmann <20h@r-36.net>2012-04-29 19:33:39 +0200
committerChristoph Lohmann <20h@r-36.net>2012-04-29 19:33:39 +0200
commitae9c18cf4623a0055fda83fecc0235a26116621c (patch)
tree0113a6dbf828b5bc39d8db73357be6e5eb5febf4
parent4c7de0d0010b4352496191027c81552499263d76 (diff)
downloadnldev-ae9c18cf4623a0055fda83fecc0235a26116621c.tar.bz2
nldev-ae9c18cf4623a0055fda83fecc0235a26116621c.tar.xz
Making the FIXES.md into the Makefile.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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