]> code.delx.au - gnu-emacs/blobdiff - doc/lispref/two-volume.make
Add 2010 to copyright years.
[gnu-emacs] / doc / lispref / two-volume.make
index b2550576825640a5a51cd9e895898010cf7535ed..66b3bbbb201989771e2afafe14e6f043aa2f1109 100644 (file)
@@ -1,11 +1,13 @@
-# Copyright 2007 Free Software Foundation, Inc.
+# Copyright (C) 2007, 2008, 2009, 2010  Free Software Foundation, Inc.
 # See end for copying conditions.
 
 # although it would be nice to use tex rather than pdftex to avoid
 # 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
 
@@ -61,8 +63,6 @@ elisp1med-aux-vol-added: elisp1med-init
 #
 elisp2med-aux-vol-added: elisp2med-init
        sed 's/-pg}{\(.*\)}$$/-pg}{\1, vol.@tie2}/' elisp2med-aux >$@
-       
-
 
 # \f intermediate index (fns) file.
 # 
@@ -99,7 +99,7 @@ elisp2med-fn-vol-added: elisp2med-init
 # 
 # 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 @@ elisp1med-init: elisp1-fns-ready elisp1-aux-ready elisp1init-toc-ready texinfo.t
        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
@@ -156,7 +156,6 @@ elisp1-aux-vol-added: elisp1-init
 #
 elisp2-aux-vol-added: elisp2-init
        sed 's/-pg}{\(.*\)}$$/-pg}{\1, vol.@tie2}/' elisp2-aux >$@
-       
 
 # \f initial index (fns) file.
 # 
@@ -209,10 +208,10 @@ elisp2-init: vol2.texi
 
 # COPYING CONDITIONS
 # 
-# This file is free software; you can redistribute it and/or modify
+# This file is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 3, or (at your option)
-# any later version.
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
 # 
 # This file is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -220,8 +219,6 @@ elisp2-init: vol2.texi
 # GNU General Public License for more details.
 # 
 # You should have received a copy of the GNU General Public License
-# along with this file; see the file COPYING.  If not, write to
-# the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-# Boston, MA 02110-1301, USA.
+# along with this file.  If not, see <http://www.gnu.org/licenses/>.
  
 # arch-tag: 5c258a2e-d4a9-4d0e-b279-fb3a6faa27eb