summaryrefslogtreecommitdiffstats
path: root/scripts/Makefile.data
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/Makefile.data')
-rw-r--r--scripts/Makefile.data9
1 files changed, 9 insertions, 0 deletions
diff --git a/scripts/Makefile.data b/scripts/Makefile.data
new file mode 100644
index 0000000..2f665b2
--- /dev/null
+++ b/scripts/Makefile.data
@@ -0,0 +1,9 @@
+all: pinyin2.txt
+
+
+pinyin2.txt:
+ awk -f genpinyin2.awk ../data/gb_char.table > $@
+
+
+.PHONY: pinyin2.txt
+