summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorAndrea Corallo <acorallo@gnu.org>2024-03-05 15:21:44 +0100
committerAndrea Corallo <acorallo@gnu.org>2024-03-05 15:21:44 +0100
commit5155f5b1cc0a48566d0f419de8cffd845638e567 (patch)
tree7aa96112ee66c5653f86d129af73d3be045ac23c /Makefile.in
parent4673b99071399bf43329741d3f5ab56eb6854572 (diff)
downloademacs-5155f5b1cc0a48566d0f419de8cffd845638e567.tar.gz
* Makefile.in (uninstall): Clean-up type_hierarchy* files.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index e7fc19e6494..d54583399d0 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -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; \