Skip to content

Commit

Permalink
Exclude the MBROLA data files when building the espeakdata.zip file.
Browse files Browse the repository at this point in the history
  • Loading branch information
rhdunn committed Dec 23, 2012
1 parent 9f22932 commit 1623f90
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,9 @@ espeak-data/phontab: src/espeakedit espeak-data/dir.stamp espeak-data/dictsource

android/res/raw/espeakdata.zip: espeak-data/dir.stamp espeak-data/phontab dictionaries
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
sha1sum $< | awk '{ print $$1 }' > $@
Expand Down
Binary file modified android/res/raw/espeakdata.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion android/res/raw/espeakdata_version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6e7a49d1894b9915873b8bc066f35c65e155c31e
6c25c6e98920cc1cea220e8e8ed8069926d5cff5

0 comments on commit 1623f90

Please sign in to comment.