aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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