blob: e58759cb060da3cc50912ae11a763ddf3ed5d888 [file] [log] [blame]
Fred Drake7621fa92001-03-23 16:23:21 +00001# LaTeX source dependencies.
Fred Drake3d865421998-08-12 16:16:49 +00002
Fred Drakef6bfe8e2001-02-19 19:19:26 +00003COMMONSTYLES= texinputs/python.sty \
Fred Drake5e06b842001-07-17 23:07:03 +00004 texinputs/pypaper.sty
5
6INDEXSTYLES=texinputs/python.ist
Fred Drake3d865421998-08-12 16:16:49 +00007
Fred Drakef6bfe8e2001-02-19 19:19:26 +00008COMMONTEX= texinputs/copyright.tex \
Fred Drakeaff88372001-06-22 17:07:02 +00009 texinputs/license.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +000010 texinputs/boilerplate.tex
Fred Drake3d865421998-08-12 16:16:49 +000011
Fred Drakef6bfe8e2001-02-19 19:19:26 +000012MANSTYLES= texinputs/fncychap.sty \
13 texinputs/manual.cls \
Fred Drakec6d45af1999-10-29 20:49:23 +000014 $(COMMONSTYLES)
Fred Drake15087431999-03-16 16:11:27 +000015
Fred Drakef6bfe8e2001-02-19 19:19:26 +000016HOWTOSTYLES= texinputs/howto.cls \
Fred Drakec6d45af1999-10-29 20:49:23 +000017 $(COMMONSTYLES)
Fred Drake3d865421998-08-12 16:16:49 +000018
Fred Drakec6d45af1999-10-29 20:49:23 +000019
Fred Drake5e06b842001-07-17 23:07:03 +000020APIFILES= api/api.tex $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) \
Fred Drakef6bfe8e2001-02-19 19:19:26 +000021 texinputs/reportingbugs.tex
Fred Drakec6d45af1999-10-29 20:49:23 +000022
Fred Drake5e06b842001-07-17 23:07:03 +000023DOCFILES= $(HOWTOSTYLES) \
24 texinputs/boilerplate.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +000025 texinputs/ltxmarkup.sty \
26 doc/doc.tex
Fred Drakec6d45af1999-10-29 20:49:23 +000027
Fred Drake5e06b842001-07-17 23:07:03 +000028EXTFILES= ext/ext.tex $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) \
Fred Drakecc8f44b2001-08-20 19:30:29 +000029 ext/extending.tex \
30 ext/newtypes.tex \
31 ext/unix.tex \
32 ext/windows.tex \
33 ext/embedding.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +000034 texinputs/reportingbugs.tex
Fred Drakec6d45af1999-10-29 20:49:23 +000035
Fred Drakef6bfe8e2001-02-19 19:19:26 +000036TUTFILES= tut/tut.tex $(MANSTYLES) $(COMMONTEX)
Fred Drake3d865421998-08-12 16:16:49 +000037
38# LaTeX source files for the Python Reference Manual
Fred Drake5e06b842001-07-17 23:07:03 +000039REFFILES= $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) \
Fred Drakef6bfe8e2001-02-19 19:19:26 +000040 ref/ref.tex \
41 ref/ref1.tex \
42 ref/ref2.tex \
43 ref/ref3.tex \
44 ref/ref4.tex \
45 ref/ref5.tex \
46 ref/ref6.tex \
47 ref/ref7.tex \
Fred Drake7621fa92001-03-23 16:23:21 +000048 ref/ref8.tex \
49 ref/refa1.tex
Fred Drake3d865421998-08-12 16:16:49 +000050
51# LaTeX source files for the Python Library Reference
Fred Drake5e06b842001-07-17 23:07:03 +000052LIBFILES= $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) \
Fred Drakef6bfe8e2001-02-19 19:19:26 +000053 lib/lib.tex \
Fred Draked443d8c2001-09-27 20:08:20 +000054 lib/asttable.tex \
55 lib/compiler.tex \
Fred Draked61e3ea2001-07-24 16:20:13 +000056 lib/distutils.tex \
Fred Draked443d8c2001-09-27 20:08:20 +000057 lib/email.tex \
58 lib/emailencoders.tex \
59 lib/emailexc.tex \
60 lib/emailgenerator.tex \
61 lib/emailiter.tex \
62 lib/emailmessage.tex \
63 lib/emailparser.tex \
64 lib/emailutil.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +000065 texinputs/reportingbugs.tex \
66 lib/libintro.tex \
67 lib/libobjs.tex \
68 lib/libstdtypes.tex \
69 lib/libexcs.tex \
70 lib/libfuncs.tex \
71 lib/libpython.tex \
72 lib/libsys.tex \
73 lib/libfpectl.tex \
74 lib/libgc.tex \
75 lib/libweakref.tex \
Fred Drake7840a9c2001-02-28 23:02:20 +000076 lib/libinspect.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +000077 lib/libdifflib.tex \
78 lib/libdoctest.tex \
Fred Drake501d9042001-04-07 05:42:14 +000079 lib/libunittest.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +000080 lib/libtypes.tex \
81 lib/libtraceback.tex \
82 lib/libpickle.tex \
83 lib/libshelve.tex \
84 lib/libcopy.tex \
85 lib/libmarshal.tex \
86 lib/libwarnings.tex \
87 lib/libimp.tex \
88 lib/libparser.tex \
89 lib/libbltin.tex \
90 lib/libmain.tex \
91 lib/libstrings.tex \
92 lib/libstring.tex \
93 lib/libcodecs.tex \
94 lib/libunicodedata.tex \
95 lib/libstruct.tex \
96 lib/libmisc.tex \
97 lib/libmath.tex \
98 lib/librand.tex \
99 lib/libwhrandom.tex \
100 lib/libarray.tex \
101 lib/liballos.tex \
102 lib/libos.tex \
103 lib/libtime.tex \
104 lib/libgetopt.tex \
105 lib/libtempfile.tex \
106 lib/liberrno.tex \
107 lib/libsomeos.tex \
108 lib/libsignal.tex \
109 lib/libsocket.tex \
110 lib/libselect.tex \
111 lib/libthread.tex \
112 lib/libunix.tex \
113 lib/libposix.tex \
114 lib/libposixpath.tex \
115 lib/libpwd.tex \
116 lib/libgrp.tex \
117 lib/libcrypt.tex \
118 lib/libdbm.tex \
119 lib/libgdbm.tex \
120 lib/libtermios.tex \
121 lib/libfcntl.tex \
122 lib/libposixfile.tex \
123 lib/libsyslog.tex \
124 lib/libpdb.tex \
125 lib/libprofile.tex \
126 lib/libcgi.tex \
127 lib/liburllib.tex \
Fred Drake7606e4d2001-03-01 19:54:29 +0000128 lib/liburllib2.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000129 lib/libhttplib.tex \
130 lib/libftplib.tex \
131 lib/libgopherlib.tex \
132 lib/libnntplib.tex \
133 lib/liburlparse.tex \
Fred Drake6cba3d02001-05-30 04:59:50 +0000134 lib/libhtmlparser.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000135 lib/libhtmllib.tex \
136 lib/libsgmllib.tex \
137 lib/librfc822.tex \
138 lib/libmimetools.tex \
139 lib/libmimewriter.tex \
140 lib/libbinascii.tex \
141 lib/libmm.tex \
142 lib/libaudioop.tex \
143 lib/libimageop.tex \
144 lib/libaifc.tex \
145 lib/libjpeg.tex \
146 lib/librgbimg.tex \
147 lib/libcrypto.tex \
148 lib/libmd5.tex \
149 lib/libsha.tex \
150 lib/libmpz.tex \
Fred Drake1c66f892001-09-11 16:59:42 +0000151 lib/libhmac.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000152 lib/librotor.tex \
153 lib/libstdwin.tex \
154 lib/libsgi.tex \
155 lib/libal.tex \
156 lib/libcd.tex \
157 lib/libfl.tex \
158 lib/libfm.tex \
159 lib/libgl.tex \
160 lib/libimgfile.tex \
161 lib/libsun.tex \
162 lib/libxdrlib.tex \
163 lib/libimghdr.tex \
164 lib/librestricted.tex \
165 lib/librexec.tex \
166 lib/libbastion.tex \
167 lib/libformatter.tex \
168 lib/liboperator.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000169 lib/libresource.tex \
170 lib/libstat.tex \
171 lib/libstringio.tex \
172 lib/libtoken.tex \
173 lib/libundoc.tex \
174 lib/libmailcap.tex \
175 lib/libglob.tex \
176 lib/libuser.tex \
177 lib/libanydbm.tex \
178 lib/libbsddb.tex \
179 lib/libdbhash.tex \
180 lib/librandom.tex \
181 lib/libsite.tex \
182 lib/libwhichdb.tex \
183 lib/libbase64.tex \
184 lib/libfnmatch.tex \
185 lib/libquopri.tex \
186 lib/libzlib.tex \
187 lib/libsocksvr.tex \
188 lib/libmailbox.tex \
189 lib/libcommands.tex \
190 lib/libcmath.tex \
191 lib/libgzip.tex \
192 lib/libzipfile.tex \
193 lib/libpprint.tex \
194 lib/libcode.tex \
195 lib/libmimify.tex \
196 lib/libre.tex \
197 lib/libuserdict.tex \
198 lib/libdis.tex \
199 lib/libxmllib.tex \
Fred Drake3d97e352001-07-12 23:40:13 +0000200 lib/libxmlrpclib.tex \
Fred Drake06c61b12001-09-28 22:02:49 +0000201 lib/libsimplexmlrpc.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000202 lib/libpyexpat.tex \
203 lib/xmldom.tex \
204 lib/xmldomminidom.tex \
205 lib/xmldompulldom.tex \
206 lib/xmlsax.tex \
207 lib/xmlsaxhandler.tex \
208 lib/xmlsaxutils.tex \
209 lib/xmlsaxreader.tex \
210 lib/libqueue.tex \
211 lib/liblocale.tex \
212 lib/libgettext.tex \
213 lib/libbasehttp.tex \
214 lib/libcookie.tex \
215 lib/libcopyreg.tex \
216 lib/libsymbol.tex \
217 lib/libbinhex.tex \
218 lib/libuu.tex \
219 lib/libsunaudio.tex \
220 lib/libfileinput.tex \
221 lib/libxreadlines.tex \
222 lib/libimaplib.tex \
223 lib/libpoplib.tex \
224 lib/libcalendar.tex \
225 lib/libpopen2.tex \
226 lib/libbisect.tex \
227 lib/libmimetypes.tex \
228 lib/libsmtplib.tex \
229 lib/libcmd.tex \
230 lib/libmultifile.tex \
231 lib/libthreading.tex \
232 lib/libwebbrowser.tex \
233 lib/internet.tex \
234 lib/netdata.tex \
235 lib/markup.tex \
236 lib/language.tex \
237 lib/libpycompile.tex \
238 lib/libcompileall.tex \
239 lib/libshlex.tex \
240 lib/libnetrc.tex \
241 lib/librobotparser.tex \
242 lib/libgetpass.tex \
243 lib/libshutil.tex \
244 lib/librepr.tex \
245 lib/libmsvcrt.tex \
246 lib/libwinreg.tex \
247 lib/libwinsound.tex \
248 lib/windows.tex \
249 lib/libpyclbr.tex \
250 lib/libtokenize.tex \
251 lib/libtabnanny.tex \
252 lib/libmhlib.tex \
253 lib/libtelnetlib.tex \
254 lib/libcolorsys.tex \
255 lib/libfpformat.tex \
256 lib/libcgihttp.tex \
257 lib/libsimplehttp.tex \
258 lib/liblinecache.tex \
259 lib/libnew.tex \
260 lib/libdircache.tex \
261 lib/libfilecmp.tex \
262 lib/libstatcache.tex \
263 lib/libsunau.tex \
264 lib/libwave.tex \
265 lib/libchunk.tex \
266 lib/libcodeop.tex \
267 lib/libcurses.tex \
Fred Drake659f3772001-03-29 22:23:19 +0000268 lib/libcursespanel.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000269 lib/libascii.tex \
270 lib/libdl.tex \
271 lib/libmutex.tex \
272 lib/libnis.tex \
273 lib/libpipes.tex \
274 lib/libpty.tex \
275 lib/libreadline.tex \
276 lib/librlcompleter.tex \
277 lib/libsched.tex \
278 lib/libstatvfs.tex \
279 lib/libtty.tex \
280 lib/libasyncore.tex \
281 lib/libatexit.tex \
282 lib/libmmap.tex \
283 lib/libcfgparser.tex
Fred Drake3d865421998-08-12 16:16:49 +0000284
285# LaTeX source files for Macintosh Library Modules.
Fred Drake5e06b842001-07-17 23:07:03 +0000286MACFILES= $(HOWTOSTYLES) $(INDEXSTYLES) $(COMMONTEX) \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000287 mac/mac.tex \
288 mac/using.tex \
289 mac/toolbox.tex \
290 mac/undoc.tex \
Fred Drake3de33692001-04-13 04:50:01 +0000291 mac/libcolorpicker.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000292 mac/libmac.tex \
293 mac/libaepack.tex \
294 mac/libaetypes.tex \
295 mac/libctb.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000296 mac/libmacfs.tex \
297 mac/libmacos.tex \
298 mac/libmacostools.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000299 mac/libmacspeech.tex \
300 mac/libmacui.tex \
301 mac/libmacic.tex \
302 mac/libframework.tex \
303 mac/libminiae.tex
Greg Ward0862f802000-04-28 16:53:36 +0000304
Fred Drake5e06b842001-07-17 23:07:03 +0000305INSTFILES = $(HOWTOSTYLES) inst/inst.tex
Greg Ward0862f802000-04-28 16:53:36 +0000306
Fred Drake388f37e2001-08-02 15:13:58 +0000307DISTFILES = $(HOWTOSTYLES) \
308 dist/dist.tex \
309 dist/sysconfig.tex