X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/9850eff524bd0747a9561f3b4c90dfc3749f4ecb..e1c6f91c71412abd720c2efde386d6bb15beb8cd:/doc/lispref/two-volume.make diff --git a/doc/lispref/two-volume.make b/doc/lispref/two-volume.make index 4fcfe9039d..66b3bbbb20 100644 --- a/doc/lispref/two-volume.make +++ b/doc/lispref/two-volume.make @@ -1,11 +1,13 @@ -# Copyright 2007, 2008 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 >$@ - - # 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 >$@ - # initial index (fns) file. #