-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2005-08-04 Jim Huang <[email protected]>
* src/hanyupinying.c (InitMap): Add failback routines. * src/Makefile.am: Add CHEWING_DATADIR macro. * data/Makefile.am: Remove pinyin.tab from CLEANFILES. git-svn-id: https://svn.csie.net/chewing/libchewing/trunk@230 ac1be623-90ea-0310-9410-ba68b2efa777
- Loading branch information
jserv
committed
Aug 4, 2005
1 parent
84b4449
commit 3c7f984
Showing
4 changed files
with
31 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,14 @@ | ||
2005-08-04 Jim Huang <[email protected]> | ||
|
||
* src/hanyupinying.c (InitMap): | ||
Add failback routines. | ||
|
||
* src/Makefile.am: | ||
Add CHEWING_DATADIR macro. | ||
|
||
* data/Makefile.am: | ||
Remove pinyin.tab from CLEANFILES. | ||
|
||
2005-04-07 Jim Huang <[email protected]> | ||
|
||
* src/private.h, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,17 @@ | ||
tooldir = $(top_builddir)/src/tools | ||
datas = us_freq.dat ch_index.dat dict.dat ph_index.dat fonetree.dat pinyin.tab | ||
datas = \ | ||
us_freq.dat \ | ||
ch_index.dat \ | ||
dict.dat \ | ||
ph_index.dat \ | ||
fonetree.dat | ||
all: gendata | ||
gendata: phone.cin tsi.src | ||
$(tooldir)/sort_word | ||
$(tooldir)/sort_dic tsi.src | ||
$(tooldir)/maketree | ||
-rm -f phoneid.dic | ||
install-data-local: $(datas) | ||
install-data-local: $(datas) pinyin.tab | ||
$(mkinstalldirs) $(DESTDIR)/$(datadir)/chewing | ||
$(INSTALL_DATA) $(datas) $(DESTDIR)/$(datadir)/chewing | ||
CLEANFILES = $(datas) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters