summaryrefslogtreecommitdiff
path: root/PrepareRelease
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2014-09-28 17:39:28 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2014-09-28 17:39:28 +0000
commitf30ff3deb77413a8059cfe06dc6db30047e8dcde (patch)
tree73e5c69fb89a5edfc680ae9b23b8f819058e7c6d /PrepareRelease
parent8ad769e3db843fd70ad105d2af2205a94c3b521e (diff)
downloadpcre2-f30ff3deb77413a8059cfe06dc6db30047e8dcde.tar.gz
More draft documentation.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@82 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'PrepareRelease')
-rwxr-xr-xPrepareRelease16
1 files changed, 2 insertions, 14 deletions
diff --git a/PrepareRelease b/PrepareRelease
index c92d7f9..2b58a47 100755
--- a/PrepareRelease
+++ b/PrepareRelease
@@ -83,8 +83,7 @@ for file in pcre2api pcre2callout pcre2unicode ; do
done
# The three commands
-for file in pcre2test ; do
-# for file in pcre2test pcre2grep pcre-config ; do
+for file in pcre2test pcre2grep pcre2-config ; do
echo Making $file.txt
nroff -c -man $file.1 >$file.rawtxt
perl ../CleanTxt <$file.rawtxt >$file.txt
@@ -133,7 +132,7 @@ echo "Making HTML documentation"
/bin/rm html/*
cp index.html.src html/index.html
cp ../README html/README.txt
-# cp ../NON-AUTOTOOLS-BUILD html/NON-AUTOTOOLS-BUILD.txt
+cp ../NON-AUTOTOOLS-BUILD html/NON-AUTOTOOLS-BUILD.txt
for file in *.1 ; do
base=`basename $file .1`
@@ -187,7 +186,6 @@ files="\
COPYING \
AUTHORS \
NEWS \
- NON-UNIX-USE \
NON-AUTOTOOLS-BUILD \
INSTALL \
132html \
@@ -240,16 +238,6 @@ files="\
pcre32_utf32_utils.c \
pcre16_valid_utf16.c \
pcre32_valid_utf32.c \
- pcre_scanner.cc \
- pcre_scanner.h \
- pcre_scanner_unittest.cc \
- pcrecpp.cc \
- pcrecpp.h \
- pcrecpparg.h.in \
- pcrecpp_unittest.cc \
- pcre_stringpiece.cc \
- pcre_stringpiece.h.in \
- pcre_stringpiece_unittest.cc \
perltest.pl \
ucp.h \
makevp.bat \