changeset 91596:ca1ad240902b

Revert last change
author Jason Rumney <jasonr@gnu.org>
date Wed, 06 Feb 2008 22:58:27 +0000
parents e8535ac41fad
children 4e6809ecb6d9
files doc/emacs/makefile.w32-in
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/doc/emacs/makefile.w32-in	Wed Feb 06 22:57:25 2008 +0000
+++ b/doc/emacs/makefile.w32-in	Wed Feb 06 22:58:27 2008 +0000
@@ -102,7 +102,7 @@
 	$(srcdir)/kmacro.texi \
 	$(EMACS_XTRA)
 
-info: $(INFO_TARGETS) $(infodir)/dir
+info: $(INFO_TARGETS)
 
 dvi: $(DVI_TARGETS)
 
@@ -111,7 +111,7 @@
 # to exist in the build directory.
 # In a distribution of Emacs, the Info files should be up to date.
 
-$(infodir)/dir: $(INFO_TARGETS)
+$(infodir)/dir:
 	$(MULTI_INSTALL_INFO) --info-dir=$(infodir) $(INFO_TARGETS)
 
 $(infodir)/emacs: $(EMACSSOURCES)