aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
authorJason Rumney2008-02-05 14:53:02 +0000
committerJason Rumney2008-02-05 14:53:02 +0000
commit2ca712b648eb109fe1e83c5824a3b36abfe0713b (patch)
tree3b0a0f79b7a999ee9a3baf0b0b59c6d6f16bf981 /doc/misc
parent6a2094182893ce1b50bceb050bfa5f01fedd28a5 (diff)
downloademacs-2ca712b648eb109fe1e83c5824a3b36abfe0713b.tar.gz
emacs-2ca712b648eb109fe1e83c5824a3b36abfe0713b.zip
* makefile.w32-in (info): Depend on $(infodir)/dir
($(infodir)/dir): Depend on info files.
Diffstat (limited to 'doc/misc')
-rw-r--r--doc/misc/ChangeLog5
-rw-r--r--doc/misc/makefile.w32-in4
2 files changed, 7 insertions, 2 deletions
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 @@
12008-02-05 Jason Rumney <jasonr@gnu.org>
2
3 * makefile.w32-in (info): Depend on $(infodir)/dir
4 ($(infodir)/dir): Depend on info files.
5
12008-01-28 Michael Sperber <sperber@deinprogramm.de> 62008-01-28 Michael Sperber <sperber@deinprogramm.de>
2 7
3 * gnus.texi (Mail Source Specifiers): Document `group' specifier. 8 * 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)" \
64 "MAKEINFO=$(MAKEINFO) -I$(srcdir)" /C 64 "MAKEINFO=$(MAKEINFO) -I$(srcdir)" /C
65 65
66 66
67info: $(INFO_TARGETS) 67info: $(INFO_TARGETS) $(infodir)/dir
68 68
69dvi: $(DVI_TARGETS) 69dvi: $(DVI_TARGETS)
70 70
@@ -79,7 +79,7 @@ dvi: $(DVI_TARGETS)
79# Some Windows ports of makeinfo seem to require -o to come before the 79# Some Windows ports of makeinfo seem to require -o to come before the
80# texi filename, contrary to GNU standards. 80# texi filename, contrary to GNU standards.
81 81
82$(infodir)/dir: 82$(infodir)/dir: $(INFO_TARGETS)
83 $(MULTI_INSTALL_INFO) --info-dir=$(infodir) $(INFO_TARGETS) 83 $(MULTI_INSTALL_INFO) --info-dir=$(infodir) $(INFO_TARGETS)
84 84
85$(infodir)/info: $(INFOSOURCES) 85$(infodir)/info: $(INFOSOURCES)