emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 5cbce95: * Makefile.in (uninstall): Remove some str


From: Glenn Morris
Subject: [Emacs-diffs] master 5cbce95: * Makefile.in (uninstall): Remove some stray icon files.
Date: Wed, 3 Oct 2018 17:08:43 -0400 (EDT)

branch: master
commit 5cbce95796a2a8b8857fb9e289a9fd9a1158677b
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    * Makefile.in (uninstall): Remove some stray icon files.
---
 Makefile.in | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Makefile.in b/Makefile.in
index d8d345e..f0b2b66 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"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]