From: Andrea Corallo Date: Tue, 5 Mar 2024 14:07:05 +0000 (+0100) Subject: * Makefile.in (install-info): Install type_hierarchy* files as well. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e68e1ef352d5fa7a3ae4775c8e58c663362bd865;p=emacs.git * Makefile.in (install-info): Install type_hierarchy* files as well. (cherry picked from commit 4673b99071399bf43329741d3f5ab56eb6854572) --- 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