Browse Source

update the en target to use the new dictionary location

master
Reece Dunn 14 years ago
parent
commit
34219cc85d
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      Makefile

+ 2
- 2
Makefile View File

@@ -49,8 +49,8 @@ espeak-data: espeakedit espeak-data-dir
en: all dictsource/en_rules dictsource/en_list
rm -f dictsource/en_extra
make espeak-data
../cainteoir-engine/tests/dictionary.py --exception-dictionary > dictsource/en_extra
../cainteoir-engine/tests/dictionary.py ../cainteoir-english/data/reece --exception-dictionary > dictsource/en_extra
make espeak-data
../cainteoir-engine/tests/dictionary.py | grep -F fail
../cainteoir-engine/tests/dictionary.py ../cainteoir-english/data/reece | grep -F fail
wc -l dictsource/en_extra


Loading…
Cancel
Save