Skip to content

Commit

Permalink
autotools: build the 'mr' dictionary
Browse files Browse the repository at this point in the history
  • Loading branch information
rhdunn committed Apr 16, 2015
1 parent 78d6119 commit c48bb4c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,7 @@ dictionaries: \
espeak-data/lv_dict \
espeak-data/mk_dict \
espeak-data/ml_dict \
espeak-data/mr_dict \
espeak-data/ms_dict \
espeak-data/nci_dict \
espeak-data/ne_dict \
Expand Down Expand Up @@ -627,6 +628,12 @@ dictsource/ml_extra:
espeak-data/ml_dict: src/espeak phsource/phonemes.stamp dictsource/ml_list dictsource/ml_rules dictsource/ml_extra
cd dictsource && ESPEAK_DATA_PATH=$(PWD) LD_LIBRARY_PATH=../src:${LD_LIBRARY_PATH} ../src/espeak --compile=ml && cd ..

mr: espeak-data/mr_dict
dictsource/mr_extra:
touch dictsource/mr_extra
espeak-data/mr_dict: src/espeak phsource/phonemes.stamp dictsource/mr_list dictsource/mr_rules dictsource/mr_extra
cd dictsource && ESPEAK_DATA_PATH=$(PWD) LD_LIBRARY_PATH=../src:${LD_LIBRARY_PATH} ../src/espeak --compile=mr && cd ..

ms: espeak-data/ms_dict
dictsource/ms_extra:
touch dictsource/ms_extra
Expand Down

0 comments on commit c48bb4c

Please sign in to comment.