emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/doc/lispref two-volume.make [EMACS_23_1_RC]


From: Glenn Morris
Subject: [Emacs-diffs] emacs/doc/lispref two-volume.make [EMACS_23_1_RC]
Date: Thu, 09 Jul 2009 02:56:21 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Branch:         EMACS_23_1_RC
Changes by:     Glenn Morris <gm>       09/07/09 02:56:21

Modified files:
        doc/lispref    : two-volume.make 

Log message:
        (texinfodir): New, with location of texinfo.tex.
        (tex): Add texinfodir to TEXINPUTS.
        (elisp1med-init, elisp2med-init): Use texinfodir.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/lispref/two-volume.make?cvsroot=emacs&only_with_tag=EMACS_23_1_RC&r1=1.4&r2=1.4.2.1

Patches:
Index: two-volume.make
===================================================================
RCS file: /sources/emacs/emacs/doc/lispref/two-volume.make,v
retrieving revision 1.4
retrieving revision 1.4.2.1
diff -u -b -r1.4 -r1.4.2.1
--- two-volume.make     8 Jan 2009 05:29:03 -0000       1.4
+++ two-volume.make     9 Jul 2009 02:56:20 -0000       1.4.2.1
@@ -5,7 +5,9 @@
 # colors, spurious warnings about names being referenced but not
 # existing, etc., dvips | ps2pdf doesn't preserve the page size.
 # Instead of creating a special dvips config file, put up with the warnings.
-tex = pdftex -interaction=nonstopmode
+texinfodir=../misc
+
+tex = TEXINPUTS=".:$(texinfodir):${TEXINPUTS}" pdftex -interaction=nonstopmode
 
 all: vol1.pdf vol2.pdf
 
@@ -62,8 +64,6 @@
 elisp2med-aux-vol-added: elisp2med-init
        sed 's/-pg}{\(.*\)}$$/-pg}{\1, address@hidden/' elisp2med-aux >$@
        
-
-
 #  intermediate index (fns) file.
 # 
 elisp1med-fns-ready: elisp1med-fn-vol-added elisp2med-fn-vol-added
@@ -99,7 +99,7 @@
 # 
 # So, we start all over again, from these fns/aux/toc files.
 # 
-elisp1med-init: elisp1-fns-ready elisp1-aux-ready elisp1init-toc-ready 
texinfo.tex
+elisp1med-init: elisp1-fns-ready elisp1-aux-ready elisp1init-toc-ready 
$(texinfodir)/texinfo.tex
        @echo -e "\f Intermediate TeX run for volume 1..."
        cp elisp1init-toc-ready elisp1-toc-ready.toc
        cp elisp1-fns-ready vol1.fns
@@ -109,7 +109,7 @@
        mv vol1.aux elisp1med-aux
        mv vol1.toc elisp1med-toc
 #
-elisp2med-init: elisp2-fns-ready elisp2-aux-ready elisp2init-toc-ready 
texinfo.tex
+elisp2med-init: elisp2-fns-ready elisp2-aux-ready elisp2init-toc-ready 
$(texinfodir)/texinfo.tex
        @echo "Final TeX run for volume 2..."
        cp elisp2init-toc-ready elisp2-toc-ready.toc
        cp elisp2-fns-ready vol2.fns
@@ -157,7 +157,6 @@
 elisp2-aux-vol-added: elisp2-init
        sed 's/-pg}{\(.*\)}$$/-pg}{\1, address@hidden/' elisp2-aux >$@
        
-
 #  initial index (fns) file.
 # 
 # Append other volume's index entries to this one's.




reply via email to

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