Browse Source

Exclude the MBROLA data files when building the espeakdata.zip file.

master
Reece H. Dunn 12 years ago
parent
commit
1623f90b4f
3 changed files with 4 additions and 5 deletions
  1. 3
    4
      Makefile.am
  2. BIN
      android/res/raw/espeakdata.zip
  3. 1
    1
      android/res/raw/espeakdata_version

+ 3
- 4
Makefile.am View File



android/res/raw/espeakdata.zip: espeak-data/dir.stamp espeak-data/phontab dictionaries android/res/raw/espeakdata.zip: espeak-data/dir.stamp espeak-data/phontab dictionaries
rm -f $@ rm -f $@
zip -r $@ \
espeak-data/intonations \
espeak-data/phondata espeak-data/phonindex espeak-data/phontab \
espeak-data/*_dict espeak-data/voices
find espeak-data/{intonations,phondata,phonindex,phontab} | zip -@ $@
find espeak-data/*_dict | zip -@ $@
find espeak-data/voices -type f | grep -vF "/mb/" | zip -@ $@


android/res/raw/espeakdata_version: android/res/raw/espeakdata.zip android/res/raw/espeakdata_version: android/res/raw/espeakdata.zip
sha1sum $< | awk '{ print $$1 }' > $@ sha1sum $< | awk '{ print $$1 }' > $@

BIN
android/res/raw/espeakdata.zip View File


+ 1
- 1
android/res/raw/espeakdata_version View File

6e7a49d1894b9915873b8bc066f35c65e155c31e
6c25c6e98920cc1cea220e8e8ed8069926d5cff5

Loading…
Cancel
Save