summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2018-10-03 17:08:28 -0400
committerGlenn Morris <rgm@gnu.org>2018-10-03 17:08:28 -0400
commit5cbce95796a2a8b8857fb9e289a9fd9a1158677b (patch)
treec0ab144bdea2be81304ba3e34a0803dfbf1b962f /Makefile.in
parentc1d0dbd6ca92cb221024382b19654e4fbf1d1ed3 (diff)
downloademacs-5cbce95796a2a8b8857fb9e289a9fd9a1158677b.tar.gz
* Makefile.in (uninstall): Remove some stray icon files.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index d8d345e8059..f0b2b66c88b 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -786,7 +786,9 @@ uninstall: uninstall-$(NTDIR) uninstall-doc
(if cd "$(DESTDIR)${icondir}"; then \
rm -f hicolor/*x*/apps/"${EMACS_NAME}.png" \
"hicolor/scalable/apps/${EMACS_NAME}.svg" \
- hicolor/scalable/mimetypes/`echo emacs-document | sed '$(TRANSFORM)'`.svg; \
+ "hicolor/scalable/apps/${EMACS_NAME}.ico" \
+ "hicolor/scalable/mimetypes/${EMACS_NAME}-document.svg" \
+ "hicolor/scalable/mimetypes/${EMACS_NAME}-document23.svg"; \
fi)
-rm -f "$(DESTDIR)${desktopdir}/${EMACS_NAME}.desktop"
-rm -f "$(DESTDIR)${appdatadir}/${EMACS_NAME}.appdata.xml"