Browse Source

autotools: Don't shadow copy the dictsource directory into espeak-data.

master
Reece H. Dunn 11 years ago
parent
commit
9102c1ef9f
1 changed files with 1 additions and 6 deletions
  1. 1
    6
      Makefile.am

+ 1
- 6
Makefile.am View File

@@ -138,17 +138,12 @@ src/espeakedit: $(common_SOURCE) $(libespeak_SOURCE) $(espeakedit_SOURCE)
espeak-phoneme-data:
cd platforms/$(PLATFORM) && make PREFIX=$(PREFIX) && cd ../..

espeak-data/dictsource/dir.stamp: dictsource/*
rm -rf espeak-data/dictsource
./shadowdir $(PWD)/dictsource $(PWD)/espeak-data/dictsource
touch espeak-data/dictsource/dir.stamp

espeak-data/phsource/dir.stamp: phsource/ph_* phsource/phonemes phsource/intonation
rm -rf espeak-data/phsource
./shadowdir $(PWD)/phsource $(PWD)/espeak-data/phsource
touch espeak-data/phsource/dir.stamp

espeak-data/phontab: src/espeakedit espeak-data/dictsource/dir.stamp espeak-data/phsource/dir.stamp
espeak-data/phontab: src/espeakedit espeak-data/phsource/dir.stamp
ESPEAK_DATA_PATH=$(PWD) src/espeakedit --compile

##### dictionaries:

Loading…
Cancel
Save