Revert last change
authorJason Rumney <jasonr@gnu.org>
Wed, 6 Feb 2008 23:01:28 +0000 (23:01 +0000)
committerJason Rumney <jasonr@gnu.org>
Wed, 6 Feb 2008 23:01:28 +0000 (23:01 +0000)
doc/emacs/ChangeLog
doc/emacs/makefile.w32-in
doc/lispref/ChangeLog
doc/lispref/makefile.w32-in
doc/misc/ChangeLog
doc/misc/makefile.w32-in

index ad83776..5f416f6 100644 (file)
@@ -1,8 +1,3 @@
-2008-02-05  Jason Rumney  <jasonr@gnu.org>
-
-       * makefile.w32-in (info): Depend on $(infodir)/dir
-       ($(infodir)/dir): Depend on info files.
-
 2008-02-02  Eli Zaretskii  <eliz@gnu.org>
 
        * maintaining.texi (Tags): Fix last change.
index ad59488..99b9e17 100644 (file)
@@ -102,7 +102,7 @@ EMACSSOURCES= \
        $(srcdir)/kmacro.texi \
        $(EMACS_XTRA)
 
-info: $(INFO_TARGETS) $(infodir)/dir
+info: $(INFO_TARGETS)
 
 dvi: $(DVI_TARGETS)
 
@@ -111,7 +111,7 @@ dvi: $(DVI_TARGETS)
 # 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)
index 8703a27..1253975 100644 (file)
@@ -1,8 +1,3 @@
-2008-02-05  Jason Rumney  <jasonr@gnu.org>
-
-       * makefile.w32-in (info): Depend on $(infodir)/dir
-       ($(infodir)/dir): Depend on info files.
-
 2008-01-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
 
        * display.texi (Button Types):
index 7e7fe87..381d389 100644 (file)
@@ -101,9 +101,9 @@ srcs = \
 
 # The info file is named `elisp'.
 
-info: $(infodir)/elisp $(infodir)/dir
+info: $(infodir)/elisp
 
-$(infodir)/dir: $(infodir)/elisp
+$(infodir)/dir:
        $(INSTALL_INFO) --info-dir=$(infodir) $(infodir)/elisp
 
 $(infodir)/elisp: $(srcs)
index 977def7..92be8ef 100644 (file)
@@ -7,11 +7,6 @@
 
        * tramp.texi (Remote processes): Add `shell-command'.
 
-2008-02-05  Jason Rumney  <jasonr@gnu.org>
-
-       * makefile.w32-in (info): Depend on $(infodir)/dir
-       ($(infodir)/dir): Depend on info files.
-
 2008-01-28  Michael Sperber  <sperber@deinprogramm.de>
 
        * gnus.texi (Mail Source Specifiers): Document `group' specifier.
index 4da32e9..b0a8f0f 100644 (file)
@@ -64,7 +64,7 @@ ENVADD = $(srcdir)\..\..\nt\envadd.bat "TEXINPUTS=$(srcdir);$(TEXINPUTS)" \
         "MAKEINFO=$(MAKEINFO) -I$(srcdir)" /C
 
 
-info: $(INFO_TARGETS) $(infodir)/dir
+info: $(INFO_TARGETS)
 
 dvi: $(DVI_TARGETS)
 
@@ -73,15 +73,15 @@ dvi: $(DVI_TARGETS)
 # 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