mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-19 10:22:27 +00:00
* doc/lispref/makefile.w32-in (texinputdir): Copy previous Makefile.in change.
This commit is contained in:
parent
450e3cae36
commit
24189ce0dc
@ -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 New Issue
Block a user