1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00

* Makefile.in (install-info): Install type_hierarchy* files as well.

This commit is contained in:
Andrea Corallo 2024-03-05 15:07:05 +01:00
parent 3023976b48
commit 4673b99071

View File

@ -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