Browse Source

Fix building espeakdata.zip after the merge.

master
Reece H. Dunn 12 years ago
parent
commit
938530dcaf
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Makefile.am

+ 1
- 1
Makefile.am View File

@@ -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 -@ $@

Loading…
Cancel
Save