blob: 68e8f56c5f9fac50ca416d54e6a063195cd5b2bc [file] [log] [blame]
Fred Drake7621fa92001-03-23 16:23:21 +00001# LaTeX source dependencies.
Fred Drake3d865421998-08-12 16:16:49 +00002
Fred Drakef6bfe8e2001-02-19 19:19:26 +00003COMMONSTYLES= texinputs/python.sty \
Fred Drake5e06b842001-07-17 23:07:03 +00004 texinputs/pypaper.sty
5
6INDEXSTYLES=texinputs/python.ist
Fred Drake3d865421998-08-12 16:16:49 +00007
Fred Drakef6bfe8e2001-02-19 19:19:26 +00008COMMONTEX= texinputs/copyright.tex \
Fred Drakeaff88372001-06-22 17:07:02 +00009 texinputs/license.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +000010 texinputs/boilerplate.tex
Fred Drake3d865421998-08-12 16:16:49 +000011
Fred Drakef6bfe8e2001-02-19 19:19:26 +000012MANSTYLES= texinputs/fncychap.sty \
13 texinputs/manual.cls \
Fred Drakec6d45af1999-10-29 20:49:23 +000014 $(COMMONSTYLES)
Fred Drake15087431999-03-16 16:11:27 +000015
Fred Drakef6bfe8e2001-02-19 19:19:26 +000016HOWTOSTYLES= texinputs/howto.cls \
Fred Drakec6d45af1999-10-29 20:49:23 +000017 $(COMMONSTYLES)
Fred Drake3d865421998-08-12 16:16:49 +000018
Fred Drakec6d45af1999-10-29 20:49:23 +000019
Fred Drakec65b3d92001-10-12 19:02:35 +000020APIFILES= $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) \
21 api/api.tex \
22 api/abstract.tex \
23 api/concrete.tex \
24 api/exceptions.tex \
25 api/init.tex \
26 api/intro.tex \
27 api/memory.tex \
28 api/newtypes.tex \
29 api/refcounting.tex \
30 api/utilities.tex \
31 api/veryhigh.tex \
Fred Drake0fdc8262002-04-16 18:48:25 +000032 texinputs/typestruct.h \
Fred Drakef6bfe8e2001-02-19 19:19:26 +000033 texinputs/reportingbugs.tex
Fred Drakec6d45af1999-10-29 20:49:23 +000034
Fred Drake520b0092001-10-29 17:40:40 +000035# These files are generated from those listed above, and are used to
36# generate the typeset versions of the manuals. The list is defined
37# here to make it easier to ensure parallelism.
Fred Drake0fdc8262002-04-16 18:48:25 +000038ANNOAPIFILES= $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) api/refcounts.dat \
Fred Drake520b0092001-10-29 17:40:40 +000039 paper-$(PAPER)/api.tex \
40 paper-$(PAPER)/abstract.tex \
41 paper-$(PAPER)/concrete.tex \
42 paper-$(PAPER)/exceptions.tex \
43 paper-$(PAPER)/init.tex \
44 paper-$(PAPER)/intro.tex \
45 paper-$(PAPER)/memory.tex \
46 paper-$(PAPER)/newtypes.tex \
47 paper-$(PAPER)/refcounting.tex \
48 paper-$(PAPER)/utilities.tex \
49 paper-$(PAPER)/veryhigh.tex \
50 texinputs/reportingbugs.tex
51
Fred Drake5e06b842001-07-17 23:07:03 +000052DOCFILES= $(HOWTOSTYLES) \
53 texinputs/boilerplate.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +000054 texinputs/ltxmarkup.sty \
55 doc/doc.tex
Fred Drakec6d45af1999-10-29 20:49:23 +000056
Fred Drake5e06b842001-07-17 23:07:03 +000057EXTFILES= ext/ext.tex $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) \
Fred Drakecc8f44b2001-08-20 19:30:29 +000058 ext/extending.tex \
59 ext/newtypes.tex \
Fred Drakee38b7e82002-03-11 18:42:08 +000060 ext/building.tex \
Fred Drakecc8f44b2001-08-20 19:30:29 +000061 ext/windows.tex \
62 ext/embedding.tex \
Fred Drake0fdc8262002-04-16 18:48:25 +000063 ext/cycle-gc.c \
64 ext/noddy.c \
65 ext/run-func.c \
66 texinputs/typestruct.h \
Fred Drakef6bfe8e2001-02-19 19:19:26 +000067 texinputs/reportingbugs.tex
Fred Drakec6d45af1999-10-29 20:49:23 +000068
Fred Drakef6bfe8e2001-02-19 19:19:26 +000069TUTFILES= tut/tut.tex $(MANSTYLES) $(COMMONTEX)
Fred Drake3d865421998-08-12 16:16:49 +000070
71# LaTeX source files for the Python Reference Manual
Fred Drake5e06b842001-07-17 23:07:03 +000072REFFILES= $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) \
Fred Drakef6bfe8e2001-02-19 19:19:26 +000073 ref/ref.tex \
74 ref/ref1.tex \
75 ref/ref2.tex \
76 ref/ref3.tex \
77 ref/ref4.tex \
78 ref/ref5.tex \
79 ref/ref6.tex \
80 ref/ref7.tex \
Fred Drake7621fa92001-03-23 16:23:21 +000081 ref/ref8.tex \
82 ref/refa1.tex
Fred Drake3d865421998-08-12 16:16:49 +000083
84# LaTeX source files for the Python Library Reference
Fred Drake5e06b842001-07-17 23:07:03 +000085LIBFILES= $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) \
Fred Draked5260112002-08-23 15:38:02 +000086 texinputs/reportingbugs.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +000087 lib/lib.tex \
Fred Draked443d8c2001-09-27 20:08:20 +000088 lib/asttable.tex \
89 lib/compiler.tex \
Fred Draked61e3ea2001-07-24 16:20:13 +000090 lib/distutils.tex \
Fred Draked443d8c2001-09-27 20:08:20 +000091 lib/email.tex \
92 lib/emailencoders.tex \
93 lib/emailexc.tex \
94 lib/emailgenerator.tex \
95 lib/emailiter.tex \
96 lib/emailmessage.tex \
97 lib/emailparser.tex \
98 lib/emailutil.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +000099 lib/libintro.tex \
100 lib/libobjs.tex \
101 lib/libstdtypes.tex \
102 lib/libexcs.tex \
Fred Draked0859aa2003-01-02 05:00:12 +0000103 lib/libconsts.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000104 lib/libfuncs.tex \
105 lib/libpython.tex \
106 lib/libsys.tex \
107 lib/libfpectl.tex \
108 lib/libgc.tex \
Fred Draked5260112002-08-23 15:38:02 +0000109 lib/libsets.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000110 lib/libweakref.tex \
Fred Drake7840a9c2001-02-28 23:02:20 +0000111 lib/libinspect.tex \
Fred Drake4b1b3bf2001-12-18 16:32:30 +0000112 lib/libpydoc.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000113 lib/libdifflib.tex \
114 lib/libdoctest.tex \
Fred Drake501d9042001-04-07 05:42:14 +0000115 lib/libunittest.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000116 lib/libtypes.tex \
117 lib/libtraceback.tex \
118 lib/libpickle.tex \
119 lib/libshelve.tex \
120 lib/libcopy.tex \
121 lib/libmarshal.tex \
122 lib/libwarnings.tex \
123 lib/libimp.tex \
Fred Drake4a80a3e2002-12-23 16:53:59 +0000124 lib/libpkgutil.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000125 lib/libparser.tex \
126 lib/libbltin.tex \
127 lib/libmain.tex \
128 lib/libstrings.tex \
129 lib/libstring.tex \
Greg Wardae64f3ad2002-06-29 02:38:50 +0000130 lib/libtextwrap.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000131 lib/libcodecs.tex \
132 lib/libunicodedata.tex \
Martin v. Löwis382f0782003-04-18 21:45:26 +0000133 lib/libstringprep.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000134 lib/libstruct.tex \
135 lib/libmisc.tex \
136 lib/libmath.tex \
137 lib/librand.tex \
138 lib/libwhrandom.tex \
139 lib/libarray.tex \
140 lib/liballos.tex \
141 lib/libos.tex \
Fred Drake446f3232002-12-23 19:03:00 +0000142 lib/libdatetime.tex \
143 lib/tzinfo-examples.py \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000144 lib/libtime.tex \
145 lib/libgetopt.tex \
Neal Norwitz488609e2003-01-06 16:51:37 +0000146 lib/liboptparse.tex \
147 lib/caseless.py \
148 lib/required_1.py \
149 lib/required_2.py \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000150 lib/libtempfile.tex \
151 lib/liberrno.tex \
152 lib/libsomeos.tex \
153 lib/libsignal.tex \
154 lib/libsocket.tex \
155 lib/libselect.tex \
156 lib/libthread.tex \
Fred Drake66162de2002-12-30 23:01:14 +0000157 lib/libdummythread.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000158 lib/libunix.tex \
159 lib/libposix.tex \
160 lib/libposixpath.tex \
161 lib/libpwd.tex \
162 lib/libgrp.tex \
163 lib/libcrypt.tex \
164 lib/libdbm.tex \
165 lib/libgdbm.tex \
166 lib/libtermios.tex \
167 lib/libfcntl.tex \
168 lib/libposixfile.tex \
169 lib/libsyslog.tex \
Fred Drake7821d722003-01-28 21:53:05 +0000170 lib/liblogging.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000171 lib/libpdb.tex \
172 lib/libprofile.tex \
Fred Drake61a0a732003-04-09 03:25:07 +0000173 lib/libhotshot.tex \
Fred Drake567b0a62003-04-09 02:41:36 +0000174 lib/libtimeit.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000175 lib/libcgi.tex \
Fred Draked2a557e2001-12-04 22:48:17 +0000176 lib/libcgitb.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000177 lib/liburllib.tex \
Fred Drake7606e4d2001-03-01 19:54:29 +0000178 lib/liburllib2.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000179 lib/libhttplib.tex \
180 lib/libftplib.tex \
181 lib/libgopherlib.tex \
182 lib/libnntplib.tex \
183 lib/liburlparse.tex \
Fred Drake6cba3d02001-05-30 04:59:50 +0000184 lib/libhtmlparser.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000185 lib/libhtmllib.tex \
186 lib/libsgmllib.tex \
187 lib/librfc822.tex \
188 lib/libmimetools.tex \
189 lib/libmimewriter.tex \
190 lib/libbinascii.tex \
191 lib/libmm.tex \
192 lib/libaudioop.tex \
193 lib/libimageop.tex \
194 lib/libaifc.tex \
195 lib/libjpeg.tex \
196 lib/librgbimg.tex \
Greg Ward41a28e32003-03-10 00:07:14 +0000197 lib/libossaudiodev.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000198 lib/libcrypto.tex \
199 lib/libmd5.tex \
200 lib/libsha.tex \
201 lib/libmpz.tex \
Fred Drake1c66f892001-09-11 16:59:42 +0000202 lib/libhmac.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000203 lib/librotor.tex \
204 lib/libstdwin.tex \
205 lib/libsgi.tex \
206 lib/libal.tex \
207 lib/libcd.tex \
208 lib/libfl.tex \
209 lib/libfm.tex \
210 lib/libgl.tex \
211 lib/libimgfile.tex \
212 lib/libsun.tex \
213 lib/libxdrlib.tex \
214 lib/libimghdr.tex \
215 lib/librestricted.tex \
216 lib/librexec.tex \
217 lib/libbastion.tex \
218 lib/libformatter.tex \
219 lib/liboperator.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000220 lib/libresource.tex \
221 lib/libstat.tex \
222 lib/libstringio.tex \
223 lib/libtoken.tex \
Fred Drakedb2d3d12002-01-24 16:38:08 +0000224 lib/libkeyword.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000225 lib/libundoc.tex \
226 lib/libmailcap.tex \
227 lib/libglob.tex \
228 lib/libuser.tex \
229 lib/libanydbm.tex \
230 lib/libbsddb.tex \
231 lib/libdbhash.tex \
232 lib/librandom.tex \
233 lib/libsite.tex \
234 lib/libwhichdb.tex \
235 lib/libbase64.tex \
236 lib/libfnmatch.tex \
237 lib/libquopri.tex \
238 lib/libzlib.tex \
239 lib/libsocksvr.tex \
240 lib/libmailbox.tex \
241 lib/libcommands.tex \
242 lib/libcmath.tex \
243 lib/libgzip.tex \
Gustavo Niemeyerf8ca8362002-11-05 16:50:05 +0000244 lib/libbz2.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000245 lib/libzipfile.tex \
246 lib/libpprint.tex \
247 lib/libcode.tex \
248 lib/libmimify.tex \
249 lib/libre.tex \
250 lib/libuserdict.tex \
251 lib/libdis.tex \
252 lib/libxmllib.tex \
Fred Drake3d97e352001-07-12 23:40:13 +0000253 lib/libxmlrpclib.tex \
Fred Drake06c61b12001-09-28 22:02:49 +0000254 lib/libsimplexmlrpc.tex \
Martin v. Löwis382f0782003-04-18 21:45:26 +0000255 lib/libdocxmlrpc.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000256 lib/libpyexpat.tex \
257 lib/xmldom.tex \
258 lib/xmldomminidom.tex \
259 lib/xmldompulldom.tex \
260 lib/xmlsax.tex \
261 lib/xmlsaxhandler.tex \
262 lib/xmlsaxutils.tex \
263 lib/xmlsaxreader.tex \
264 lib/libqueue.tex \
265 lib/liblocale.tex \
266 lib/libgettext.tex \
267 lib/libbasehttp.tex \
268 lib/libcookie.tex \
269 lib/libcopyreg.tex \
270 lib/libsymbol.tex \
271 lib/libbinhex.tex \
272 lib/libuu.tex \
273 lib/libsunaudio.tex \
274 lib/libfileinput.tex \
275 lib/libxreadlines.tex \
276 lib/libimaplib.tex \
277 lib/libpoplib.tex \
278 lib/libcalendar.tex \
279 lib/libpopen2.tex \
280 lib/libbisect.tex \
Fred Drakead09bbf2002-08-02 18:20:34 +0000281 lib/libheapq.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000282 lib/libmimetypes.tex \
283 lib/libsmtplib.tex \
284 lib/libcmd.tex \
285 lib/libmultifile.tex \
286 lib/libthreading.tex \
Fred Drake66162de2002-12-30 23:01:14 +0000287 lib/libdummythreading.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000288 lib/libwebbrowser.tex \
289 lib/internet.tex \
290 lib/netdata.tex \
291 lib/markup.tex \
292 lib/language.tex \
293 lib/libpycompile.tex \
294 lib/libcompileall.tex \
295 lib/libshlex.tex \
296 lib/libnetrc.tex \
297 lib/librobotparser.tex \
298 lib/libgetpass.tex \
299 lib/libshutil.tex \
300 lib/librepr.tex \
301 lib/libmsvcrt.tex \
302 lib/libwinreg.tex \
303 lib/libwinsound.tex \
304 lib/windows.tex \
305 lib/libpyclbr.tex \
306 lib/libtokenize.tex \
307 lib/libtabnanny.tex \
308 lib/libmhlib.tex \
309 lib/libtelnetlib.tex \
310 lib/libcolorsys.tex \
311 lib/libfpformat.tex \
312 lib/libcgihttp.tex \
313 lib/libsimplehttp.tex \
314 lib/liblinecache.tex \
315 lib/libnew.tex \
316 lib/libdircache.tex \
317 lib/libfilecmp.tex \
318 lib/libstatcache.tex \
319 lib/libsunau.tex \
320 lib/libwave.tex \
321 lib/libchunk.tex \
322 lib/libcodeop.tex \
323 lib/libcurses.tex \
Fred Drake659f3772001-03-29 22:23:19 +0000324 lib/libcursespanel.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000325 lib/libascii.tex \
326 lib/libdl.tex \
327 lib/libmutex.tex \
328 lib/libnis.tex \
329 lib/libpipes.tex \
330 lib/libpty.tex \
331 lib/libreadline.tex \
332 lib/librlcompleter.tex \
333 lib/libsched.tex \
334 lib/libstatvfs.tex \
335 lib/libtty.tex \
336 lib/libasyncore.tex \
Steve Holdenb1af86a2002-07-03 18:36:39 +0000337 lib/libasynchat.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000338 lib/libatexit.tex \
339 lib/libmmap.tex \
Fred Drake53556862001-11-15 17:25:29 +0000340 lib/tkinter.tex \
341 lib/libturtle.tex \
Neal Norwitzb9ef4ae2003-01-05 23:19:43 +0000342 lib/libtarfile.tex \
Neal Norwitz0135b652003-03-21 00:28:30 +0000343 lib/libcsv.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000344 lib/libcfgparser.tex
Fred Drake3d865421998-08-12 16:16:49 +0000345
346# LaTeX source files for Macintosh Library Modules.
Fred Drake5e06b842001-07-17 23:07:03 +0000347MACFILES= $(HOWTOSTYLES) $(INDEXSTYLES) $(COMMONTEX) \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000348 mac/mac.tex \
349 mac/using.tex \
Jack Jansenbae5c962003-04-11 15:35:28 +0000350 mac/scripting.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000351 mac/toolbox.tex \
352 mac/undoc.tex \
Fred Drake3de33692001-04-13 04:50:01 +0000353 mac/libcolorpicker.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000354 mac/libmac.tex \
Jack Jansenbae5c962003-04-11 15:35:28 +0000355 mac/libgensuitemodule.tex \
356 mac/libaetools.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000357 mac/libaepack.tex \
358 mac/libaetypes.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000359 mac/libmacfs.tex \
360 mac/libmacos.tex \
361 mac/libmacostools.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000362 mac/libmacui.tex \
363 mac/libmacic.tex \
364 mac/libframework.tex \
Fred Drake02d22122002-03-08 03:18:19 +0000365 mac/libminiae.tex \
366 mac/libscrap.tex
Greg Ward0862f802000-04-28 16:53:36 +0000367
Fred Drake5e06b842001-07-17 23:07:03 +0000368INSTFILES = $(HOWTOSTYLES) inst/inst.tex
Greg Ward0862f802000-04-28 16:53:36 +0000369
Fred Drake388f37e2001-08-02 15:13:58 +0000370DISTFILES = $(HOWTOSTYLES) \
371 dist/dist.tex \
372 dist/sysconfig.tex