emacs-diffs
[Top][All Lists]
Advanced

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

master d5f11e890c5: * Makefile.in (install-info): Fix target (bug#69569)


From: Andrea Corallo
Subject: master d5f11e890c5: * Makefile.in (install-info): Fix target (bug#69569).
Date: Tue, 5 Mar 2024 16:38:14 -0500 (EST)

branch: master
commit d5f11e890c598cd2e15cb2fd93e604ed100ce355
Author: Vincenzo Pupillo <v.pupillo@gmail.com>
Commit: Andrea Corallo <acorallo@gnu.org>

    * Makefile.in (install-info): Fix target (bug#69569).
---
 Makefile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.in b/Makefile.in
index d54583399d0..6f014909307 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -812,7 +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.
+             cp type_hierarchy* $(DESTDIR)${infodir}/; \
           done; \
        fi
 



reply via email to

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