From 24189ce0dc115ae57d84f0d68f9f2bfa30dd4b45 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Wed, 25 Jan 2012 16:50:12 -0500 Subject: [PATCH] * doc/lispref/makefile.w32-in (texinputdir): Copy previous Makefile.in change. --- doc/lispref/ChangeLog | 1 + doc/lispref/makefile.w32-in | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 @@ 2012-01-25 Glenn Morris + * makefile.w32-in (texinputdir): * Makefile.in (ENVADD): Add $emacsdir. (Bug#10603) 2012-01-24 Chong Yidong 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) # The environment variable and its value to add $(srcdir) to the path # searched for TeX input files. texinputdir = $(srcdir)\..\..\nt\envadd.bat \ - "TEXINPUTS=$(srcdir);$(texinputdir);$(TEXINPUTS)" \ + "TEXINPUTS=$(srcdir);$(texinputdir);$(emacsdir);$(TEXINPUTS)" \ "MAKEINFO=$(MAKEINFO) $(MAKEINFO_OPTS)" /C # The name of the manual: