blob: b3c4dbb9cc02c1162ad7e65db9ab5ff77332a225 [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 \
Fred Drake4a80a3e2002-12-23 16:53:59 +0000129 lib/libpkgutil.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000130 lib/libparser.tex \
131 lib/libbltin.tex \
132 lib/libmain.tex \
Jeremy Hyltona8e71c12003-05-28 12:10:14 +0000133 lib/libfuture.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000134 lib/libstrings.tex \
135 lib/libstring.tex \
Greg Wardae64f3ad2002-06-29 02:38:50 +0000136 lib/libtextwrap.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000137 lib/libcodecs.tex \
138 lib/libunicodedata.tex \
Martin v. Löwis382f0782003-04-18 21:45:26 +0000139 lib/libstringprep.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000140 lib/libstruct.tex \
141 lib/libmisc.tex \
142 lib/libmath.tex \
Fred Drakef8c6e6a2004-11-24 14:57:04 +0000143 lib/libdecimal.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000144 lib/libarray.tex \
145 lib/liballos.tex \
146 lib/libos.tex \
Fred Drake446f3232002-12-23 19:03:00 +0000147 lib/libdatetime.tex \
148 lib/tzinfo-examples.py \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000149 lib/libtime.tex \
150 lib/libgetopt.tex \
Neal Norwitz488609e2003-01-06 16:51:37 +0000151 lib/liboptparse.tex \
152 lib/caseless.py \
153 lib/required_1.py \
154 lib/required_2.py \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000155 lib/libtempfile.tex \
156 lib/liberrno.tex \
157 lib/libsomeos.tex \
158 lib/libsignal.tex \
159 lib/libsocket.tex \
160 lib/libselect.tex \
161 lib/libthread.tex \
Fred Drake66162de2002-12-30 23:01:14 +0000162 lib/libdummythread.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000163 lib/libunix.tex \
164 lib/libposix.tex \
165 lib/libposixpath.tex \
166 lib/libpwd.tex \
Martin v. Löwisc3001752005-01-23 09:27:24 +0000167 lib/libspwd.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000168 lib/libgrp.tex \
169 lib/libcrypt.tex \
170 lib/libdbm.tex \
171 lib/libgdbm.tex \
172 lib/libtermios.tex \
173 lib/libfcntl.tex \
174 lib/libposixfile.tex \
175 lib/libsyslog.tex \
Fred Drake7821d722003-01-28 21:53:05 +0000176 lib/liblogging.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000177 lib/libpdb.tex \
178 lib/libprofile.tex \
Fred Drake61a0a732003-04-09 03:25:07 +0000179 lib/libhotshot.tex \
Fred Drake567b0a62003-04-09 02:41:36 +0000180 lib/libtimeit.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000181 lib/libcgi.tex \
Fred Draked2a557e2001-12-04 22:48:17 +0000182 lib/libcgitb.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000183 lib/liburllib.tex \
Fred Drake7606e4d2001-03-01 19:54:29 +0000184 lib/liburllib2.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000185 lib/libhttplib.tex \
186 lib/libftplib.tex \
187 lib/libgopherlib.tex \
188 lib/libnntplib.tex \
189 lib/liburlparse.tex \
Fred Drake6cba3d02001-05-30 04:59:50 +0000190 lib/libhtmlparser.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000191 lib/libhtmllib.tex \
192 lib/libsgmllib.tex \
193 lib/librfc822.tex \
194 lib/libmimetools.tex \
195 lib/libmimewriter.tex \
196 lib/libbinascii.tex \
197 lib/libmm.tex \
198 lib/libaudioop.tex \
199 lib/libimageop.tex \
200 lib/libaifc.tex \
201 lib/libjpeg.tex \
202 lib/librgbimg.tex \
Greg Ward41a28e32003-03-10 00:07:14 +0000203 lib/libossaudiodev.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000204 lib/libcrypto.tex \
205 lib/libmd5.tex \
206 lib/libsha.tex \
Fred Drake1c66f892001-09-11 16:59:42 +0000207 lib/libhmac.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000208 lib/libstdwin.tex \
209 lib/libsgi.tex \
210 lib/libal.tex \
211 lib/libcd.tex \
212 lib/libfl.tex \
213 lib/libfm.tex \
214 lib/libgl.tex \
215 lib/libimgfile.tex \
216 lib/libsun.tex \
217 lib/libxdrlib.tex \
218 lib/libimghdr.tex \
219 lib/librestricted.tex \
220 lib/librexec.tex \
221 lib/libbastion.tex \
222 lib/libformatter.tex \
223 lib/liboperator.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000224 lib/libresource.tex \
225 lib/libstat.tex \
226 lib/libstringio.tex \
227 lib/libtoken.tex \
Fred Drakedb2d3d12002-01-24 16:38:08 +0000228 lib/libkeyword.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000229 lib/libundoc.tex \
230 lib/libmailcap.tex \
231 lib/libglob.tex \
232 lib/libuser.tex \
233 lib/libanydbm.tex \
234 lib/libbsddb.tex \
Skip Montanaro0f59b542003-07-14 12:12:56 +0000235 lib/libdumbdbm.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000236 lib/libdbhash.tex \
237 lib/librandom.tex \
238 lib/libsite.tex \
239 lib/libwhichdb.tex \
240 lib/libbase64.tex \
241 lib/libfnmatch.tex \
242 lib/libquopri.tex \
243 lib/libzlib.tex \
244 lib/libsocksvr.tex \
245 lib/libmailbox.tex \
246 lib/libcommands.tex \
247 lib/libcmath.tex \
248 lib/libgzip.tex \
Gustavo Niemeyerf8ca8362002-11-05 16:50:05 +0000249 lib/libbz2.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000250 lib/libzipfile.tex \
251 lib/libpprint.tex \
252 lib/libcode.tex \
253 lib/libmimify.tex \
254 lib/libre.tex \
255 lib/libuserdict.tex \
256 lib/libdis.tex \
Fred Drake3d97e352001-07-12 23:40:13 +0000257 lib/libxmlrpclib.tex \
Fred Drake06c61b12001-09-28 22:02:49 +0000258 lib/libsimplexmlrpc.tex \
Martin v. Löwis382f0782003-04-18 21:45:26 +0000259 lib/libdocxmlrpc.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000260 lib/libpyexpat.tex \
261 lib/xmldom.tex \
262 lib/xmldomminidom.tex \
263 lib/xmldompulldom.tex \
264 lib/xmlsax.tex \
265 lib/xmlsaxhandler.tex \
266 lib/xmlsaxutils.tex \
267 lib/xmlsaxreader.tex \
268 lib/libqueue.tex \
269 lib/liblocale.tex \
270 lib/libgettext.tex \
271 lib/libbasehttp.tex \
272 lib/libcookie.tex \
273 lib/libcopyreg.tex \
274 lib/libsymbol.tex \
275 lib/libbinhex.tex \
276 lib/libuu.tex \
277 lib/libsunaudio.tex \
278 lib/libfileinput.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000279 lib/libimaplib.tex \
280 lib/libpoplib.tex \
281 lib/libcalendar.tex \
282 lib/libpopen2.tex \
283 lib/libbisect.tex \
Fred Drake4d205e32004-01-29 15:13:08 +0000284 lib/libcollections.tex \
Fred Drakead09bbf2002-08-02 18:20:34 +0000285 lib/libheapq.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000286 lib/libmimetypes.tex \
287 lib/libsmtplib.tex \
Fred Drake2363e8f2004-07-11 16:25:25 +0000288 lib/libsmtpd.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000289 lib/libcmd.tex \
290 lib/libmultifile.tex \
291 lib/libthreading.tex \
Fred Drake66162de2002-12-30 23:01:14 +0000292 lib/libdummythreading.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000293 lib/libwebbrowser.tex \
294 lib/internet.tex \
295 lib/netdata.tex \
296 lib/markup.tex \
297 lib/language.tex \
298 lib/libpycompile.tex \
299 lib/libcompileall.tex \
300 lib/libshlex.tex \
301 lib/libnetrc.tex \
302 lib/librobotparser.tex \
303 lib/libgetpass.tex \
304 lib/libshutil.tex \
305 lib/librepr.tex \
306 lib/libmsvcrt.tex \
307 lib/libwinreg.tex \
308 lib/libwinsound.tex \
309 lib/windows.tex \
310 lib/libpyclbr.tex \
311 lib/libtokenize.tex \
312 lib/libtabnanny.tex \
313 lib/libmhlib.tex \
314 lib/libtelnetlib.tex \
315 lib/libcolorsys.tex \
316 lib/libfpformat.tex \
317 lib/libcgihttp.tex \
318 lib/libsimplehttp.tex \
319 lib/liblinecache.tex \
320 lib/libnew.tex \
321 lib/libdircache.tex \
322 lib/libfilecmp.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000323 lib/libsunau.tex \
324 lib/libwave.tex \
325 lib/libchunk.tex \
326 lib/libcodeop.tex \
327 lib/libcurses.tex \
Fred Drake659f3772001-03-29 22:23:19 +0000328 lib/libcursespanel.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000329 lib/libascii.tex \
330 lib/libdl.tex \
331 lib/libmutex.tex \
332 lib/libnis.tex \
333 lib/libpipes.tex \
334 lib/libpty.tex \
335 lib/libreadline.tex \
336 lib/librlcompleter.tex \
337 lib/libsched.tex \
338 lib/libstatvfs.tex \
339 lib/libtty.tex \
340 lib/libasyncore.tex \
Steve Holdenb1af86a2002-07-03 18:36:39 +0000341 lib/libasynchat.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000342 lib/libatexit.tex \
343 lib/libmmap.tex \
Fred Drake53556862001-11-15 17:25:29 +0000344 lib/tkinter.tex \
345 lib/libturtle.tex \
Neal Norwitzb9ef4ae2003-01-05 23:19:43 +0000346 lib/libtarfile.tex \
Neal Norwitz0135b652003-03-21 00:28:30 +0000347 lib/libcsv.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000348 lib/libcfgparser.tex
Fred Drake3d865421998-08-12 16:16:49 +0000349
350# LaTeX source files for Macintosh Library Modules.
Fred Drake5e06b842001-07-17 23:07:03 +0000351MACFILES= $(HOWTOSTYLES) $(INDEXSTYLES) $(COMMONTEX) \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000352 mac/mac.tex \
353 mac/using.tex \
Jack Jansenbae5c962003-04-11 15:35:28 +0000354 mac/scripting.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000355 mac/toolbox.tex \
356 mac/undoc.tex \
Fred Drake3de33692001-04-13 04:50:01 +0000357 mac/libcolorpicker.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000358 mac/libmac.tex \
Jack Jansenbae5c962003-04-11 15:35:28 +0000359 mac/libgensuitemodule.tex \
360 mac/libaetools.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000361 mac/libaepack.tex \
362 mac/libaetypes.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000363 mac/libmacfs.tex \
364 mac/libmacos.tex \
365 mac/libmacostools.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000366 mac/libmacui.tex \
367 mac/libmacic.tex \
368 mac/libframework.tex \
Jack Jansen16621622003-05-09 14:45:04 +0000369 mac/libautogil.tex \
Fred Drake02d22122002-03-08 03:18:19 +0000370 mac/libminiae.tex \
371 mac/libscrap.tex
Greg Ward0862f802000-04-28 16:53:36 +0000372
Fred Drake5e06b842001-07-17 23:07:03 +0000373INSTFILES = $(HOWTOSTYLES) inst/inst.tex
Greg Ward0862f802000-04-28 16:53:36 +0000374
Fred Drake388f37e2001-08-02 15:13:58 +0000375DISTFILES = $(HOWTOSTYLES) \
376 dist/dist.tex \
377 dist/sysconfig.tex