emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/emacs-24 r107981: doc/lispref/two-volume.ma


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r107981: doc/lispref/two-volume.make small fix
Date: Mon, 07 May 2012 21:57:08 -0400
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 107981
committer: Glenn Morris <address@hidden>
branch nick: emacs-24
timestamp: Mon 2012-05-07 21:57:08 -0400
message:
  doc/lispref/two-volume.make small fix
  
  * doc/lispref/two-volume.make (emacsdir): New.
  (tex): Add directory with emacsver.texi to TEXINPUTS.
modified:
  doc/lispref/ChangeLog
  doc/lispref/two-volume.make
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2012-05-05 02:49:19 +0000
+++ b/doc/lispref/ChangeLog     2012-05-08 01:57:08 +0000
@@ -1,3 +1,8 @@
+2012-05-08  Glenn Morris  <address@hidden>
+
+       * two-volume.make (emacsdir): New.
+       (tex): Add directory with emacsver.texi to TEXINPUTS.
+
 2012-05-05  Glenn Morris  <address@hidden>
 
        * minibuf.texi (Minibuffer History, Basic Completion):

=== modified file 'doc/lispref/two-volume.make'
--- a/doc/lispref/two-volume.make       2012-01-19 07:21:25 +0000
+++ b/doc/lispref/two-volume.make       2012-05-08 01:57:08 +0000
@@ -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
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]