# HG changeset patch # User Jason Rumney # Date 1202223182 0 # Node ID 3c4694a0c74e2a14eb1f930f9ff1189dabfec08c # Parent 33f5fb02f71b0e66f56dfb07068a5eadd4ef648f * makefile.w32-in (info): Depend on $(infodir)/dir ($(infodir)/dir): Depend on info files. diff -r 33f5fb02f71b -r 3c4694a0c74e doc/emacs/ChangeLog --- 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 + + * makefile.w32-in (info): Depend on $(infodir)/dir + ($(infodir)/dir): Depend on info files. + 2008-02-02 Eli Zaretskii * maintaining.texi (Tags): Fix last change. diff -r 33f5fb02f71b -r 3c4694a0c74e doc/emacs/makefile.w32-in --- 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) diff -r 33f5fb02f71b -r 3c4694a0c74e doc/lispintro/ChangeLog --- 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 + + * makefile.w32-in (info): Depend on $(infodir)/dir + ($(infodir)/dir): Depend on info files. + 2008-01-31 Robert J. Chassell * emacs-lisp-intro.texi: Update back cover text. diff -r 33f5fb02f71b -r 3c4694a0c74e doc/lispintro/makefile.w32-in --- 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) diff -r 33f5fb02f71b -r 3c4694a0c74e doc/lispref/ChangeLog --- 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 + + * makefile.w32-in (info): Depend on $(infodir)/dir + ($(infodir)/dir): Depend on info files. + 2008-01-27 Thien-Thi Nguyen * display.texi (Button Types): diff -r 33f5fb02f71b -r 3c4694a0c74e doc/lispref/makefile.w32-in --- 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) diff -r 33f5fb02f71b -r 3c4694a0c74e doc/misc/ChangeLog --- 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 + + * makefile.w32-in (info): Depend on $(infodir)/dir + ($(infodir)/dir): Depend on info files. + 2008-01-28 Michael Sperber * gnus.texi (Mail Source Specifiers): Document `group' specifier. diff -r 33f5fb02f71b -r 3c4694a0c74e doc/misc/makefile.w32-in --- 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)