* Makefile.in (install-info): Install type_hierarchy* files as well.
This commit is contained in:
parent
3023976b48
commit
4673b99071
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue