mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-27 15:52:00 -08:00
* doc/lispref/Makefile.in (ENVADD): Add $emacsdir. (Bug#10603)
This commit is contained in:
parent
1edf595d75
commit
450e3cae36
2 changed files with 5 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2012-01-25 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* Makefile.in (ENVADD): Add $emacsdir. (Bug#10603)
|
||||
|
||||
2012-01-24 Chong Yidong <cyd@gnu.org>
|
||||
|
||||
* variables.texi (Variables, Local Variables, Void Variables):
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ TEXI2DVI = texi2dvi
|
|||
TEXI2PDF = texi2pdf
|
||||
DVIPS = dvips
|
||||
|
||||
ENVADD = TEXINPUTS="$(srcdir):$(texinfodir):$(TEXINPUTS)" \
|
||||
ENVADD = TEXINPUTS="$(srcdir):$(texinfodir):$(emacsdir):$(TEXINPUTS)" \
|
||||
MAKEINFO="$(MAKEINFO) $(MAKEINFO_OPTS)"
|
||||
|
||||
# List of all the texinfo files in the manual:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue