Browse Source

autotools: espeak-data/{dictsource,phsource} are no longer created as part of the build, so don't remove them in distclean

master
Reece H. Dunn 11 years ago
parent
commit
341fbce098
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Makefile.am

+ 1
- 1
Makefile.am View File

@@ -46,7 +46,7 @@ clean-local:
cd src && rm -f *.o *~ && cd ..

distclean-local:
rm -rf espeak-data/dictsource espeak-data/phsource espeak-data/phondata-manifest
rm -rf espeak-data/phondata-manifest
rm -f espeak-data/*_dict

##### build targets:

Loading…
Cancel
Save