Browse Source

Android: add the language files to espeakdata.zip from their new location.

master
Reece H. Dunn 7 years ago
parent
commit
b357f47394
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      Makefile.am

+ 1
- 0
Makefile.am View File

@@ -389,6 +389,7 @@ android/res/raw/espeakdata.zip: espeak-ng-data/phontab dictionaries
rm -f $@
find espeak-ng-data/{intonations,phondata,phonindex,phontab} | zip -@ $@
find espeak-ng-data/*_dict | zip -@ $@
find espeak-ng-data/lang -type f | zip -@ $@
find espeak-ng-data/voices -type f | grep -vF "/mb/" | zip -@ $@

android/res/raw/espeakdata_version: android/res/raw/espeakdata.zip

Loading…
Cancel
Save