shithub: mc

Download patch

ref: 769c1e76b0af199cf5a8d3336de9f3f642f1b688
parent: c8eee8370472c7cd2ce59e93f7ebb4aa0e2e975e
author: Ori Bernstein <[email protected]>
date: Sat Jan 3 14:42:58 EST 2015

Add 'gen' command for generating unicode ranges.

--- a/bldfile
+++ b/bldfile
@@ -4,3 +4,5 @@
 	ranges.myr
 	types.myr
 ;;
+
+gen ranges.myr = mkchartab -a -p_ranges UnicodeData.txt -o ranges.myr;;
--- a/ranges.myr
+++ b/ranges.myr
@@ -1,7 +1,7 @@
 /*
  This set of unicode tables was automatically generated
  by the following command:
- ./mkchartab -a -p_ranges UnicodeData.txt
+ mkchartab -a -p_ranges UnicodeData.txt -o ranges.myr
  editing it manually is probably a waste of time.
 */