changeset 91540:3c4694a0c74e

* makefile.w32-in (info): Depend on $(infodir)/dir ($(infodir)/dir): Depend on info files.
author Jason Rumney <jasonr@gnu.org>
date Tue, 05 Feb 2008 14:53:02 +0000
parents 33f5fb02f71b
children 5d2d50a49e37
files doc/emacs/ChangeLog doc/emacs/makefile.w32-in doc/lispintro/ChangeLog doc/lispintro/makefile.w32-in doc/lispref/ChangeLog doc/lispref/makefile.w32-in doc/misc/ChangeLog doc/misc/makefile.w32-in
diffstat 8 files changed, 28 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/doc/emacs/ChangeLog	Tue Feb 05 09:06:00 2008 +0000
+++ b/doc/emacs/ChangeLog	Tue Feb 05 14:53:02 2008 +0000
@@ -1,3 +1,8 @@
+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.
--- a/doc/emacs/makefile.w32-in	Tue Feb 05 09:06:00 2008 +0000
+++ b/doc/emacs/makefile.w32-in	Tue Feb 05 14:53:02 2008 +0000
@@ -102,7 +102,7 @@
 	$(srcdir)/kmacro.texi \
 	$(EMACS_XTRA)
 
-info: $(INFO_TARGETS)
+info: $(INFO_TARGETS) $(infodir)/dir
 
 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:
+$(infodir)/dir: $(INFO_TARGETS)
 	$(MULTI_INSTALL_INFO) --info-dir=$(infodir) $(INFO_TARGETS)
 
 $(infodir)/emacs: $(EMACSSOURCES)
--- a/doc/lispintro/ChangeLog	Tue Feb 05 09:06:00 2008 +0000
+++ b/doc/lispintro/ChangeLog	Tue Feb 05 14:53:02 2008 +0000
@@ -1,3 +1,8 @@
+2008-02-05  Jason Rumney  <jasonr@gnu.org>
+
+	* makefile.w32-in (info): Depend on $(infodir)/dir
+	($(infodir)/dir): Depend on info files.
+
 2008-01-31  Robert J. Chassell  <bob@rattlesnake.com>
 
 	* emacs-lisp-intro.texi: Update back cover text.
--- a/doc/lispintro/makefile.w32-in	Tue Feb 05 09:06:00 2008 +0000
+++ b/doc/lispintro/makefile.w32-in	Tue Feb 05 14:53:02 2008 +0000
@@ -38,9 +38,9 @@
 
 .SUFFIXES: .dvi .ps .texi
 
-info: $(INFO_TARGETS)
+info: $(INFO_TARGETS) $(infodir)/dir
 
-$(infodir)/dir:
+$(infodir)/dir: $(INFO_TARGETS)
 	$(INSTALL_INFO) --info-dir=$(infodir) $(INFO_TARGETS)
 
 dvi: $(DVI_TARGETS)
--- a/doc/lispref/ChangeLog	Tue Feb 05 09:06:00 2008 +0000
+++ b/doc/lispref/ChangeLog	Tue Feb 05 14:53:02 2008 +0000
@@ -1,3 +1,8 @@
+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):
--- a/doc/lispref/makefile.w32-in	Tue Feb 05 09:06:00 2008 +0000
+++ b/doc/lispref/makefile.w32-in	Tue Feb 05 14:53:02 2008 +0000
@@ -101,9 +101,9 @@
 
 # The info file is named `elisp'.
 
-info: $(infodir)/elisp
+info: $(infodir)/elisp $(infodir)/dir
 
-$(infodir)/dir:
+$(infodir)/dir: $(infodir)/elisp
 	$(INSTALL_INFO) --info-dir=$(infodir) $(infodir)/elisp
 
 $(infodir)/elisp: $(srcs)
--- a/doc/misc/ChangeLog	Tue Feb 05 09:06:00 2008 +0000
+++ b/doc/misc/ChangeLog	Tue Feb 05 14:53:02 2008 +0000
@@ -1,3 +1,8 @@
+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.
--- a/doc/misc/makefile.w32-in	Tue Feb 05 09:06:00 2008 +0000
+++ b/doc/misc/makefile.w32-in	Tue Feb 05 14:53:02 2008 +0000
@@ -64,7 +64,7 @@
 	 "MAKEINFO=$(MAKEINFO) -I$(srcdir)" /C
 
 
-info: $(INFO_TARGETS)
+info: $(INFO_TARGETS) $(infodir)/dir
 
 dvi: $(DVI_TARGETS)
 
@@ -79,7 +79,7 @@
 # Some Windows ports of makeinfo seem to require -o to come before the
 # texi filename, contrary to GNU standards.
 
-$(infodir)/dir:
+$(infodir)/dir: $(INFO_TARGETS)
 	$(MULTI_INSTALL_INFO) --info-dir=$(infodir) $(INFO_TARGETS)
 
 $(infodir)/info: $(INFOSOURCES)