Commit 1efe5b054eb7b1ad4865de39360489329eb5493d

Thomas de Grivel 2012-11-17T03:37:03

add README.md to dist

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/Makefile b/Makefile
index 1efab49..2c5f4e9 100644
--- a/Makefile
+++ b/Makefile
@@ -41,7 +41,7 @@ DISTDIR = ${PROG}-${VER}
 DIST = ${DISTDIR}.tar.gz
 dist: ${DIST}
 
-DISTFILES = ${SRCS} ${PROG}.1 Makefile
+DISTFILES = ${SRCS} ${PROG}.1 README.md Makefile
 
 ${DIST}: ${DISTFILES}
 	mkdir ${PROG}-${VER}