mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-02 10:11:05 -08:00
* Makefile.in (install-info): Fix target (bug#69569).
This commit is contained in:
parent
33976ecf24
commit
d5f11e890c
1 changed files with 1 additions and 1 deletions
|
|
@ -812,7 +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.
|
||||
cp type_hierarchy* $(DESTDIR)${infodir}/; \
|
||||
done; \
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue