From: Glenn Morris <rgm@gnu.org>
Date: Tue, 8 May 2012 01:57:08 +0000 (-0400)
Subject: doc/lispref/two-volume.make small fix
X-Git-Tag: emacs-24.0.97~21
X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=143d9dd80ec717bfd571a94ccf64b0a15d06334a;p=emacs.git

doc/lispref/two-volume.make small fix

* doc/lispref/two-volume.make (emacsdir): New.
(tex): Add directory with emacsver.texi to TEXINPUTS.
---

diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index 186558be254..843c8dc9439 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -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):
diff --git a/doc/lispref/two-volume.make b/doc/lispref/two-volume.make
index 4acbb193f82..07fcaf09b98 100644
--- a/doc/lispref/two-volume.make
+++ b/doc/lispref/two-volume.make
@@ -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