From 89bda8736ae57c6444a74203d0ace0404e589386 Mon Sep 17 00:00:00 2001 From: Peter Oliver Date: Tue, 9 Jun 2026 10:26:36 +0100 Subject: [PATCH] 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). --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 698895b79d1..04c21fc7b06 100644 --- a/Makefile.in +++ b/Makefile.in @@ -806,7 +806,7 @@ install-info: info done; \ (cd "$${thisdir}"; \ ${INSTALL_INFO} --info-dir="$(DESTDIR)${infodir}" "$(DESTDIR)${infodir}/$$elt"); \ - cp elisp_type_hierarchy* $(DESTDIR)${infodir}/; \ + cp *.jpg *.png $(DESTDIR)${infodir}/; \ done; \ fi