summaryrefslogtreecommitdiff
path: root/PrepareRelease
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-03-20 11:46:50 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-03-20 11:46:50 +0000
commita281832efa782b67b26a04360a139de899e4ad62 (patch)
treef90d32626002496da7c4c746673ab9eb6e54a971 /PrepareRelease
parentfa9f06f54d0a56cf3af0fb7fa42187a7f3f16d5f (diff)
downloadpcre-a281832efa782b67b26a04360a139de899e4ad62.tar.gz
Make the use of dftables optional, and not the default. Further tidies to
documentation. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@128 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'PrepareRelease')
-rwxr-xr-xPrepareRelease3
1 files changed, 2 insertions, 1 deletions
diff --git a/PrepareRelease b/PrepareRelease
index 07b2532..3da3061 100755
--- a/PrepareRelease
+++ b/PrepareRelease
@@ -17,7 +17,7 @@
# Detrail A Perl script that removes trailing spaces from files.
-# doc/index.html.src
+# doc/index.html.src
# A file that is copied as index.html into the doc/html directory
# when the HTML documentation is built. It works like this so that
# doc/html can be deleted and re-created from scratch.
@@ -132,6 +132,7 @@ files="\
config.h \
config.h.in \
pcre_printint.src \
+ pcre_chartables.c.dist \
pcredemo.c \
pcregrep.c \
pcretest.c \