1 # LaTeX source dependencies.
3 COMMONSTYLES= texinputs/python.sty \
6 INDEXSTYLES=texinputs/python.ist
8 COMMONTEX= texinputs/copyright.tex \
9 texinputs/license.tex \
10 texinputs/boilerplate.tex
12 MANSTYLES= texinputs/fncychap.sty \
13 texinputs/manual.cls \
16 HOWTOSTYLES= texinputs/howto.cls \
20 APIFILES= $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) \
32 texinputs/typestruct.h \
33 texinputs/reportingbugs.tex
35 # 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.
38 ANNOAPIFILES= $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) api/refcounts.dat \
39 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
52 DOCFILES= $(HOWTOSTYLES) \
53 texinputs/boilerplate.tex \
54 texinputs/ltxmarkup.sty \
57 EXTFILES= ext/ext.tex $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) \
68 texinputs/typestruct.h \
69 texinputs/reportingbugs.tex
71 TUTFILES= tut/tut.tex $(MANSTYLES) $(COMMONTEX)
73 # LaTeX source files for the Python Reference Manual
74 REFFILES= $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) \
85 # LaTeX source files for the Python Library Reference
86 LIBFILES= $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) \
87 texinputs/reportingbugs.tex \
93 lib/emailencoders.tex \
95 lib/emailgenerator.tex \
97 lib/emailmessage.tex \
102 lib/libstdtypes.tex \
116 lib/libunittest.tex \
118 lib/libtraceback.tex \
123 lib/libwarnings.tex \
132 lib/libtextwrap.tex \
134 lib/libunicodedata.tex \
135 lib/libstringprep.tex \
140 lib/libwhrandom.tex \
144 lib/libdatetime.tex \
145 lib/tzinfo-examples.py \
148 lib/liboptparse.tex \
152 lib/libtempfile.tex \
159 lib/libdummythread.tex \
162 lib/libposixpath.tex \
170 lib/libposixfile.tex \
183 lib/libgopherlib.tex \
185 lib/liburlparse.tex \
186 lib/libhtmlparser.tex \
190 lib/libmimetools.tex \
191 lib/libmimewriter.tex \
192 lib/libbinascii.tex \
199 lib/libossaudiodev.tex \
217 lib/librestricted.tex \
220 lib/libformatter.tex \
221 lib/liboperator.tex \
222 lib/libresource.tex \
224 lib/libstringio.tex \
243 lib/libcommands.tex \
252 lib/libuserdict.tex \
255 lib/libxmlrpclib.tex \
256 lib/libsimplexmlrpc.tex \
257 lib/libdocxmlrpc.tex \
260 lib/xmldomminidom.tex \
261 lib/xmldompulldom.tex \
263 lib/xmlsaxhandler.tex \
264 lib/xmlsaxutils.tex \
265 lib/xmlsaxreader.tex \
269 lib/libbasehttp.tex \
275 lib/libsunaudio.tex \
276 lib/libfileinput.tex \
277 lib/libxreadlines.tex \
280 lib/libcalendar.tex \
284 lib/libmimetypes.tex \
287 lib/libmultifile.tex \
288 lib/libthreading.tex \
289 lib/libdummythreading.tex \
290 lib/libwebbrowser.tex \
295 lib/libpycompile.tex \
296 lib/libcompileall.tex \
299 lib/librobotparser.tex \
305 lib/libwinsound.tex \
308 lib/libtokenize.tex \
309 lib/libtabnanny.tex \
311 lib/libtelnetlib.tex \
312 lib/libcolorsys.tex \
313 lib/libfpformat.tex \
315 lib/libsimplehttp.tex \
316 lib/liblinecache.tex \
318 lib/libdircache.tex \
320 lib/libstatcache.tex \
326 lib/libcursespanel.tex \
333 lib/libreadline.tex \
334 lib/librlcompleter.tex \
338 lib/libasyncore.tex \
339 lib/libasynchat.tex \
348 # LaTeX source files for Macintosh Library Modules.
349 MACFILES= $(HOWTOSTYLES) $(INDEXSTYLES) $(COMMONTEX) \
355 mac/libcolorpicker.tex \
357 mac/libgensuitemodule.tex \
363 mac/libmacostools.tex \
366 mac/libframework.tex \
371 INSTFILES = $(HOWTOSTYLES) inst/inst.tex
373 DISTFILES = $(HOWTOSTYLES) \