changeset 91598:132dc5d58977

Revert last change
author Jason Rumney <jasonr@gnu.org>
date Wed, 06 Feb 2008 22:59:46 +0000
parents 4e6809ecb6d9
children 476aa52718ac
files doc/misc/makefile.w32-in
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/doc/misc/makefile.w32-in	Wed Feb 06 22:58:48 2008 +0000
+++ b/doc/misc/makefile.w32-in	Wed Feb 06 22:59:46 2008 +0000
@@ -64,7 +64,7 @@
 	 "MAKEINFO=$(MAKEINFO) -I$(srcdir)" /C
 
 
-info: $(INFO_TARGETS) $(infodir)/dir
+info: $(INFO_TARGETS)
 
 dvi: $(DVI_TARGETS)
 
@@ -73,15 +73,15 @@
 # to exist in the build directory.
 # In a distribution of Emacs, the Info files should be up to date.
 
+$(infodir)/dir:
+	$(MULTI_INSTALL_INFO) --info-dir=$(infodir) $(INFO_TARGETS)
+
 # The following target uses an explicit -o switch to work around
 # the @setfilename directive in info.texi, which is required for
 # the Texinfo distribution.
 # Some Windows ports of makeinfo seem to require -o to come before the
 # texi filename, contrary to GNU standards.
 
-$(infodir)/dir: $(INFO_TARGETS)
-	$(MULTI_INSTALL_INFO) --info-dir=$(infodir) $(INFO_TARGETS)
-
 $(infodir)/info: $(INFOSOURCES)
 	$(MAKEINFO) --no-split -o $@ info.texi