summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2008-12-13 20:53:02 +0000
committerGlenn Morris <rgm@gnu.org>2008-12-13 20:53:02 +0000
commitb1fc99ed2d7d17b81279db46f4e24537a41e13d1 (patch)
treec3b20c5fdd0b99dd5f061eef09e2db2078fbadd9 /Makefile.in
parent8bfbbb97da0720353562a2d14b8e6c9a0a247909 (diff)
downloademacs-b1fc99ed2d7d17b81279db46f4e24537a41e13d1.tar.gz
(uninstall): Use a narrower range of wildcards when deleting the icons.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 4a725fee874..9d26595eed3 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -662,7 +662,7 @@ uninstall:
done;)
(cd $(DESTDIR)${man1dir} && rm -f $(MAN_PAGES))
(cd $(DESTDIR)${bindir} && rm -f $(EMACSFULL) $(EMACS))
- (cd $(DESTDIR)${icondir} && rm -f hicolor/*x*/apps/emacs* hicolor/scalable/*/emacs*)
+ (cd $(DESTDIR)${icondir} && rm -f hicolor/*x*/apps/emacs.png hicolor/*x*/apps/emacs22.png hicolor/scalable/apps/emacs.svg hicolor/scalable/mimetypes/emacs-document.svg )
-rm -f $(DESTDIR)${desktopdir}/emacs.desktop
for file in snake-scores tetris-scores; do \
file=$(DESTDIR)${gamedir}/$${file}; \