summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 965fa72..b4dfb33 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -208,16 +208,6 @@ CLEANFILES = \
ZhConversion.* \
$(NULL)
-PYBopomofoKeyboard.h:
- $(AM_V_GEN) \
- $(PYTHON) $(top_srcdir)/scripts/genbopomofokeyboard.py > $@ || \
- ( $(RM) $@; exit 1 )
-
-PYPinyinParserTable.h:
- $(AM_V_GEN) \
- $(PYTHON) $(top_srcdir)/scripts/genpytable.py > $@ || \
- ( $(RM) $@; exit 1 )
-
PYPunctTable.h:
$(AM_V_GEN) \
$(PYTHON) $(top_srcdir)/scripts/genpuncttable.py > $@ || \