emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 4673b990713 1/2: * Makefile.in (install-info): Install type_hiera


From: Andrea Corallo
Subject: master 4673b990713 1/2: * Makefile.in (install-info): Install type_hierarchy* files as well.
Date: Tue, 5 Mar 2024 09:23:11 -0500 (EST)

branch: master
commit 4673b99071399bf43329741d3f5ab56eb6854572
Author: Andrea Corallo <acorallo@gnu.org>
Commit: Andrea Corallo <acorallo@gnu.org>

    * Makefile.in (install-info): Install type_hierarchy* files as well.
---
 Makefile.in | 1 +
 1 file changed, 1 insertion(+)

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
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]