aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authormurf <murf@f38db490-d61c-443f-a65b-d21fe96a405b>2007-07-11 18:18:42 +0000
committermurf <murf@f38db490-d61c-443f-a65b-d21fe96a405b>2007-07-11 18:18:42 +0000
commita55f61ce23f59c8df934ece39ccb643bd3baa713 (patch)
treef018f5e6064b78a6ec74c919dea9f6677c570d50 /Makefile
parent7f5e9fa22568009adefa72b5072f51c8afc0968f (diff)
This fixes 10172, where the entire man8 dir gets removed during an uninstall of asterisk
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@74642 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1731d5d3d..fb8466a35 100644
--- a/Makefile
+++ b/Makefile
@@ -643,7 +643,10 @@ _uninstall: $(SUBDIRS_UNINSTALL)
rm -f $(DESTDIR)$(ASTSBINDIR)/autosupport
rm -rf $(DESTDIR)$(ASTHEADERDIR)
rm -rf $(DESTDIR)$(ASTDATADIR)/firmware
- rm -rf $(DESTDIR)$(ASTMANDIR)/man8
+ rm -f $(DESTDIR)$(ASTMANDIR)/man8/asterisk.8
+ rm -f $(DESTDIR)$(ASTMANDIR)/man8/astgenkey.8
+ rm -f $(DESTDIR)$(ASTMANDIR)/man8/autosupport.8
+ rm -f $(DESTDIR)$(ASTMANDIR)/man8/safe_asterisk.8
$(MAKE) -C sounds uninstall
uninstall: _uninstall