diff doc/emacs/makefile.w32-in @ 91596:ca1ad240902b

Revert last change
author Jason Rumney <jasonr@gnu.org>
date Wed, 06 Feb 2008 22:58:27 +0000
parents 3c4694a0c74e
children 76cbdd481eaf
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)