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) \
66 texinputs/typestruct.h \
67 texinputs/reportingbugs.tex
69 TUTFILES= tut/tut.tex $(MANSTYLES) $(COMMONTEX)
71 # LaTeX source files for the Python Reference Manual
72 REFFILES= $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) \
83 # LaTeX source files for the Python Library Reference
84 LIBFILES= $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) \
85 texinputs/reportingbugs.tex \
91 lib/emailencoders.tex \
93 lib/emailgenerator.tex \
95 lib/emailmessage.tex \
100 lib/libstdtypes.tex \
114 lib/libunittest.tex \
116 lib/libtraceback.tex \
121 lib/libwarnings.tex \
130 lib/libtextwrap.tex \
132 lib/libunicodedata.tex \
133 lib/libstringprep.tex \
138 lib/libwhrandom.tex \
142 lib/libdatetime.tex \
143 lib/tzinfo-examples.py \
146 lib/liboptparse.tex \
150 lib/libtempfile.tex \
157 lib/libdummythread.tex \
160 lib/libposixpath.tex \
168 lib/libposixfile.tex \
181 lib/libgopherlib.tex \
183 lib/liburlparse.tex \
184 lib/libhtmlparser.tex \
188 lib/libmimetools.tex \
189 lib/libmimewriter.tex \
190 lib/libbinascii.tex \
197 lib/libossaudiodev.tex \
215 lib/librestricted.tex \
218 lib/libformatter.tex \
219 lib/liboperator.tex \
220 lib/libresource.tex \
222 lib/libstringio.tex \
241 lib/libcommands.tex \
250 lib/libuserdict.tex \
253 lib/libxmlrpclib.tex \
254 lib/libsimplexmlrpc.tex \
255 lib/libdocxmlrpc.tex \
258 lib/xmldomminidom.tex \
259 lib/xmldompulldom.tex \
261 lib/xmlsaxhandler.tex \
262 lib/xmlsaxutils.tex \
263 lib/xmlsaxreader.tex \
267 lib/libbasehttp.tex \
273 lib/libsunaudio.tex \
274 lib/libfileinput.tex \
275 lib/libxreadlines.tex \
278 lib/libcalendar.tex \
282 lib/libmimetypes.tex \
285 lib/libmultifile.tex \
286 lib/libthreading.tex \
287 lib/libdummythreading.tex \
288 lib/libwebbrowser.tex \
293 lib/libpycompile.tex \
294 lib/libcompileall.tex \
297 lib/librobotparser.tex \
303 lib/libwinsound.tex \
306 lib/libtokenize.tex \
307 lib/libtabnanny.tex \
309 lib/libtelnetlib.tex \
310 lib/libcolorsys.tex \
311 lib/libfpformat.tex \
313 lib/libsimplehttp.tex \
314 lib/liblinecache.tex \
316 lib/libdircache.tex \
318 lib/libstatcache.tex \
324 lib/libcursespanel.tex \
331 lib/libreadline.tex \
332 lib/librlcompleter.tex \
336 lib/libasyncore.tex \
337 lib/libasynchat.tex \
346 # LaTeX source files for Macintosh Library Modules.
347 MACFILES= $(HOWTOSTYLES) $(INDEXSTYLES) $(COMMONTEX) \
353 mac/libcolorpicker.tex \
355 mac/libgensuitemodule.tex \
361 mac/libmacostools.tex \
364 mac/libframework.tex \
369 INSTFILES = $(HOWTOSTYLES) inst/inst.tex
371 DISTFILES = $(HOWTOSTYLES) \