]> git.eshelyaron.com Git - emacs.git/commitdiff
* Makefile.in (uninstall): Remove some stray icon files.
authorGlenn Morris <rgm@gnu.org>
Wed, 3 Oct 2018 21:08:28 +0000 (17:08 -0400)
committerGlenn Morris <rgm@gnu.org>
Wed, 3 Oct 2018 21:08:28 +0000 (17:08 -0400)
Makefile.in

index d8d345e805943fe8764902b920ac64219d284a3a..f0b2b66c88b51cb197930e5d154077fa5b64d67c 100644 (file)
@@ -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"