mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-06-14 04:21:24 +00:00
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:
parent
466789b511
commit
89bda8736a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue