This website works better with JavaScript.
Home
Explore
Sign In
mahta.fetrat
/
HomoFast-eSpeak-Persian
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
autotools: Support uninstalling the installed espeak-data when 'make uninstall' is run.
master
Reece H. Dunn
11 years ago
parent
c69ff7ebd7
commit
ed18e418ca
1 changed files
with
3 additions
and
1 deletions
Split View
Show Diff Stats
3
1
Makefile.am
+ 3
- 1
Makefile.am
View File
@@ -40,8 +40,10 @@ all-local: \
docs/speak_lib.h \
dictionaries
install
-data
-hook:
un
install-hook:
rm -rf $(DESTDIR)$(DATADIR)
install-data-hook: uninstall-hook
$(MKDIR) $(DESTDIR)$(DATADIR)
cp -prf espeak-data/* $(DESTDIR)$(DATADIR)
Write
Preview
Loading…
Cancel
Save