Install images with info documentation (bug#81204)

* Makefile.in (info_misc): Install all files with .png and .jpg
extensions into the info directory (bug#81204).
This commit is contained in:
Peter Oliver 2026-06-09 10:26:36 +01:00 committed by Sean Whitton
parent 466789b511
commit 89bda8736a

View file

@ -806,7 +806,7 @@ install-info: info
done; \ done; \
(cd "$${thisdir}"; \ (cd "$${thisdir}"; \
${INSTALL_INFO} --info-dir="$(DESTDIR)${infodir}" "$(DESTDIR)${infodir}/$$elt"); \ ${INSTALL_INFO} --info-dir="$(DESTDIR)${infodir}" "$(DESTDIR)${infodir}/$$elt"); \
cp elisp_type_hierarchy* $(DESTDIR)${infodir}/; \ cp *.jpg *.png $(DESTDIR)${infodir}/; \
done; \ done; \
fi fi