Change 22527 by [EMAIL PROTECTED] on 2004/03/18 16:50:25

        Subject:  pumpkin fodder
        From:  Jarkko Hietaniemi <[EMAIL PROTECTED]>
        Date:  Fri, 12 Mar 2004 15:16:57 +0200 (EET)
        Message-Id:  <[EMAIL PROTECTED]>

Affected files ...

... //depot/perl/lib/unicore/README.perl#7 edit

Differences ...

==== //depot/perl/lib/unicore/README.perl#7 (text) ====
Index: perl/lib/unicore/README.perl
--- perl/lib/unicore/README.perl#6~19391~       Fri May  2 22:19:23 2003
+++ perl/lib/unicore/README.perl        Thu Mar 18 08:50:25 2004
@@ -6,7 +6,7 @@
 
 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 @@
 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
 
 -- 
 [EMAIL PROTECTED]
End of Patch.

Reply via email to