Mercurial > emacs
changeset 64688:37423088a880
(info): Don't run multi-install-info.bat.
($(infodir)/dir): New target, produced by running multi-install-info.bat.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 30 Jul 2005 11:42:35 +0000 |
parents | 11867c3b3f51 |
children | 41b16531418b |
files | man/makefile.w32-in |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/man/makefile.w32-in Sat Jul 30 11:30:33 2005 +0000 +++ b/man/makefile.w32-in Sat Jul 30 11:42:35 2005 +0000 @@ -109,7 +109,6 @@ $(srcdir)/kmacro.texi info: $(INFO_TARGETS) - $(MULTI_INSTALL_INFO) --info-dir=$(infodir) $(INFO_TARGETS) dvi: $(DVI_TARGETS) @@ -124,6 +123,9 @@ # Some Windows ports of makeinfo seem to require -o to come before the # texi filename, contrary to GNU standards. +$(infodir)/dir: + $(MULTI_INSTALL_INFO) --info-dir=$(infodir) $(INFO_TARGETS) + $(infodir)/info: $(INFOSOURCES) $(MAKEINFO) --no-split -o $@ info.texi