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): Fix target (bug#69569).

This commit is contained in:
Vincenzo Pupillo 2024-03-05 22:36:34 +01:00 committed by Andrea Corallo
parent 33976ecf24
commit d5f11e890c

View File

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