update Makefile.am
authorPeng Wu <alexepico@gmail.com>
Wed, 30 May 2012 05:53:45 +0000 (13:53 +0800)
committerPeng Wu <alexepico@gmail.com>
Wed, 30 May 2012 05:53:45 +0000 (13:53 +0800)
src/Makefile.am

index 965fa72..b4dfb33 100644 (file)
@@ -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 > $@ || \