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/reportingbugs.tex
34 # These files are generated from those listed above, and are used to
35 # generate the typeset versions of the manuals. The list is defined
36 # here to make it easier to ensure parallelism.
37 ANNOAPIFILES= $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) \
38 paper-$(PAPER)/api.tex \
39 paper-$(PAPER)/abstract.tex \
40 paper-$(PAPER)/concrete.tex \
41 paper-$(PAPER)/exceptions.tex \
42 paper-$(PAPER)/init.tex \
43 paper-$(PAPER)/intro.tex \
44 paper-$(PAPER)/memory.tex \
45 paper-$(PAPER)/newtypes.tex \
46 paper-$(PAPER)/refcounting.tex \
47 paper-$(PAPER)/utilities.tex \
48 paper-$(PAPER)/veryhigh.tex \
49 texinputs/reportingbugs.tex
51 DOCFILES= $(HOWTOSTYLES) \
52 texinputs/boilerplate.tex \
53 texinputs/ltxmarkup.sty \
56 EXTFILES= ext/ext.tex $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) \
62 texinputs/reportingbugs.tex
64 TUTFILES= tut/tut.tex $(MANSTYLES) $(COMMONTEX)
66 # LaTeX source files for the Python Reference Manual
67 REFFILES= $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) \
79 # LaTeX source files for the Python Library Reference
80 LIBFILES= $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) \
86 lib/emailencoders.tex \
88 lib/emailgenerator.tex \
90 lib/emailmessage.tex \
93 texinputs/reportingbugs.tex \
108 lib/libunittest.tex \
110 lib/libtraceback.tex \
115 lib/libwarnings.tex \
123 lib/libunicodedata.tex \
128 lib/libwhrandom.tex \
134 lib/libtempfile.tex \
143 lib/libposixpath.tex \
151 lib/libposixfile.tex \
161 lib/libgopherlib.tex \
163 lib/liburlparse.tex \
164 lib/libhtmlparser.tex \
168 lib/libmimetools.tex \
169 lib/libmimewriter.tex \
170 lib/libbinascii.tex \
194 lib/librestricted.tex \
197 lib/libformatter.tex \
198 lib/liboperator.tex \
199 lib/libresource.tex \
201 lib/libstringio.tex \
219 lib/libcommands.tex \
227 lib/libuserdict.tex \
230 lib/libxmlrpclib.tex \
231 lib/libsimplexmlrpc.tex \
234 lib/xmldomminidom.tex \
235 lib/xmldompulldom.tex \
237 lib/xmlsaxhandler.tex \
238 lib/xmlsaxutils.tex \
239 lib/xmlsaxreader.tex \
243 lib/libbasehttp.tex \
249 lib/libsunaudio.tex \
250 lib/libfileinput.tex \
251 lib/libxreadlines.tex \
254 lib/libcalendar.tex \
257 lib/libmimetypes.tex \
260 lib/libmultifile.tex \
261 lib/libthreading.tex \
262 lib/libwebbrowser.tex \
267 lib/libpycompile.tex \
268 lib/libcompileall.tex \
271 lib/librobotparser.tex \
277 lib/libwinsound.tex \
280 lib/libtokenize.tex \
281 lib/libtabnanny.tex \
283 lib/libtelnetlib.tex \
284 lib/libcolorsys.tex \
285 lib/libfpformat.tex \
287 lib/libsimplehttp.tex \
288 lib/liblinecache.tex \
290 lib/libdircache.tex \
292 lib/libstatcache.tex \
298 lib/libcursespanel.tex \
305 lib/libreadline.tex \
306 lib/librlcompleter.tex \
310 lib/libasyncore.tex \
317 # LaTeX source files for Macintosh Library Modules.
318 MACFILES= $(HOWTOSTYLES) $(INDEXSTYLES) $(COMMONTEX) \
323 mac/libcolorpicker.tex \
330 mac/libmacostools.tex \
331 mac/libmacspeech.tex \
334 mac/libframework.tex \
337 INSTFILES = $(HOWTOSTYLES) inst/inst.tex
339 DISTFILES = $(HOWTOSTYLES) \