aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/lispref/ChangeLog5
-rw-r--r--doc/lispref/makefile.w32-in7
2 files changed, 6 insertions, 6 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index 3e4946f261e..d28498bad6c 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -1,3 +1,8 @@
12012-01-27 Glenn Morris <rgm@gnu.org>
2
3 * makefile.w32-in (texinputdir): Fix (presumed) typo.
4 (VERSION, manual): Remove, unused.
5
12012-01-27 Chong Yidong <cyd@gnu.org> 62012-01-27 Chong Yidong <cyd@gnu.org>
2 7
3 * commands.texi (Command Overview): Minor clarification (Bug#10384). 8 * commands.texi (Command Overview): Minor clarification (Bug#10384).
diff --git a/doc/lispref/makefile.w32-in b/doc/lispref/makefile.w32-in
index b27abd1c5bc..11b6beab84d 100644
--- a/doc/lispref/makefile.w32-in
+++ b/doc/lispref/makefile.w32-in
@@ -38,14 +38,9 @@ MAKEINFO_OPTS = --force --enable-encoding -I$(srcdir) -I$(emacsdir)
38# The environment variable and its value to add $(srcdir) to the path 38# The environment variable and its value to add $(srcdir) to the path
39# searched for TeX input files. 39# searched for TeX input files.
40texinputdir = $(srcdir)\..\..\nt\envadd.bat \ 40texinputdir = $(srcdir)\..\..\nt\envadd.bat \
41 "TEXINPUTS=$(srcdir);$(texinputdir);$(emacsdir);$(TEXINPUTS)" \ 41 "TEXINPUTS=$(srcdir);$(texinfodir);$(emacsdir);$(TEXINPUTS)" \
42 "MAKEINFO=$(MAKEINFO) $(MAKEINFO_OPTS)" /C 42 "MAKEINFO=$(MAKEINFO) $(MAKEINFO_OPTS)" /C
43 43
44# The name of the manual:
45VERSION=2.9
46## FIXME can this be set by configure, as per Makefile.in?
47manual = elisp-manual-23-$(VERSION)
48
49# List of all the texinfo files in the manual: 44# List of all the texinfo files in the manual:
50 45
51srcs = \ 46srcs = \