From 2ca712b648eb109fe1e83c5824a3b36abfe0713b Mon Sep 17 00:00:00 2001 From: Jason Rumney Date: Tue, 5 Feb 2008 14:53:02 +0000 Subject: * makefile.w32-in (info): Depend on $(infodir)/dir ($(infodir)/dir): Depend on info files. --- doc/emacs/ChangeLog | 5 +++++ doc/emacs/makefile.w32-in | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) (limited to 'doc/emacs') diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 5f416f6161..ad83776b71 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 99b9e173f6..ad594887df 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) -- cgit v1.2.3