diff options
| -rw-r--r-- | doc/lispref/ChangeLog | 1 | ||||
| -rw-r--r-- | doc/lispref/makefile.w32-in | 2 |
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 @@ | |||
| 1 | 2012-01-25 Glenn Morris <rgm@gnu.org> | 1 | 2012-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 | ||
| 5 | 2012-01-24 Chong Yidong <cyd@gnu.org> | 6 | 2012-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. |
| 40 | texinputdir = $(srcdir)\..\..\nt\envadd.bat \ | 40 | texinputdir = $(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: |