Removed extra lines
Karl Williamson [Thu, 3 Sep 2009 17:38:03 +0000 (11:38 -0600)]
lib/unicore/README.perl

index 407393a..96b2caa 100644 (file)
@@ -31,7 +31,8 @@ The names of files, such as test files, that are not used by mktables are not
 changed, and will not work correctly on 8.3 filesystems.
 
 The file 'version' should exist and be a single line with the Unicode version,
-like 5.1.0
+like
+5.1.0
 
 NOTE: If you modify the input file set you should also run
  
@@ -78,24 +79,3 @@ And finally:
 
 -- 
 jhi@iki.fi; updated by nick@ccl4.org
-
-mktables is used to generate the tables used by the rest of Perl.  It will warn
-you about any *.txt files in the directory substructure that it doesn't know
-about.  You should remove any so-identified, or edit mktables to add them to
-its lists.  You can run
-
-    mktables -globlist
-
-to have it try to process these tables generically.
-
-Also, for each new release, you should run
-    mktables -v -makelist
-
-to see all warnings and to recreate the mktables.lst file which is used to
-speed up the build process.    
-
-The files are inter-related.  If you take the latest UnicodeData.txt, for example,
-but leave the older versions of other files, there can be subtle problems.
-
-jhi@iki.fi; updated by nick@ccl4.org, public@khwilliamson.com