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) \
91 lib/emailencoders.tex \
93 lib/emailgenerator.tex \
95 lib/emailmessage.tex \
98 texinputs/reportingbugs.tex \
101 lib/libstdtypes.tex \
113 lib/libunittest.tex \
115 lib/libtraceback.tex \
120 lib/libwarnings.tex \
127 lib/libtextwrap.tex \
129 lib/libunicodedata.tex \
134 lib/libwhrandom.tex \
140 lib/libtempfile.tex \
149 lib/libposixpath.tex \
157 lib/libposixfile.tex \
167 lib/libgopherlib.tex \
169 lib/liburlparse.tex \
170 lib/libhtmlparser.tex \
174 lib/libmimetools.tex \
175 lib/libmimewriter.tex \
176 lib/libbinascii.tex \
200 lib/librestricted.tex \
203 lib/libformatter.tex \
204 lib/liboperator.tex \
205 lib/libresource.tex \
207 lib/libstringio.tex \
226 lib/libcommands.tex \
234 lib/libuserdict.tex \
237 lib/libxmlrpclib.tex \
238 lib/libsimplexmlrpc.tex \
241 lib/xmldomminidom.tex \
242 lib/xmldompulldom.tex \
244 lib/xmlsaxhandler.tex \
245 lib/xmlsaxutils.tex \
246 lib/xmlsaxreader.tex \
250 lib/libbasehttp.tex \
256 lib/libsunaudio.tex \
257 lib/libfileinput.tex \
258 lib/libxreadlines.tex \
261 lib/libcalendar.tex \
264 lib/libmimetypes.tex \
267 lib/libmultifile.tex \
268 lib/libthreading.tex \
269 lib/libwebbrowser.tex \
274 lib/libpycompile.tex \
275 lib/libcompileall.tex \
278 lib/librobotparser.tex \
284 lib/libwinsound.tex \
287 lib/libtokenize.tex \
288 lib/libtabnanny.tex \
290 lib/libtelnetlib.tex \
291 lib/libcolorsys.tex \
292 lib/libfpformat.tex \
294 lib/libsimplehttp.tex \
295 lib/liblinecache.tex \
297 lib/libdircache.tex \
299 lib/libstatcache.tex \
305 lib/libcursespanel.tex \
312 lib/libreadline.tex \
313 lib/librlcompleter.tex \
317 lib/libasyncore.tex \
318 lib/libasynchat.tex \
325 # LaTeX source files for Macintosh Library Modules.
326 MACFILES= $(HOWTOSTYLES) $(INDEXSTYLES) $(COMMONTEX) \
331 mac/libcolorpicker.tex \
338 mac/libmacostools.tex \
339 mac/libmacspeech.tex \
342 mac/libframework.tex \
346 INSTFILES = $(HOWTOSTYLES) inst/inst.tex
348 DISTFILES = $(HOWTOSTYLES) \