source: trunk/essentials/dev-lang/python/Doc/Makefile.deps

Last change on this file was 3225, checked in by bird, 19 years ago

Python 2.5

File size: 8.3 KB
Line 
1# LaTeX source dependencies.
2
3COMMONSTYLES= texinputs/python.sty \
4 texinputs/pypaper.sty
5
6INDEXSTYLES=texinputs/python.ist
7
8COMMONTEX=commontex/copyright.tex \
9 commontex/license.tex \
10 commontex/patchlevel.tex \
11 commontex/boilerplate.tex
12
13MANSTYLES= texinputs/fncychap.sty \
14 texinputs/manual.cls \
15 $(COMMONSTYLES)
16
17HOWTOSTYLES= texinputs/howto.cls \
18 $(COMMONSTYLES)
19
20
21APIFILES= $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) \
22 api/api.tex \
23 api/abstract.tex \
24 api/concrete.tex \
25 api/exceptions.tex \
26 api/init.tex \
27 api/intro.tex \
28 api/memory.tex \
29 api/newtypes.tex \
30 api/refcounting.tex \
31 api/utilities.tex \
32 api/veryhigh.tex \
33 commontex/typestruct.h \
34 commontex/reportingbugs.tex
35
36# These files are generated from those listed above, and are used to
37# generate the typeset versions of the manuals. The list is defined
38# here to make it easier to ensure parallelism.
39ANNOAPIFILES= $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) api/refcounts.dat \
40 paper-$(PAPER)/api.tex \
41 paper-$(PAPER)/abstract.tex \
42 paper-$(PAPER)/concrete.tex \
43 paper-$(PAPER)/exceptions.tex \
44 paper-$(PAPER)/init.tex \
45 paper-$(PAPER)/intro.tex \
46 paper-$(PAPER)/memory.tex \
47 paper-$(PAPER)/newtypes.tex \
48 paper-$(PAPER)/refcounting.tex \
49 paper-$(PAPER)/utilities.tex \
50 paper-$(PAPER)/veryhigh.tex \
51 commontex/reportingbugs.tex
52
53DOCFILES= $(HOWTOSTYLES) \
54 commontex/boilerplate.tex \
55 texinputs/ltxmarkup.sty \
56 doc/doc.tex
57
58EXTFILES= ext/ext.tex $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) \
59 ext/extending.tex \
60 ext/newtypes.tex \
61 ext/building.tex \
62 ext/windows.tex \
63 ext/embedding.tex \
64 ext/noddy.c \
65 ext/noddy2.c \
66 ext/noddy3.c \
67 ext/noddy4.c \
68 ext/run-func.c \
69 commontex/typestruct.h \
70 commontex/reportingbugs.tex
71
72TUTFILES= tut/tut.tex tut/glossary.tex $(MANSTYLES) $(COMMONTEX)
73
74# LaTeX source files for the Python Reference Manual
75REFFILES= $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) \
76 ref/ref.tex \
77 ref/ref1.tex \
78 ref/ref2.tex \
79 ref/ref3.tex \
80 ref/ref4.tex \
81 ref/ref5.tex \
82 ref/ref6.tex \
83 ref/ref7.tex \
84 ref/ref8.tex
85
86# LaTeX source files for the Python Library Reference
87LIBFILES= $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) \
88 commontex/reportingbugs.tex \
89 lib/lib.tex \
90 lib/asttable.tex \
91 lib/compiler.tex \
92 lib/distutils.tex \
93 lib/email.tex \
94 lib/emailencoders.tex \
95 lib/emailexc.tex \
96 lib/emailgenerator.tex \
97 lib/emailiter.tex \
98 lib/emailmessage.tex \
99 lib/emailparser.tex \
100 lib/emailutil.tex \
101 lib/libintro.tex \
102 lib/libobjs.tex \
103 lib/libstdtypes.tex \
104 lib/libexcs.tex \
105 lib/libconsts.tex \
106 lib/libfuncs.tex \
107 lib/libpython.tex \
108 lib/libsys.tex \
109 lib/libplatform.tex \
110 lib/libfpectl.tex \
111 lib/libgc.tex \
112 lib/libsets.tex \
113 lib/libweakref.tex \
114 lib/libinspect.tex \
115 lib/libpydoc.tex \
116 lib/libdifflib.tex \
117 lib/libdoctest.tex \
118 lib/libunittest.tex \
119 lib/libtest.tex \
120 lib/libtypes.tex \
121 lib/libtraceback.tex \
122 lib/libpickle.tex \
123 lib/libshelve.tex \
124 lib/libcopy.tex \
125 lib/libmarshal.tex \
126 lib/libwarnings.tex \
127 lib/libimp.tex \
128 lib/libzipimport.tex \
129 lib/librunpy.tex \
130 lib/libpkgutil.tex \
131 lib/libparser.tex \
132 lib/libbltin.tex \
133 lib/libmain.tex \
134 lib/libfuture.tex \
135 lib/libstrings.tex \
136 lib/libstring.tex \
137 lib/libtextwrap.tex \
138 lib/libcodecs.tex \
139 lib/libunicodedata.tex \
140 lib/libstringprep.tex \
141 lib/libstruct.tex \
142 lib/libmisc.tex \
143 lib/libmath.tex \
144 lib/libdecimal.tex \
145 lib/libarray.tex \
146 lib/liballos.tex \
147 lib/libos.tex \
148 lib/libdatetime.tex \
149 lib/tzinfo-examples.py \
150 lib/libtime.tex \
151 lib/libgetopt.tex \
152 lib/liboptparse.tex \
153 lib/caseless.py \
154 lib/required_1.py \
155 lib/required_2.py \
156 lib/libtempfile.tex \
157 lib/liberrno.tex \
158 lib/libctypes.tex \
159 lib/libsomeos.tex \
160 lib/libsignal.tex \
161 lib/libsocket.tex \
162 lib/libselect.tex \
163 lib/libthread.tex \
164 lib/libdummythread.tex \
165 lib/libunix.tex \
166 lib/libposix.tex \
167 lib/libposixpath.tex \
168 lib/libpwd.tex \
169 lib/libspwd.tex \
170 lib/libgrp.tex \
171 lib/libcrypt.tex \
172 lib/libdbm.tex \
173 lib/libgdbm.tex \
174 lib/libtermios.tex \
175 lib/libfcntl.tex \
176 lib/libposixfile.tex \
177 lib/libsyslog.tex \
178 lib/liblogging.tex \
179 lib/libpdb.tex \
180 lib/libprofile.tex \
181 lib/libhotshot.tex \
182 lib/libtimeit.tex \
183 lib/libtrace.tex \
184 lib/libcgi.tex \
185 lib/libcgitb.tex \
186 lib/liburllib.tex \
187 lib/liburllib2.tex \
188 lib/libhttplib.tex \
189 lib/libftplib.tex \
190 lib/libgopherlib.tex \
191 lib/libnntplib.tex \
192 lib/liburlparse.tex \
193 lib/libhtmlparser.tex \
194 lib/libhtmllib.tex \
195 lib/libsgmllib.tex \
196 lib/librfc822.tex \
197 lib/libmimetools.tex \
198 lib/libmimewriter.tex \
199 lib/libbinascii.tex \
200 lib/libmm.tex \
201 lib/libaudioop.tex \
202 lib/libimageop.tex \
203 lib/libaifc.tex \
204 lib/libjpeg.tex \
205 lib/librgbimg.tex \
206 lib/libossaudiodev.tex \
207 lib/libcrypto.tex \
208 lib/libhashlib.tex \
209 lib/libmd5.tex \