]> git.eshelyaron.com Git - emacs.git/commitdiff
doc/lispref/two-volume.make small fix
authorGlenn Morris <rgm@gnu.org>
Tue, 8 May 2012 01:57:08 +0000 (21:57 -0400)
committerGlenn Morris <rgm@gnu.org>
Tue, 8 May 2012 01:57:08 +0000 (21:57 -0400)
* doc/lispref/two-volume.make (emacsdir): New.
(tex): Add directory with emacsver.texi to TEXINPUTS.

doc/lispref/ChangeLog
doc/lispref/two-volume.make

index 186558be2548aa66af2529a6805f8cc0f4dd8f2e..843c8dc943965becb767cc89001789ac535a1873 100644 (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):
index 4acbb193f82c67bf9a1869fb7d87b69a82da7b1f..07fcaf09b988f3492e44c64aec8ef93945568f88 100644 (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