summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorVincenzo Pupillo <v.pupillo@gmail.com>2024-03-05 22:36:34 +0100
committerAndrea Corallo <acorallo@gnu.org>2024-03-05 22:37:40 +0100
commitd5f11e890c598cd2e15cb2fd93e604ed100ce355 (patch)
tree61dbe6048922000b6cba6a68d9452b4caa6dbd42 /Makefile.in
parent33976ecf244082346cbc71ff1102ef7de1ed36fe (diff)
downloademacs-d5f11e890c598cd2e15cb2fd93e604ed100ce355.tar.gz
* Makefile.in (install-info): Fix target (bug#69569).
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
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