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) \
84 # LaTeX source files for the Python Library Reference
85 LIBFILES= $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) \
86 texinputs/reportingbugs.tex \
92 lib/emailencoders.tex \
94 lib/emailgenerator.tex \
96 lib/emailmessage.tex \
101 lib/libstdtypes.tex \
115 lib/libunittest.tex \
117 lib/libtraceback.tex \
122 lib/libwarnings.tex \
130 lib/libtextwrap.tex \
132 lib/libunicodedata.tex \
137 lib/libwhrandom.tex \
141 lib/libdatetime.tex \
142 lib/tzinfo-examples.py \
145 lib/liboptparse.tex \
149 lib/libtempfile.tex \
156 lib/libdummythread.tex \
159 lib/libposixpath.tex \
167 lib/libposixfile.tex \
178 lib/libgopherlib.tex \
180 lib/liburlparse.tex \
181 lib/libhtmlparser.tex \
185 lib/libmimetools.tex \
186 lib/libmimewriter.tex \
187 lib/libbinascii.tex \
194 lib/libossaudiodev.tex \
212 lib/librestricted.tex \
215 lib/libformatter.tex \
216 lib/liboperator.tex \
217 lib/libresource.tex \
219 lib/libstringio.tex \
238 lib/libcommands.tex \
247 lib/libuserdict.tex \
250 lib/libxmlrpclib.tex \
251 lib/libsimplexmlrpc.tex \
254 lib/xmldomminidom.tex \
255 lib/xmldompulldom.tex \
257 lib/xmlsaxhandler.tex \
258 lib/xmlsaxutils.tex \
259 lib/xmlsaxreader.tex \
263 lib/libbasehttp.tex \
269 lib/libsunaudio.tex \
270 lib/libfileinput.tex \
271 lib/libxreadlines.tex \
274 lib/libcalendar.tex \
278 lib/libmimetypes.tex \
281 lib/libmultifile.tex \
282 lib/libthreading.tex \
283 lib/libdummythreading.tex \
284 lib/libwebbrowser.tex \
289 lib/libpycompile.tex \
290 lib/libcompileall.tex \
293 lib/librobotparser.tex \
299 lib/libwinsound.tex \
302 lib/libtokenize.tex \
303 lib/libtabnanny.tex \
305 lib/libtelnetlib.tex \
306 lib/libcolorsys.tex \
307 lib/libfpformat.tex \
309 lib/libsimplehttp.tex \
310 lib/liblinecache.tex \
312 lib/libdircache.tex \
314 lib/libstatcache.tex \
320 lib/libcursespanel.tex \
327 lib/libreadline.tex \
328 lib/librlcompleter.tex \
332 lib/libasyncore.tex \
333 lib/libasynchat.tex \
341 # LaTeX source files for Macintosh Library Modules.
342 MACFILES= $(HOWTOSTYLES) $(INDEXSTYLES) $(COMMONTEX) \
347 mac/libcolorpicker.tex \
353 mac/libmacostools.tex \
356 mac/libframework.tex \
360 INSTFILES = $(HOWTOSTYLES) inst/inst.tex
362 DISTFILES = $(HOWTOSTYLES) \