summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-03-09 10:13:26 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-03-09 10:13:26 +0000
commit34ed66eea93997e27d6fded76a0b5a4ec4a7b461 (patch)
treedf8b1e70a411cafdbd7fec3aca1425e43ae309d8
parentcbedf9ee422e3031def7ea6b75179d8458e30203 (diff)
downloadpcre-34ed66eea93997e27d6fded76a0b5a4ec4a7b461.tar.gz
Update documentation for forthcoming rename of "maintain" as "maint"
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@113 2f5784b3-3f2a-0410-8824-cb99058d5e15
-rw-r--r--ChangeLog6
-rw-r--r--maintain/README6
2 files changed, 6 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 3d1f9c7..cb2632e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -21,9 +21,9 @@ Version 7.1 05-Mar-07
people do their own conversions for various reasons). The problems
concerned the use of low-level troff macros .br and .in. I have therefore
removed all such uses from the man pages (some were redundant, some could
- be replaced by .nf/.fi pairs). The maintain/132html script that I use to
- generate HTML has been updated to handle .nf/.fi and to complain if it
- encounters .br or .in.
+ be replaced by .nf/.fi pairs). The 132html script that I use to generate
+ HTML has been updated to handle .nf/.fi and to complain if it encounters
+ .br or .in.
4. Updated comments in configure.ac that get placed in config.h.in and also
arranged for config.h to be included in the distribution, with the name
diff --git a/maintain/README b/maintain/README
index 56224f8..e2466df 100644
--- a/maintain/README
+++ b/maintain/README
@@ -1,10 +1,10 @@
-The files in the "maintain" directory of the PCRE source contain data, scripts,
+The files in the "maint" directory of the PCRE source contain data, scripts,
and programs that are used for the maintenance of PCRE, but do not form part of
the PCRE distribution tarballs.
Builducptable A Perl script that creates the contents of the ucptable.h file
from two Unicode data files, which themselves are downloaded
- from the Unicode web site. Run this script in the "maintain"
+ from the Unicode web site. Run this script in the "maint"
directory.
Tech.Notes Some notes about the internals of the PCRE code.
@@ -15,7 +15,7 @@ Unicode.tables The files in this directory, Scripts.txt and UnicodeData.txt,
ucptest.c A short C program for testing the Unicode property functions in
pcre_ucp_searchfuncs.c, mainly useful after rebuilding the
- Unicode property table. Compile and run this in the "maintain"
+ Unicode property table. Compile and run this in the "main"
directory.
ucptestdata A directory containing two files, testinput1 and testoutput1,