Browse Source

build: ensure that the ~/espeak-data directory is clean.

master
Reece Dunn 15 years ago
parent
commit
8518937aba
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      Makefile

+ 1
- 0
Makefile View File

@@ -35,6 +35,7 @@ espeak-phoneme-data:
cd platforms/$(PLATFORM) && make PREFIX=$(PREFIX) && cd ../..

espeak-data: espeakedit
rm -rf $(HOME)/espeak-data
cp -a espeak-data $(HOME)/espeak-data
cp -a phsource $(HOME)/espeak-data/phsource
cp -a dictsource $(HOME)/espeak-data/dictsource

Loading…
Cancel
Save