mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
(info): Don't run install-info.
($(infodir)/dir): New target, produced by running install-info.
This commit is contained in:
parent
55c097c01c
commit
ddd3a8bbda
2 changed files with 5 additions and 0 deletions
|
|
@ -39,6 +39,8 @@ ENVADD = $(srcdir)\..\nt\envadd.bat "TEXINPUTS=$(srcdir);$(TEXINPUTS)" \
|
|||
.SUFFIXES: .dvi .ps .texi
|
||||
|
||||
info: $(INFO_TARGETS)
|
||||
|
||||
$(infodir)/dir:
|
||||
$(INSTALL_INFO) --info-dir=$(infodir) $(INFO_TARGETS)
|
||||
|
||||
dvi: $(DVI_TARGETS)
|
||||
|
|
|
|||
|
|
@ -99,7 +99,10 @@ srcs = \
|
|||
.PHONY: clean
|
||||
|
||||
# The info file is named `elisp'.
|
||||
|
||||
info: $(infodir)/elisp
|
||||
|
||||
$(infodir)/dir:
|
||||
$(INSTALL_INFO) --info-dir=$(infodir) $(infodir)/elisp
|
||||
|
||||
$(infodir)/elisp: $(srcs)
|
||||
|
|
|
|||
Loading…
Reference in a new issue