From b3ac1d2c04008c989c215b2ff3e9f84585bc76ce Mon Sep 17 00:00:00 2001 From: Peng Huang Date: Sun, 16 May 2010 12:57:00 +0800 Subject: [PATCH] Add PunctTable in Makefile.am --- src/Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/Makefile.am b/src/Makefile.am index 6c914c8..705f5b3 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -59,6 +59,7 @@ ibus_engine_c_sources = \ $(NULL) ibus_engine_built_h_sources = \ PinyinParserTable.h \ + PunctTable.h \ SimpTradConverterTable.h \ $(NULL) ibus_engine_h_sources = \ @@ -164,8 +165,12 @@ CLEANFILES = \ PinyinParserTable.h: $(PYTHON) $(top_srcdir)/scripts/genpytable.py > $@ +PunctTable.h: + $(PYTHON) $(top_srcdir)/scripts/genpuncttable.py > $@ + SimpTradConverterTable.h: $(PYTHON) $(srcdir)/update-simptrad-table.py > $@ + update-simptrad-table: $(RM) ZhConversion.php ZhConversion.py SimpTradConverterTable.h $(MAKE) ZhConversion.php -- 2.7.4