From 55c097c01c94c5de1f1f3706818dc4572d8fdc83 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 30 Jul 2005 11:42:35 +0000 Subject: [PATCH] (info): Don't run multi-install-info.bat. ($(infodir)/dir): New target, produced by running multi-install-info.bat. --- man/makefile.w32-in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/man/makefile.w32-in b/man/makefile.w32-in index ec14ae3abe3..1792933e705 100644 --- a/man/makefile.w32-in +++ b/man/makefile.w32-in @@ -109,7 +109,6 @@ EMACSSOURCES= \ $(srcdir)/kmacro.texi info: $(INFO_TARGETS) - $(MULTI_INSTALL_INFO) --info-dir=$(infodir) $(INFO_TARGETS) dvi: $(DVI_TARGETS) @@ -124,6 +123,9 @@ dvi: $(DVI_TARGETS) # 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 -- 2.39.5