Permalink
Browse files

Add readme.txt to dist target.

  • Loading branch information...
1 parent 93e2554 commit 97756a8768216be725d199680a7262304610c1ab @ralight committed Feb 7, 2010
Showing with 1 addition and 1 deletion.
  1. +1 −1 Makefile
View
@@ -15,7 +15,7 @@ install : pcre.so
dist : clean
mkdir sqlite3-pcre-${VERSION}
- cp -f pcre.c Makefile sqlite3-pcre-${VERSION}
+ cp -f pcre.c Makefile readme.txt sqlite3-pcre-${VERSION}
tar -czf sqlite3-pcre-${VERSION}.tar.gz sqlite3-pcre-${VERSION}
clean :

0 comments on commit 97756a8

Please sign in to comment.