From 5cbce95796a2a8b8857fb9e289a9fd9a1158677b Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Wed, 3 Oct 2018 17:08:28 -0400 Subject: * Makefile.in (uninstall): Remove some stray icon files. --- Makefile.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile.in') 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" -- cgit v1.2.3