# HG changeset patch # User Jason Rumney # Date 1202338786 0 # Node ID 132dc5d58977fbb8746bdcbef1e03be626d453a7 # Parent 4e6809ecb6d9a4fcba4877fb5164d43151712ac7 Revert last change diff -r 4e6809ecb6d9 -r 132dc5d58977 doc/misc/makefile.w32-in --- 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