--- code/trunk/maintain/README 2007/03/06 12:27:42 99 +++ code/trunk/maint/README 2007/03/09 10:15:12 114 @@ -1,32 +1,12 @@ -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. -132html A Perl script that converts a .1 or .3 man page into HTML. It - is called from MakeRelease. It "knows" the relevant troff - constructs that are used in the PCRE man pages. - 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. -CleanTxt A Perl script that cleans up the output of "nroff -man" by - removing backspaces and other redundant text so as to produce - a readable .txt file. It is called from MakeRelease. - -Detrail A Perl script that removes trailing spaces from files. It is - called from MakeRelease. - -Index.html A file that is copied as index.html into the doc/html - directory when the HTML documentation is being built. It works - like this so that doc/html can be deleted and re-created from - scratch. - -MakeRelease My script for creating a new release. It processes the - documentation man pages into .text and HTML formats before - creating tarballs and putting them in the Releases directory. - Tech.Notes Some notes about the internals of the PCRE code. Unicode.tables The files in this directory, Scripts.txt and UnicodeData.txt, @@ -35,7 +15,7 @@ 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,