Browse Source

Build espeakdata.zip in the correct place so it is picked up by the apk and update it to 1.46.29

master
Reece H. Dunn 12 years ago
parent
commit
5f8a2aa991
2 changed files with 2 additions and 8 deletions
  1. 2
    8
      Makefile.am
  2. BIN
      res/raw/espeakdata.zip

+ 2
- 8
Makefile.am View File

@@ -125,19 +125,13 @@ espeak-data/phontab: src/espeakedit espeak-data/dir.stamp espeak-data/dictsource

##### android language data packs:

espeak-data.zip: espeak-data/dir.stamp espeak-data/phontab dictionaries
res/raw/espeakdata.zip: espeak-data/dir.stamp espeak-data/phontab dictionaries
rm -f $@
cd espeak-data && zip -r ../$@ \
intonations phondata phonindex phontab \
*_dict voices

espeak-data-en_only.zip: espeak-data/dir.stamp espeak-data/phontab espeak-data/en_dict
echo rm -f $@
cd espeak-data && zip -r ../$@ \
intonations phondata phonindex phontab \
en_dict voices/en

android: espeak-data.zip espeak-data-en_only.zip
android: res/raw/espeakdata.zip

##### dictionaries:


BIN
res/raw/espeakdata.zip View File


Loading…
Cancel
Save