Skip to content

Commit

Permalink
Fix building espeakdata.zip after the merge.
Browse files Browse the repository at this point in the history
  • Loading branch information
rhdunn committed May 2, 2013
1 parent e1f036b commit 938530d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ espeak-data/phontab: src/espeakedit espeak-data/dictsource/dir.stamp espeak-data

##### android language data packs:

android/res/raw/espeakdata.zip: espeak-data/dir.stamp espeak-data/phontab dictionaries
android/res/raw/espeakdata.zip: espeak-data/phontab dictionaries
mkdir -pv android/res/raw
rm -f $@
find espeak-data/{intonations,phondata,phonindex,phontab} | zip -@ $@
Expand Down

0 comments on commit 938530d

Please sign in to comment.