summaryrefslogtreecommitdiff
path: root/PrepareRelease
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2011-12-30 19:32:50 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2011-12-30 19:32:50 +0000
commit3e69b6dc685eead4b0dfc35191a26457c74f598a (patch)
tree3cf48781f7a952f8468cd6cb4c98cce89c955b29 /PrepareRelease
parentd42d890c2e36e9749c36b180c1cc16b8f6ec0682 (diff)
downloadpcre-3e69b6dc685eead4b0dfc35191a26457c74f598a.tar.gz
16-bit update of non-man documentation files and the PrepareRelease script.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@840 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'PrepareRelease')
-rwxr-xr-xPrepareRelease12
1 files changed, 9 insertions, 3 deletions
diff --git a/PrepareRelease b/PrepareRelease
index 643318e..4f57cfa 100755
--- a/PrepareRelease
+++ b/PrepareRelease
@@ -159,7 +159,9 @@ if [ "$1" = "doc" ] ; then exit; fi
# These files are detrailed; do not detrail the test data because there may be
# significant trailing spaces. Do not detrail RunTest.bat, because it has CRLF
# line endings and the detrail script removes all trailing white space. The
-# configure files are also omitted from the detrailing.
+# configure files are also omitted from the detrailing. We don't bother with
+# those pcre16_xx files that just define COMPILE_PCRE16 and then #include the
+# common file, because they aren't going to change.
files="\
Makefile.am \
@@ -181,10 +183,10 @@ files="\
RunTest \
pcre-config.in \
libpcre.pc.in \
+ libpcre16.pc.in \
libpcreposix.pc.in \
libpcrecpp.pc.in \
config.h.in \
- pcre_printint.src \
pcre_chartables.c.dist \
pcredemo.c \
pcregrep.c \
@@ -202,19 +204,23 @@ files="\
pcre_fullinfo.c \
pcre_get.c \
pcre_globals.c \
- pcre_info.c \
pcre_jit_compile.c \
pcre_jit_test.c \
pcre_maketables.c \
pcre_newline.c \
pcre_ord2utf8.c \
+ pcre_ord2utf16.c \
+ pcre_printint.c \
pcre_refcount.c \
+ pcre_stringutils.c \
pcre_study.c \
pcre_tables.c \
pcre_ucp_searchfuncs.c \
pcre_valid_utf8.c \
pcre_version.c \
pcre_xclass.c \
+ pcre16_utf16_utils.c \
+ pcre16_valid_utf16.c \
pcre_scanner.cc \
pcre_scanner.h \
pcre_scanner_unittest.cc \