mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-23 05:17:35 +00:00
* doc/lispref/makefile.w32-in (texinputdir): Copy previous Makefile.in change.
This commit is contained in:
parent
450e3cae36
commit
24189ce0dc
2 changed files with 2 additions and 1 deletions
|
|
@ -1,5 +1,6 @@
|
|||
2012-01-25 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* makefile.w32-in (texinputdir):
|
||||
* Makefile.in (ENVADD): Add $emacsdir. (Bug#10603)
|
||||
|
||||
2012-01-24 Chong Yidong <cyd@gnu.org>
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue