Browse Source

Make distclean-local remove more espeak-ng-data files

If for whatever reason the build got broken, the recompilation of data
would fail because espeak-ng would be unable to re-open the current
files. One is then stuck until removing the files by hand. Let's make "make
distclean" clear these all to be sure to be able to restart from zero.
master
Samuel Thibault 2 years ago
parent
commit
dccf295f20
1 changed files with 5 additions and 1 deletions
  1. 5
    1
      Makefile.am

+ 5
- 1
Makefile.am View File

@@ -74,8 +74,12 @@ if HAVE_GRADLE
endif

distclean-local:
rm -rf espeak-ng-data/phondata-manifest
rm -f espeak-ng-data/*_dict
rm -f espeak-ng-data/intonations
rm -f espeak-ng-data/phondata
rm -f espeak-ng-data/phondata-manifest
rm -f espeak-ng-data/phonindex
rm -f espeak-ng-data/phontab

##### custom rules:


Loading…
Cancel
Save