summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorAndrea Corallo <acorallo@gnu.org>2024-03-05 15:07:05 +0100
committerAndrea Corallo <acorallo@gnu.org>2024-03-05 15:15:00 +0100
commit4673b99071399bf43329741d3f5ab56eb6854572 (patch)
treed0040f7812075d135eedb8ec6a55890d6bbd534e /Makefile.in
parent3023976b484e52f756ac9fc4c87cc7c6c5192b05 (diff)
downloademacs-4673b99071399bf43329741d3f5ab56eb6854572.tar.gz
* Makefile.in (install-info): Install type_hierarchy* files as well.
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 5f3227a9ad5..e7fc19e6494 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -812,6 +812,7 @@ install-info: info
done; \
(cd "$${thisdir}"; \
${INSTALL_INFO} --info-dir="$(DESTDIR)${infodir}" "$(DESTDIR)${infodir}/$$elt"); \
+ cp type_hierarchy* $(DESTDIR)${infodir}/; \ # Used by elisp.info.
done; \
fi