summaryrefslogtreecommitdiff
path: root/PrepareRelease
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2013-05-14 14:26:37 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2013-05-14 14:26:37 +0000
commit7ecf326df2bd351eb660b2ca41cdd70e6a085e84 (patch)
treecfdacf9044d22378141a8b3fcb423c24e1b21f37 /PrepareRelease
parentbe5724b568535edce3571904930f0514753de596 (diff)
downloadpcre-7ecf326df2bd351eb660b2ca41cdd70e6a085e84.tar.gz
Updates to building documentation.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1332 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'PrepareRelease')
-rwxr-xr-xPrepareRelease8
1 files changed, 8 insertions, 0 deletions
diff --git a/PrepareRelease b/PrepareRelease
index 9ea816a..f87758e 100755
--- a/PrepareRelease
+++ b/PrepareRelease
@@ -25,6 +25,12 @@
# when the HTML documentation is built. It works like this so that
# doc/html can be deleted and re-created from scratch.
+# README & NON-AUTOTOOLS-BUILD
+# These files are copied into the doc/html directory, with .txt
+# extensions so that they can by hyperlinked from the HTML
+# documentation, because some people just go to the HTML without
+# looking for text files.
+
# First, sort out the documentation. Remove pcredemo.3 first because it won't
# pass the markup check (it is created below, using markup that none of the
@@ -122,6 +128,8 @@ if [ $? != 0 ] ; then exit 1; fi
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
for file in *.1 ; do
base=`basename $file .1`