From: Jason Rumney Date: Tue, 5 Feb 2008 14:53:02 +0000 (+0000) Subject: * makefile.w32-in (info): Depend on $(infodir)/dir X-Git-Tag: emacs-pretest-23.0.90~8173 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2ca712b648eb109fe1e83c5824a3b36abfe0713b;p=emacs.git * makefile.w32-in (info): Depend on $(infodir)/dir ($(infodir)/dir): Depend on info files. --- diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 5f416f61612..ad83776b711 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog @@ -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 --git a/doc/emacs/makefile.w32-in b/doc/emacs/makefile.w32-in index 99b9e173f65..ad594887df6 100644 --- a/doc/emacs/makefile.w32-in +++ b/doc/emacs/makefile.w32-in @@ -102,7 +102,7 @@ EMACSSOURCES= \ $(srcdir)/kmacro.texi \ $(EMACS_XTRA) -info: $(INFO_TARGETS) +info: $(INFO_TARGETS) $(infodir)/dir 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: +$(infodir)/dir: $(INFO_TARGETS) $(MULTI_INSTALL_INFO) --info-dir=$(infodir) $(INFO_TARGETS) $(infodir)/emacs: $(EMACSSOURCES) diff --git a/doc/lispintro/ChangeLog b/doc/lispintro/ChangeLog index 33a431c8210..1db9e061e45 100644 --- a/doc/lispintro/ChangeLog +++ b/doc/lispintro/ChangeLog @@ -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 --git a/doc/lispintro/makefile.w32-in b/doc/lispintro/makefile.w32-in index 8d22c821ac2..3de8f656307 100644 --- a/doc/lispintro/makefile.w32-in +++ b/doc/lispintro/makefile.w32-in @@ -38,9 +38,9 @@ ENVADD = $(srcdir)\..\..\nt\envadd.bat "TEXINPUTS=$(srcdir);$(TEXINPUTS)" \ .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 --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 12539758018..8703a279ec1 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -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 --git a/doc/lispref/makefile.w32-in b/doc/lispref/makefile.w32-in index 381d389cae3..7e7fe87be11 100644 --- a/doc/lispref/makefile.w32-in +++ b/doc/lispref/makefile.w32-in @@ -101,9 +101,9 @@ srcs = \ # 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 --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index d4710db0675..a64153bb18f 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog @@ -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 --git a/doc/misc/makefile.w32-in b/doc/misc/makefile.w32-in index da06d1af296..4da32e9e473 100644 --- a/doc/misc/makefile.w32-in +++ b/doc/misc/makefile.w32-in @@ -64,7 +64,7 @@ ENVADD = $(srcdir)\..\..\nt\envadd.bat "TEXINPUTS=$(srcdir);$(TEXINPUTS)" \ "MAKEINFO=$(MAKEINFO) -I$(srcdir)" /C -info: $(INFO_TARGETS) +info: $(INFO_TARGETS) $(infodir)/dir dvi: $(DVI_TARGETS) @@ -79,7 +79,7 @@ dvi: $(DVI_TARGETS) # 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)