]> git.eshelyaron.com Git - emacs.git/commitdiff
* Makefile.in (uninstall): Clean-up type_hierarchy* files.
authorAndrea Corallo <acorallo@gnu.org>
Tue, 5 Mar 2024 14:21:44 +0000 (15:21 +0100)
committerEshel Yaron <me@eshelyaron.com>
Tue, 5 Mar 2024 15:35:52 +0000 (16:35 +0100)
(cherry picked from commit 5155f5b1cc0a48566d0f419de8cffd845638e567)

Makefile.in

index e7fc19e6494cb1a9977ab8cf3d2271d00934fbde..d54583399d0c04fc13874eb7984efb705a6357f9 100644 (file)
@@ -955,6 +955,7 @@ uninstall: uninstall-$(NTDIR) uninstall-doc uninstall-gsettings-schemas
                ext=.gz; else ext=; fi; \
             rm -f $$elt$$ext $$elt-[1-9]$$ext $$elt-[1-9][0-9]$$ext; \
           done; \
+          rm -f type_hierarchy.jpg type_hierarchy.txt; \
         fi)
        (if [ -n "${GZIP_PROG}" ]; then \
            ext=.gz; else ext=; fi; \