aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2012-01-25 16:50:12 -0500
committerGlenn Morris2012-01-25 16:50:12 -0500
commit24189ce0dc115ae57d84f0d68f9f2bfa30dd4b45 (patch)
tree75c97a4fd23c72b100a5c30dc13b69a91ffcf93f
parent450e3cae36e00121e42c8361b4e0be0f53eaec0e (diff)
downloademacs-24189ce0dc115ae57d84f0d68f9f2bfa30dd4b45.tar.gz
emacs-24189ce0dc115ae57d84f0d68f9f2bfa30dd4b45.zip
* doc/lispref/makefile.w32-in (texinputdir): Copy previous Makefile.in change.
-rw-r--r--doc/lispref/ChangeLog1
-rw-r--r--doc/lispref/makefile.w32-in2
2 files changed, 2 insertions, 1 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index 6b5b54aad08..f323c28633f 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -1,5 +1,6 @@
12012-01-25 Glenn Morris <rgm@gnu.org> 12012-01-25 Glenn Morris <rgm@gnu.org>
2 2
3 * makefile.w32-in (texinputdir):
3 * Makefile.in (ENVADD): Add $emacsdir. (Bug#10603) 4 * Makefile.in (ENVADD): Add $emacsdir. (Bug#10603)
4 5
52012-01-24 Chong Yidong <cyd@gnu.org> 62012-01-24 Chong Yidong <cyd@gnu.org>
diff --git a/doc/lispref/makefile.w32-in b/doc/lispref/makefile.w32-in
index 08b176b7593..b27abd1c5bc 100644
--- a/doc/lispref/makefile.w32-in
+++ b/doc/lispref/makefile.w32-in
@@ -38,7 +38,7 @@ 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);$(TEXINPUTS)" \ 41 "TEXINPUTS=$(srcdir);$(texinputdir);$(emacsdir);$(TEXINPUTS)" \
42 "MAKEINFO=$(MAKEINFO) $(MAKEINFO_OPTS)" /C 42 "MAKEINFO=$(MAKEINFO) $(MAKEINFO_OPTS)" /C
43 43
44# The name of the manual: 44# The name of the manual: