summaryrefslogtreecommitdiff
path: root/lib/unicore
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2004-03-12 17:16:57 +0200
committerNicholas Clark <nick@ccl4.org>2004-03-18 16:50:25 +0000
commit0fa75b596fec0b917a3b53aa7158ea091521d82f (patch)
treec8f79bd0b3be42f43cdd6fb981ca61db053c5786 /lib/unicore
parent3f3908796fa800fe68872cec2bbd5da4cfc02ec5 (diff)
downloadperl-0fa75b596fec0b917a3b53aa7158ea091521d82f.tar.gz
pumpkin fodder
Message-Id: <200403121316.i2CDGv1Y254951@kosh.hut.fi> p4raw-id: //depot/perl@22527
Diffstat (limited to 'lib/unicore')
-rw-r--r--lib/unicore/README.perl28
1 files changed, 26 insertions, 2 deletions
diff --git a/lib/unicore/README.perl b/lib/unicore/README.perl
index d9961d34a9..e71aad5401 100644
--- a/lib/unicore/README.perl
+++ b/lib/unicore/README.perl
@@ -6,7 +6,7 @@ as of Unicode 4.0.0 (April 2003).
The two big files, NormalizationTest.txt (2.0MB) and Unihan.txt
(25.7MB) were not included due to space considerations. Also NOT
-included were any *.html files and the Derived* files
+included were any *.html files and the Derived*.txt files
DerivedAge.txt
DerivedCoreProperties.txt
@@ -16,7 +16,31 @@ To be 8.3-friendly, the lib/unicore/PropertyValueAliases.txt was
renamed to be lib/unicore/PropValueAliases.txt, since otherwise
it would have conflicted with lib/unicore/PropertyAliases.txt.
-The *.pl files are generated from these files by the mktables script.
+FOR PUMPKINS
+
+The *.pl files are generated from the *.txt files by the mktables script:
+
+ cd lib/unicore
+ cp .../UnicodeOriginal/*.txt .
+ rm NormalizationTest.txt Unihan.txt Derived*.txt
+ p4 edit *.pl */*.pl
+ perl ./mktables
+ p4 revert -a
+ cd ../..
+ perl Porting/manicheck
+
+If any new (or deleted, unlikely but not impossible) *.pl files are indicated:
+
+ cd lib/unicore
+ p4 add ...
+ p4 delete ...
+ cd ../...
+ p4 edit MANIFEST
+ ...
+
+And finally:
+
+ p4 submit
--
jhi@iki.fi