blob: f828e1b97333e708edddf15aa68cf0e3e4a4d518 [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 Drake410825a2003-09-27 07:11:17 +00008COMMONTEX=commontex/copyright.tex \
9 commontex/license.tex \
Fred Drakec8083cf2003-09-27 22:07:05 +000010 commontex/patchlevel.tex \
Fred Drake410825a2003-09-27 07:11:17 +000011 commontex/boilerplate.tex
Fred Drake3d865421998-08-12 16:16:49 +000012
Fred Drakef6bfe8e2001-02-19 19:19:26 +000013MANSTYLES= texinputs/fncychap.sty \
14 texinputs/manual.cls \
Fred Drakec6d45af1999-10-29 20:49:23 +000015 $(COMMONSTYLES)
Fred Drake15087431999-03-16 16:11:27 +000016
Fred Drakef6bfe8e2001-02-19 19:19:26 +000017HOWTOSTYLES= texinputs/howto.cls \
Fred Drakec6d45af1999-10-29 20:49:23 +000018 $(COMMONSTYLES)
Fred Drake3d865421998-08-12 16:16:49 +000019
Fred Drakec6d45af1999-10-29 20:49:23 +000020
Fred Drakec65b3d92001-10-12 19:02:35 +000021APIFILES= $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) \
22 api/api.tex \
23 api/abstract.tex \
24 api/concrete.tex \
25 api/exceptions.tex \
26 api/init.tex \
27 api/intro.tex \
28 api/memory.tex \
29 api/newtypes.tex \
30 api/refcounting.tex \
31 api/utilities.tex \
32 api/veryhigh.tex \
Fred Drake410825a2003-09-27 07:11:17 +000033 commontex/typestruct.h \
34 commontex/reportingbugs.tex
Fred Drakec6d45af1999-10-29 20:49:23 +000035
Fred Drake520b0092001-10-29 17:40:40 +000036# These files are generated from those listed above, and are used to
37# generate the typeset versions of the manuals. The list is defined
38# here to make it easier to ensure parallelism.
Fred Drake0fdc8262002-04-16 18:48:25 +000039ANNOAPIFILES= $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) api/refcounts.dat \
Fred Drake520b0092001-10-29 17:40:40 +000040 paper-$(PAPER)/api.tex \
41 paper-$(PAPER)/abstract.tex \
42 paper-$(PAPER)/concrete.tex \
43 paper-$(PAPER)/exceptions.tex \
44 paper-$(PAPER)/init.tex \
45 paper-$(PAPER)/intro.tex \
46 paper-$(PAPER)/memory.tex \
47 paper-$(PAPER)/newtypes.tex \
48 paper-$(PAPER)/refcounting.tex \
49 paper-$(PAPER)/utilities.tex \
50 paper-$(PAPER)/veryhigh.tex \
Fred Drake410825a2003-09-27 07:11:17 +000051 commontex/reportingbugs.tex
Fred Drake520b0092001-10-29 17:40:40 +000052
Fred Drake5e06b842001-07-17 23:07:03 +000053DOCFILES= $(HOWTOSTYLES) \
Fred Drake410825a2003-09-27 07:11:17 +000054 commontex/boilerplate.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +000055 texinputs/ltxmarkup.sty \
56 doc/doc.tex
Fred Drakec6d45af1999-10-29 20:49:23 +000057
Fred Drake5e06b842001-07-17 23:07:03 +000058EXTFILES= ext/ext.tex $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) \
Fred Drakecc8f44b2001-08-20 19:30:29 +000059 ext/extending.tex \
60 ext/newtypes.tex \
Fred Drakee38b7e82002-03-11 18:42:08 +000061 ext/building.tex \
Fred Drakecc8f44b2001-08-20 19:30:29 +000062 ext/windows.tex \
63 ext/embedding.tex \
Fred Drake0fdc8262002-04-16 18:48:25 +000064 ext/noddy.c \
Jim Fulton9c3e9572003-06-28 13:27:57 +000065 ext/noddy2.c \
66 ext/noddy3.c \
67 ext/noddy4.c \
Fred Drake0fdc8262002-04-16 18:48:25 +000068 ext/run-func.c \
Fred Drake410825a2003-09-27 07:11:17 +000069 commontex/typestruct.h \
70 commontex/reportingbugs.tex
Fred Drakec6d45af1999-10-29 20:49:23 +000071
Skip Montanaro40d4bc52003-09-24 16:53:02 +000072TUTFILES= tut/tut.tex tut/glossary.tex $(MANSTYLES) $(COMMONTEX)
Fred Drake3d865421998-08-12 16:16:49 +000073
74# LaTeX source files for the Python Reference Manual
Fred Drake5e06b842001-07-17 23:07:03 +000075REFFILES= $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) \
Fred Drakef6bfe8e2001-02-19 19:19:26 +000076 ref/ref.tex \
77 ref/ref1.tex \
78 ref/ref2.tex \
79 ref/ref3.tex \
80 ref/ref4.tex \
81 ref/ref5.tex \
82 ref/ref6.tex \
83 ref/ref7.tex \
Jeremy Hyltona8e71c12003-05-28 12:10:14 +000084 ref/ref8.tex
Fred Drake3d865421998-08-12 16:16:49 +000085
86# LaTeX source files for the Python Library Reference
Fred Drake5e06b842001-07-17 23:07:03 +000087LIBFILES= $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) \
Fred Drake410825a2003-09-27 07:11:17 +000088 commontex/reportingbugs.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +000089 lib/lib.tex \
Fred Draked443d8c2001-09-27 20:08:20 +000090 lib/asttable.tex \
91 lib/compiler.tex \
Fred Draked61e3ea2001-07-24 16:20:13 +000092 lib/distutils.tex \
Fred Draked443d8c2001-09-27 20:08:20 +000093 lib/email.tex \
94 lib/emailencoders.tex \
95 lib/emailexc.tex \
96 lib/emailgenerator.tex \
97 lib/emailiter.tex \
98 lib/emailmessage.tex \
99 lib/emailparser.tex \
100 lib/emailutil.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000101 lib/libintro.tex \
102 lib/libobjs.tex \
103 lib/libstdtypes.tex \
104 lib/libexcs.tex \
Fred Draked0859aa2003-01-02 05:00:12 +0000105 lib/libconsts.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000106 lib/libfuncs.tex \
107 lib/libpython.tex \
108 lib/libsys.tex \
Fred Drake5e75f152003-10-21 17:25:05 +0000109 lib/libplatform.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000110 lib/libfpectl.tex \
111 lib/libgc.tex \
Fred Draked5260112002-08-23 15:38:02 +0000112 lib/libsets.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000113 lib/libweakref.tex \
Fred Drake7840a9c2001-02-28 23:02:20 +0000114 lib/libinspect.tex \
Fred Drake4b1b3bf2001-12-18 16:32:30 +0000115 lib/libpydoc.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000116 lib/libdifflib.tex \
117 lib/libdoctest.tex \
Fred Drake501d9042001-04-07 05:42:14 +0000118 lib/libunittest.tex \
Fred Drake5b527172003-09-06 06:42:01 +0000119 lib/libtest.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000120 lib/libtypes.tex \
121 lib/libtraceback.tex \
122 lib/libpickle.tex \
123 lib/libshelve.tex \
124 lib/libcopy.tex \
125 lib/libmarshal.tex \
126 lib/libwarnings.tex \
127 lib/libimp.tex \
Fred Drakeffcbab02005-01-19 05:42:50 +0000128 lib/libzipimport.tex \
Nick Coghlan98bcb702006-03-24 13:36:33 +0000129 lib/librunpy.tex \
Fred Drake4a80a3e2002-12-23 16:53:59 +0000130 lib/libpkgutil.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000131 lib/libparser.tex \
132 lib/libbltin.tex \
133 lib/libmain.tex \
Jeremy Hyltona8e71c12003-05-28 12:10:14 +0000134 lib/libfuture.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000135 lib/libstrings.tex \
136 lib/libstring.tex \
Greg Wardae64f3ad2002-06-29 02:38:50 +0000137 lib/libtextwrap.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000138 lib/libcodecs.tex \
139 lib/libunicodedata.tex \
Martin v. Löwis382f0782003-04-18 21:45:26 +0000140 lib/libstringprep.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000141 lib/libstruct.tex \
142 lib/libmisc.tex \
143 lib/libmath.tex \
Fred Drakef8c6e6a2004-11-24 14:57:04 +0000144 lib/libdecimal.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000145 lib/libarray.tex \
146 lib/liballos.tex \
147 lib/libos.tex \
Fred Drake446f3232002-12-23 19:03:00 +0000148 lib/libdatetime.tex \
149 lib/tzinfo-examples.py \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000150 lib/libtime.tex \
151 lib/libgetopt.tex \
Neal Norwitz488609e2003-01-06 16:51:37 +0000152 lib/liboptparse.tex \
153 lib/caseless.py \
154 lib/required_1.py \
155 lib/required_2.py \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000156 lib/libtempfile.tex \
157 lib/liberrno.tex \
Neal Norwitz8694a6d2006-04-22 06:07:46 +0000158 lib/libctypes.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000159 lib/libsomeos.tex \
160 lib/libsignal.tex \
161 lib/libsocket.tex \
162 lib/libselect.tex \
163 lib/libthread.tex \
Fred Drake66162de2002-12-30 23:01:14 +0000164 lib/libdummythread.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000165 lib/libunix.tex \
166 lib/libposix.tex \
167 lib/libposixpath.tex \
168 lib/libpwd.tex \
Martin v. Löwisc3001752005-01-23 09:27:24 +0000169 lib/libspwd.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000170 lib/libgrp.tex \
171 lib/libcrypt.tex \
172 lib/libdbm.tex \
173 lib/libgdbm.tex \
174 lib/libtermios.tex \
175 lib/libfcntl.tex \
176 lib/libposixfile.tex \
177 lib/libsyslog.tex \
Fred Drake7821d722003-01-28 21:53:05 +0000178 lib/liblogging.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000179 lib/libpdb.tex \
180 lib/libprofile.tex \
Fred Drake61a0a732003-04-09 03:25:07 +0000181 lib/libhotshot.tex \
Fred Drake567b0a62003-04-09 02:41:36 +0000182 lib/libtimeit.tex \
Fred Drake2afbf962006-04-26 05:15:41 +0000183 lib/libtrace.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000184 lib/libcgi.tex \
Fred Draked2a557e2001-12-04 22:48:17 +0000185 lib/libcgitb.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000186 lib/liburllib.tex \
Fred Drake7606e4d2001-03-01 19:54:29 +0000187 lib/liburllib2.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000188 lib/libhttplib.tex \
189 lib/libftplib.tex \
190 lib/libgopherlib.tex \
191 lib/libnntplib.tex \
192 lib/liburlparse.tex \
Fred Drake6cba3d02001-05-30 04:59:50 +0000193 lib/libhtmlparser.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000194 lib/libhtmllib.tex \
195 lib/libsgmllib.tex \
196 lib/librfc822.tex \
197 lib/libmimetools.tex \
198 lib/libmimewriter.tex \
199 lib/libbinascii.tex \
200 lib/libmm.tex \
201 lib/libaudioop.tex \
202 lib/libimageop.tex \
203 lib/libaifc.tex \
204 lib/libjpeg.tex \
205 lib/librgbimg.tex \
Greg Ward41a28e32003-03-10 00:07:14 +0000206 lib/libossaudiodev.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000207 lib/libcrypto.tex \
Gregory P. Smithf21a5f72005-08-21 18:45:59 +0000208 lib/libhashlib.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000209 lib/libmd5.tex \
210 lib/libsha.tex \
Fred Drake1c66f892001-09-11 16:59:42 +0000211 lib/libhmac.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000212 lib/libstdwin.tex \
213 lib/libsgi.tex \
214 lib/libal.tex \
215 lib/libcd.tex \
216 lib/libfl.tex \
217 lib/libfm.tex \
218 lib/libgl.tex \
219 lib/libimgfile.tex \
220 lib/libsun.tex \
221 lib/libxdrlib.tex \
222 lib/libimghdr.tex \
223 lib/librestricted.tex \
224 lib/librexec.tex \
225 lib/libbastion.tex \
226 lib/libformatter.tex \
227 lib/liboperator.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000228 lib/libresource.tex \
229 lib/libstat.tex \
230 lib/libstringio.tex \
231 lib/libtoken.tex \
Fred Drakedb2d3d12002-01-24 16:38:08 +0000232 lib/libkeyword.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000233 lib/libundoc.tex \
234 lib/libmailcap.tex \
235 lib/libglob.tex \
236 lib/libuser.tex \
237 lib/libanydbm.tex \
238 lib/libbsddb.tex \
Skip Montanaro0f59b542003-07-14 12:12:56 +0000239 lib/libdumbdbm.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000240 lib/libdbhash.tex \
241 lib/librandom.tex \
242 lib/libsite.tex \
243 lib/libwhichdb.tex \
244 lib/libbase64.tex \
245 lib/libfnmatch.tex \
246 lib/libquopri.tex \
247 lib/libzlib.tex \
248 lib/libsocksvr.tex \
249 lib/libmailbox.tex \
250 lib/libcommands.tex \
251 lib/libcmath.tex \
252 lib/libgzip.tex \
Gustavo Niemeyerf8ca8362002-11-05 16:50:05 +0000253 lib/libbz2.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000254 lib/libzipfile.tex \
255 lib/libpprint.tex \
256 lib/libcode.tex \
257 lib/libmimify.tex \
258 lib/libre.tex \
259 lib/libuserdict.tex \
260 lib/libdis.tex \
Fred Drake3d97e352001-07-12 23:40:13 +0000261 lib/libxmlrpclib.tex \
Fred Drake06c61b12001-09-28 22:02:49 +0000262 lib/libsimplexmlrpc.tex \
Martin v. Löwis382f0782003-04-18 21:45:26 +0000263 lib/libdocxmlrpc.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000264 lib/libpyexpat.tex \
Nick Coghlanc649ec52006-05-29 12:43:05 +0000265 lib/libfunctools.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000266 lib/xmldom.tex \
267 lib/xmldomminidom.tex \
268 lib/xmldompulldom.tex \
269 lib/xmlsax.tex \
270 lib/xmlsaxhandler.tex \
271 lib/xmlsaxutils.tex \
272 lib/xmlsaxreader.tex \
Neal Norwitz56640df2006-07-10 02:36:41 +0000273 lib/libetree.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000274 lib/libqueue.tex \
275 lib/liblocale.tex \
276 lib/libgettext.tex \
277 lib/libbasehttp.tex \
278 lib/libcookie.tex \
Neal Norwitza2c110b2005-12-23 21:42:39 +0000279 lib/libcookielib.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000280 lib/libcopyreg.tex \
281 lib/libsymbol.tex \
282 lib/libbinhex.tex \
283 lib/libuu.tex \
284 lib/libsunaudio.tex \
285 lib/libfileinput.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000286 lib/libimaplib.tex \
287 lib/libpoplib.tex \
288 lib/libcalendar.tex \
289 lib/libpopen2.tex \
290 lib/libbisect.tex \
Fred Drake4d205e32004-01-29 15:13:08 +0000291 lib/libcollections.tex \
Fred Drakead09bbf2002-08-02 18:20:34 +0000292 lib/libheapq.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000293 lib/libmimetypes.tex \
294 lib/libsmtplib.tex \
Fred Drake2363e8f2004-07-11 16:25:25 +0000295 lib/libsmtpd.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000296 lib/libcmd.tex \
297 lib/libmultifile.tex \
298 lib/libthreading.tex \
Fred Drake66162de2002-12-30 23:01:14 +0000299 lib/libdummythreading.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000300 lib/libwebbrowser.tex \
301 lib/internet.tex \
302 lib/netdata.tex \
303 lib/markup.tex \
304 lib/language.tex \
305 lib/libpycompile.tex \
306 lib/libcompileall.tex \
307 lib/libshlex.tex \
308 lib/libnetrc.tex \
309 lib/librobotparser.tex \
310 lib/libgetpass.tex \
311 lib/libshutil.tex \
312 lib/librepr.tex \
Fred Draked22c6db2006-05-01 16:28:54 +0000313 lib/libmsilib.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000314 lib/libmsvcrt.tex \
315 lib/libwinreg.tex \
316 lib/libwinsound.tex \
317 lib/windows.tex \
318 lib/libpyclbr.tex \
319 lib/libtokenize.tex \
320 lib/libtabnanny.tex \
321 lib/libmhlib.tex \
322 lib/libtelnetlib.tex \
323 lib/libcolorsys.tex \
324 lib/libfpformat.tex \
325 lib/libcgihttp.tex \
326 lib/libsimplehttp.tex \
327 lib/liblinecache.tex \
328 lib/libnew.tex \
329 lib/libdircache.tex \
330 lib/libfilecmp.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000331 lib/libsunau.tex \
332 lib/libwave.tex \
333 lib/libchunk.tex \
334 lib/libcodeop.tex \
335 lib/libcurses.tex \
Fred Drake659f3772001-03-29 22:23:19 +0000336 lib/libcursespanel.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000337 lib/libascii.tex \
338 lib/libdl.tex \
339 lib/libmutex.tex \
340 lib/libnis.tex \
341 lib/libpipes.tex \
342 lib/libpty.tex \
343 lib/libreadline.tex \
344 lib/librlcompleter.tex \
345 lib/libsched.tex \
346 lib/libstatvfs.tex \
347 lib/libtty.tex \
348 lib/libasyncore.tex \
Steve Holdenb1af86a2002-07-03 18:36:39 +0000349 lib/libasynchat.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000350 lib/libatexit.tex \
351 lib/libmmap.tex \
Fred Drake53556862001-11-15 17:25:29 +0000352 lib/tkinter.tex \
353 lib/libturtle.tex \
Neal Norwitzb9ef4ae2003-01-05 23:19:43 +0000354 lib/libtarfile.tex \
Neal Norwitz0135b652003-03-21 00:28:30 +0000355 lib/libcsv.tex \
Gerhard Häringeb2e1922006-04-29 23:12:41 +0000356 lib/libcfgparser.tex \
357 lib/libsqlite3.tex
Fred Drake3d865421998-08-12 16:16:49 +0000358
359# LaTeX source files for Macintosh Library Modules.
Fred Drake5e06b842001-07-17 23:07:03 +0000360MACFILES= $(HOWTOSTYLES) $(INDEXSTYLES) $(COMMONTEX) \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000361 mac/mac.tex \
362 mac/using.tex \
Jack Jansenbae5c962003-04-11 15:35:28 +0000363 mac/scripting.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000364 mac/toolbox.tex \
365 mac/undoc.tex \
Fred Drake3de33692001-04-13 04:50:01 +0000366 mac/libcolorpicker.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000367 mac/libmac.tex \
Jack Jansenbae5c962003-04-11 15:35:28 +0000368 mac/libgensuitemodule.tex \
369 mac/libaetools.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000370 mac/libaepack.tex \
371 mac/libaetypes.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000372 mac/libmacfs.tex \
373 mac/libmacos.tex \
374 mac/libmacostools.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000375 mac/libmacui.tex \
376 mac/libmacic.tex \
377 mac/libframework.tex \
Jack Jansen16621622003-05-09 14:45:04 +0000378 mac/libautogil.tex \
Fred Drake02d22122002-03-08 03:18:19 +0000379 mac/libminiae.tex \
380 mac/libscrap.tex
Greg Ward0862f802000-04-28 16:53:36 +0000381
Fred Drake5e06b842001-07-17 23:07:03 +0000382INSTFILES = $(HOWTOSTYLES) inst/inst.tex
Greg Ward0862f802000-04-28 16:53:36 +0000383
Fred Drake388f37e2001-08-02 15:13:58 +0000384DISTFILES = $(HOWTOSTYLES) \
385 dist/dist.tex \
386 dist/sysconfig.tex