1 # Copyright 2007, 2008 Free Software Foundation, Inc.
2 # See end for copying conditions.
4 # although it would be nice to use tex rather than pdftex to avoid
5 # colors, spurious warnings about names being referenced but not
6 # existing, etc., dvips | ps2pdf doesn't preserve the page size.
7 # Instead of creating a special dvips config file, put up with the warnings.
8 tex = pdftex
-interaction
=nonstopmode
10 all: vol1.pdf vol2.pdf
12 # vol1.texi and vol2.texi specially define \tocreadfilename so we can
13 # use our premade .toc's.
15 vol1.pdf
: elisp1med-fns-ready elisp1med-aux-ready elisp1med-toc-ready
16 @echo
-e
"\f Final TeX run for volume 1..."
17 cp elisp1med-toc-ready elisp1-toc-ready.toc
18 cp elisp1med-fns-ready vol1.fns
19 cp elisp1med-aux-ready vol1.aux
22 vol2.pdf
: elisp2med-fns-ready elisp2med-aux-ready elisp2med-toc-ready
23 @echo
"Final TeX run for volume 2..."
24 cp elisp2med-toc-ready elisp2-toc-ready.toc
25 cp elisp2med-fns-ready vol2.fns
26 cp elisp2med-aux-ready vol2.aux
29 # \f intermediate toc files.
31 # vol1 toc: volume 1, page break, volume 2 (with II: prepended).
32 elisp1med-toc-ready
: elisp1med-init elisp2med-init
33 echo
'@unnchapentry{@b{Volume 1}}{10001}{vol1}{}' >$@
34 cat elisp1med-toc
>>$@
36 echo
'@unnchapentry{@b{Volume 2}}{10001}{vol2}{}' >>$@
37 sed
's/{\([^}]*\)}$$/{II:\1}/' elisp2med-toc
>>$@
39 # vol2 toc: volume 1 (with I: prepended), page break, volume 2.
40 elisp2med-toc-ready
: elisp1med-init elisp2med-init
41 echo
'@unnchapentry{@b{Volume 1}}{10001}{vol1}{}' >$@
42 sed
's/{\([^}]*\)}$$/{I:\1}/' elisp1med-toc
>>$@
44 echo
'@unnchapentry{@b{Volume 2}}{10001}{vol2}{}' >>$@
45 cat elisp2med-toc
>>$@
48 # \f intermediate aux files.
50 # append vol2's fixed aux to normal vol1.
51 elisp1med-aux-ready
: elisp2med-aux-vol-added
52 cat elisp1med-aux
$< >$@
54 # prepend vol1's fixed aux to vol2.
55 elisp2med-aux-ready
: elisp1med-aux-vol-added
56 cat
$< elisp2med-aux
>$@
58 # on -pg entries, append volume number after page number.
59 elisp1med-aux-vol-added
: elisp1med-init
60 sed
's/-pg}{\(.*\)}$$/-pg}{\1, vol.@tie1}/' elisp1med-aux
>$@
62 elisp2med-aux-vol-added
: elisp2med-init
63 sed
's/-pg}{\(.*\)}$$/-pg}{\1, vol.@tie2}/' elisp2med-aux
>$@
67 # \f intermediate index (fns) file.
69 elisp1med-fns-ready
: elisp1med-fn-vol-added elisp2med-fn-vol-added
70 cat elisp2med-fn-vol-added
>>vol1.fn
74 elisp2med-fns-ready
: elisp1med-fn-vol-added elisp2med-fn-vol-added
75 cat elisp1med-fn-vol-added
>>vol2.fn
79 # Insert volume number (I: or II:) into index file.
80 elisp1med-fn-vol-added
: elisp1med-init
81 cp vol1.fn elisp1med-fn
82 sed
's/}{/}{I:/' elisp1med-fn
>$@
84 elisp2med-fn-vol-added
: elisp2med-init
85 cp vol2.fn elisp2med-fn
86 sed
's/}{/}{II:/' elisp2med-fn
>$@
88 # -----------------------------------------------------------------------------
89 # everything above is essentially a duplicate of everything below. sorry.
90 # -----------------------------------------------------------------------------
92 # \f intermediate TeX runs.
94 # this generates what would be the final versions -- except the page
95 # numbers aren't right. The process of adding the I: and II: changes
96 # the page breaks, so a few index entries, at least are wrong. (In
97 # 2007, x-meta-keysym in vol.II ended up on page 374 when the index had
98 # it on page 375 from the initial run.)
100 # So, we start all over again, from these fns/aux/toc files.
102 elisp1med-init
: elisp1-fns-ready elisp1-aux-ready elisp1init-toc-ready texinfo.
tex
103 @echo
-e
"\f Intermediate TeX run for volume 1..."
104 cp elisp1init-toc-ready elisp1-toc-ready.toc
105 cp elisp1-fns-ready vol1.fns
106 cp elisp1-aux-ready vol1.aux
109 mv vol1.aux elisp1med-aux
110 mv vol1.toc elisp1med-toc
112 elisp2med-init
: elisp2-fns-ready elisp2-aux-ready elisp2init-toc-ready texinfo.
tex
113 @echo
"Final TeX run for volume 2..."
114 cp elisp2init-toc-ready elisp2-toc-ready.toc
115 cp elisp2-fns-ready vol2.fns
116 cp elisp2-aux-ready vol2.aux
119 mv vol2.aux elisp2med-aux
120 mv vol2.toc elisp2med-toc
123 # \f initial toc files.
125 # vol1 toc: volume 1, page break, volume 2 (with II: prepended).
126 elisp1init-toc-ready
: elisp1-init elisp2-init
127 echo
'@unnchapentry{@b{Volume 1}}{10001}{vol1}{}' >$@
130 echo
'@unnchapentry{@b{Volume 2}}{10001}{vol2}{}' >>$@
131 sed
's/{\([^}]*\)}$$/{II:\1}/' elisp2-toc
>>$@
133 # vol2 toc: volume 1 (with I: prepended), page break, volume 2.
134 elisp2init-toc-ready
: elisp1-init elisp2-init
135 echo
'@unnchapentry{@b{Volume 1}}{10001}{vol1}{}' >$@
136 sed
's/{\([^}]*\)}$$/{I:\1}/' elisp1-toc
>>$@
138 echo
'@unnchapentry{@b{Volume 2}}{10001}{vol2}{}' >>$@
142 # \f initial aux files.
144 # append vol2's fixed aux to normal vol1. The initial runs saved
145 # elisp1-aux and elisp2-aux.
146 elisp1-aux-ready
: elisp2-aux-vol-added
147 cat elisp1-aux
$< >$@
149 # prepend vol1's fixed aux to vol2.
150 elisp2-aux-ready
: elisp1-aux-vol-added
151 cat
$< elisp2-aux
>$@
153 # on -pg entries, append volume number after page number.
154 elisp1-aux-vol-added
: elisp1-init
155 sed
's/-pg}{\(.*\)}$$/-pg}{\1, vol.@tie1}/' elisp1-aux
>$@
157 elisp2-aux-vol-added
: elisp2-init
158 sed
's/-pg}{\(.*\)}$$/-pg}{\1, vol.@tie2}/' elisp2-aux
>$@
161 # \f initial index (fns) file.
163 # Append other volume's index entries to this one's.
164 # Index entries in this volume will then take precedence.
165 elisp1-fns-ready
: elisp1-fn-vol-added elisp2-fn-vol-added
166 cat elisp2-fn-vol-added
>>vol1.fn
170 elisp2-fns-ready
: elisp1-fn-vol-added elisp2-fn-vol-added
171 cat elisp1-fn-vol-added
>>vol2.fn
175 # Insert volume number (I: or II:) into index file.
176 elisp1-fn-vol-added
: elisp1-init
178 sed
's/}{/}{I:/' elisp1-fn
>$@
180 elisp2-fn-vol-added
: elisp2-init
182 sed
's/}{/}{II:/' elisp2-fn
>$@
185 # \f initial TeX runs.
187 # We use the .fn, .aux, and .toc files created here in subsequent
188 # processing. The page numbers generated here will not be correct yet,
189 # but we run texindex and TeX a second time just to get them closer.
190 # Otherwise it might take even longer for them to converge.
192 elisp1-init
: vol1.texi
193 @echo
-e
"\f Initial TeX run for volume 1..."
194 rm -f vol1.aux vol1.toc
197 mv vol1.aux elisp1-aux
198 mv vol1.toc elisp1-toc
201 elisp2-init
: vol2.texi
202 @echo
"Initial TeX run for volume 2..."
203 rm -f vol2.aux vol2.toc
206 mv vol2.aux elisp2-aux
207 mv vol2.toc elisp2-toc
212 # This file is free software: you can redistribute it and/or modify
213 # it under the terms of the GNU General Public License as published by
214 # the Free Software Foundation, either version 3 of the License, or
215 # (at your option) any later version.
217 # This file is distributed in the hope that it will be useful,
218 # but WITHOUT ANY WARRANTY; without even the implied warranty of
219 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
220 # GNU General Public License for more details.
222 # You should have received a copy of the GNU General Public License
223 # along with this file. If not, see <http://www.gnu.org/licenses/>.
225 # arch-tag: 5c258a2e-d4a9-4d0e-b279-fb3a6faa27eb