aboutsummaryrefslogtreecommitdiffstats
path: root/doc/emacs
diff options
context:
space:
mode:
authorJason Rumney <[email protected]>2008-02-05 14:53:02 +0000
committerJason Rumney <[email protected]>2008-02-05 14:53:02 +0000
commit2ca712b648eb109fe1e83c5824a3b36abfe0713b (patch)
tree3b0a0f79b7a999ee9a3baf0b0b59c6d6f16bf981 /doc/emacs
parent6a2094182893ce1b50bceb050bfa5f01fedd28a5 (diff)
* makefile.w32-in (info): Depend on $(infodir)/dir
($(infodir)/dir): Depend on info files.
Diffstat (limited to 'doc/emacs')
-rw-r--r--doc/emacs/ChangeLog5
-rw-r--r--doc/emacs/makefile.w32-in4
2 files changed, 7 insertions, 2 deletions
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 <[email protected]>
+
+ * makefile.w32-in (info): Depend on $(infodir)/dir
+ ($(infodir)/dir): Depend on info files.
+
2008-02-02 Eli Zaretskii <[email protected]>
* 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)