aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
authorJason Rumney2008-02-06 23:01:28 +0000
committerJason Rumney2008-02-06 23:01:28 +0000
commitf272c0fda934b51fcb62bf90b232b52f7218b863 (patch)
tree9b3242d708ec734240a4c73c1544bb0ff30da1f9 /doc/misc
parent5457150f9cbeb5bcda3da113c120c501fbe6a304 (diff)
downloademacs-f272c0fda934b51fcb62bf90b232b52f7218b863.tar.gz
emacs-f272c0fda934b51fcb62bf90b232b52f7218b863.zip
Revert last change
Diffstat (limited to 'doc/misc')
-rw-r--r--doc/misc/ChangeLog5
-rw-r--r--doc/misc/makefile.w32-in8
2 files changed, 4 insertions, 9 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index 977def73eed..92be8efdee7 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -7,11 +7,6 @@
7 7
8 * tramp.texi (Remote processes): Add `shell-command'. 8 * tramp.texi (Remote processes): Add `shell-command'.
9 9
102008-02-05 Jason Rumney <jasonr@gnu.org>
11
12 * makefile.w32-in (info): Depend on $(infodir)/dir
13 ($(infodir)/dir): Depend on info files.
14
152008-01-28 Michael Sperber <sperber@deinprogramm.de> 102008-01-28 Michael Sperber <sperber@deinprogramm.de>
16 11
17 * gnus.texi (Mail Source Specifiers): Document `group' specifier. 12 * gnus.texi (Mail Source Specifiers): Document `group' specifier.
diff --git a/doc/misc/makefile.w32-in b/doc/misc/makefile.w32-in
index 4da32e9e473..b0a8f0f1e64 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) $(infodir)/dir 67info: $(INFO_TARGETS)
68 68
69dvi: $(DVI_TARGETS) 69dvi: $(DVI_TARGETS)
70 70
@@ -73,15 +73,15 @@ dvi: $(DVI_TARGETS)
73# to exist in the build directory. 73# to exist in the build directory.
74# In a distribution of Emacs, the Info files should be up to date. 74# In a distribution of Emacs, the Info files should be up to date.
75 75
76$(infodir)/dir:
77 $(MULTI_INSTALL_INFO) --info-dir=$(infodir) $(INFO_TARGETS)
78
76# The following target uses an explicit -o switch to work around 79# The following target uses an explicit -o switch to work around
77# the @setfilename directive in info.texi, which is required for 80# the @setfilename directive in info.texi, which is required for
78# the Texinfo distribution. 81# the Texinfo distribution.
79# Some Windows ports of makeinfo seem to require -o to come before the 82# Some Windows ports of makeinfo seem to require -o to come before the
80# texi filename, contrary to GNU standards. 83# texi filename, contrary to GNU standards.
81 84
82$(infodir)/dir: $(INFO_TARGETS)
83 $(MULTI_INSTALL_INFO) --info-dir=$(infodir) $(INFO_TARGETS)
84
85$(infodir)/info: $(INFOSOURCES) 85$(infodir)/info: $(INFOSOURCES)
86 $(MAKEINFO) --no-split -o $@ info.texi 86 $(MAKEINFO) --no-split -o $@ info.texi
87 87