1 # LaTeX source dependencies.
3 COMMONSTYLES= texinputs/python.sty \
6 INDEXSTYLES=texinputs/python.ist
8 COMMONTEX=commontex/copyright.tex \
9 commontex/license.tex \
10 commontex/patchlevel.tex \
11 commontex/boilerplate.tex
13 MANSTYLES= texinputs/fncychap.sty \
14 texinputs/manual.cls \
17 HOWTOSTYLES= texinputs/howto.cls \
21 APIFILES= $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) \
33 commontex/typestruct.h \
34 commontex/reportingbugs.tex
36 # 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.
39 ANNOAPIFILES= $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) api/refcounts.dat \
40 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 \
51 commontex/reportingbugs.tex
53 DOCFILES= $(HOWTOSTYLES) \
54 commontex/boilerplate.tex \
55 texinputs/ltxmarkup.sty \
58 EXTFILES= ext/ext.tex $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) \
69 commontex/typestruct.h \
70 commontex/reportingbugs.tex
72 TUTFILES= tut/tut.tex tut/glossary.tex $(MANSTYLES) $(COMMONTEX)
74 # LaTeX source files for the Python Reference Manual
75 REFFILES= $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) \
86 # LaTeX source files for the Python Library Reference
87 LIBFILES= $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) \
88 commontex/reportingbugs.tex \
94 lib/emailencoders.tex \
96 lib/emailgenerator.tex \
98 lib/emailmessage.tex \
103 lib/libstdtypes.tex \
117 lib/libunittest.tex \
120 lib/libtraceback.tex \
125 lib/libwarnings.tex \
134 lib/libtextwrap.tex \
136 lib/libunicodedata.tex \
137 lib/libstringprep.tex \
142 lib/libwhrandom.tex \
146 lib/libdatetime.tex \
147 lib/tzinfo-examples.py \
150 lib/liboptparse.tex \
154 lib/libtempfile.tex \
161 lib/libdummythread.tex \
164 lib/libposixpath.tex \
172 lib/libposixfile.tex \
185 lib/libgopherlib.tex \
187 lib/liburlparse.tex \
188 lib/libhtmlparser.tex \
192 lib/libmimetools.tex \
193 lib/libmimewriter.tex \
194 lib/libbinascii.tex \
201 lib/libossaudiodev.tex \
219 lib/librestricted.tex \
222 lib/libformatter.tex \
223 lib/liboperator.tex \
224 lib/libresource.tex \
226 lib/libstringio.tex \
246 lib/libcommands.tex \
255 lib/libuserdict.tex \
258 lib/libxmlrpclib.tex \
259 lib/libsimplexmlrpc.tex \
260 lib/libdocxmlrpc.tex \
263 lib/xmldomminidom.tex \
264 lib/xmldompulldom.tex \
266 lib/xmlsaxhandler.tex \
267 lib/xmlsaxutils.tex \
268 lib/xmlsaxreader.tex \
272 lib/libbasehttp.tex \
278 lib/libsunaudio.tex \
279 lib/libfileinput.tex \
280 lib/libxreadlines.tex \
283 lib/libcalendar.tex \
287 lib/libmimetypes.tex \
290 lib/libmultifile.tex \
291 lib/libthreading.tex \
292 lib/libdummythreading.tex \
293 lib/libwebbrowser.tex \
298 lib/libpycompile.tex \
299 lib/libcompileall.tex \
302 lib/librobotparser.tex \
308 lib/libwinsound.tex \
311 lib/libtokenize.tex \
312 lib/libtabnanny.tex \
314 lib/libtelnetlib.tex \
315 lib/libcolorsys.tex \
316 lib/libfpformat.tex \
318 lib/libsimplehttp.tex \
319 lib/liblinecache.tex \
321 lib/libdircache.tex \
323 lib/libstatcache.tex \
329 lib/libcursespanel.tex \
336 lib/libreadline.tex \
337 lib/librlcompleter.tex \
341 lib/libasyncore.tex \
342 lib/libasynchat.tex \
351 # LaTeX source files for Macintosh Library Modules.
352 MACFILES= $(HOWTOSTYLES) $(INDEXSTYLES) $(COMMONTEX) \
358 mac/libcolorpicker.tex \
360 mac/libgensuitemodule.tex \
366 mac/libmacostools.tex \
369 mac/libframework.tex \
374 INSTFILES = $(HOWTOSTYLES) inst/inst.tex
376 DISTFILES = $(HOWTOSTYLES) \