doc/lispref/two-volume.make small fix

* doc/lispref/two-volume.make (emacsdir): New.
(tex): Add directory with emacsver.texi to TEXINPUTS.
This commit is contained in:
Glenn Morris 2012-05-07 21:57:08 -04:00
parent 1cb51c12e4
commit 143d9dd80e
2 changed files with 8 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2012-05-08 Glenn Morris <rgm@gnu.org>
* two-volume.make (emacsdir): New.
(tex): Add directory with emacsver.texi to TEXINPUTS.
2012-05-05 Glenn Morris <rgm@gnu.org>
* minibuf.texi (Minibuffer History, Basic Completion):

View file

@ -1,4 +1,4 @@
# Copyright (C) 2007-2012 Free Software Foundation, Inc.
# Copyright (C) 2007-2012 Free Software Foundation, Inc.
# See end for copying conditions.
# although it would be nice to use tex rather than pdftex to avoid
@ -6,8 +6,9 @@
# existing, etc., dvips | ps2pdf doesn't preserve the page size.
# Instead of creating a special dvips config file, put up with the warnings.
texinfodir=../misc
emacsdir=../emacs
tex = TEXINPUTS=".:$(texinfodir):${TEXINPUTS}" pdftex -interaction=nonstopmode
tex = TEXINPUTS=".:$(texinfodir):${emacsdir}:${TEXINPUTS}" pdftex -interaction=nonstopmode
all: vol1.pdf vol2.pdf