mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-24 07:20:37 +00:00
* Makefile.in (install-info): Install type_hierarchy* files as well.
This commit is contained in:
parent
3023976b48
commit
4673b99071
@ -812,6 +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.
|
||||
done; \
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user