Browse Source

Merge pull request #1318

build: Make distclean-local remove more espeak-ng-data files
master
jaacoppi 2 years ago
parent
commit
001ad3ab8d
No account linked to committer's email address
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