blob: 18e5db27069972aceb6b8efaaed1543313b7dba1 [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 Drakef6bfe8e2001-02-19 19:19:26 +000029 texinputs/reportingbugs.tex
Fred Drakec6d45af1999-10-29 20:49:23 +000030
Fred Drakef6bfe8e2001-02-19 19:19:26 +000031TUTFILES= tut/tut.tex $(MANSTYLES) $(COMMONTEX)
Fred Drake3d865421998-08-12 16:16:49 +000032
33# LaTeX source files for the Python Reference Manual
Fred Drake5e06b842001-07-17 23:07:03 +000034REFFILES= $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) \
Fred Drakef6bfe8e2001-02-19 19:19:26 +000035 ref/ref.tex \
36 ref/ref1.tex \
37 ref/ref2.tex \
38 ref/ref3.tex \
39 ref/ref4.tex \
40 ref/ref5.tex \
41 ref/ref6.tex \
42 ref/ref7.tex \
Fred Drake7621fa92001-03-23 16:23:21 +000043 ref/ref8.tex \
44 ref/refa1.tex
Fred Drake3d865421998-08-12 16:16:49 +000045
46# LaTeX source files for the Python Library Reference
Fred Drake5e06b842001-07-17 23:07:03 +000047LIBFILES= $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) \
Fred Drakef6bfe8e2001-02-19 19:19:26 +000048 lib/lib.tex \
49 texinputs/reportingbugs.tex \
50 lib/libintro.tex \
51 lib/libobjs.tex \
52 lib/libstdtypes.tex \
53 lib/libexcs.tex \
54 lib/libfuncs.tex \
55 lib/libpython.tex \
56 lib/libsys.tex \
57 lib/libfpectl.tex \
58 lib/libgc.tex \
59 lib/libweakref.tex \
Fred Drake7840a9c2001-02-28 23:02:20 +000060 lib/libinspect.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +000061 lib/libdifflib.tex \
62 lib/libdoctest.tex \
Fred Drake501d9042001-04-07 05:42:14 +000063 lib/libunittest.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +000064 lib/libtypes.tex \
65 lib/libtraceback.tex \
66 lib/libpickle.tex \
67 lib/libshelve.tex \
68 lib/libcopy.tex \
69 lib/libmarshal.tex \
70 lib/libwarnings.tex \
71 lib/libimp.tex \
72 lib/libparser.tex \
73 lib/libbltin.tex \
74 lib/libmain.tex \
75 lib/libstrings.tex \
76 lib/libstring.tex \
77 lib/libcodecs.tex \
78 lib/libunicodedata.tex \
79 lib/libstruct.tex \
80 lib/libmisc.tex \
81 lib/libmath.tex \
82 lib/librand.tex \
83 lib/libwhrandom.tex \
84 lib/libarray.tex \
85 lib/liballos.tex \
86 lib/libos.tex \
87 lib/libtime.tex \
88 lib/libgetopt.tex \
89 lib/libtempfile.tex \
90 lib/liberrno.tex \
91 lib/libsomeos.tex \
92 lib/libsignal.tex \
93 lib/libsocket.tex \
94 lib/libselect.tex \
95 lib/libthread.tex \
96 lib/libunix.tex \
97 lib/libposix.tex \
98 lib/libposixpath.tex \
99 lib/libpwd.tex \
100 lib/libgrp.tex \
101 lib/libcrypt.tex \
102 lib/libdbm.tex \
103 lib/libgdbm.tex \
104 lib/libtermios.tex \
105 lib/libfcntl.tex \
106 lib/libposixfile.tex \
107 lib/libsyslog.tex \
108 lib/libpdb.tex \
109 lib/libprofile.tex \
110 lib/libcgi.tex \
111 lib/liburllib.tex \
Fred Drake7606e4d2001-03-01 19:54:29 +0000112 lib/liburllib2.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000113 lib/libhttplib.tex \
114 lib/libftplib.tex \
115 lib/libgopherlib.tex \
116 lib/libnntplib.tex \
117 lib/liburlparse.tex \
Fred Drake6cba3d02001-05-30 04:59:50 +0000118 lib/libhtmlparser.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000119 lib/libhtmllib.tex \
120 lib/libsgmllib.tex \
121 lib/librfc822.tex \
122 lib/libmimetools.tex \
123 lib/libmimewriter.tex \
124 lib/libbinascii.tex \
125 lib/libmm.tex \
126 lib/libaudioop.tex \
127 lib/libimageop.tex \
128 lib/libaifc.tex \
129 lib/libjpeg.tex \
130 lib/librgbimg.tex \
131 lib/libcrypto.tex \
132 lib/libmd5.tex \
133 lib/libsha.tex \
134 lib/libmpz.tex \
135 lib/librotor.tex \
136 lib/libstdwin.tex \
137 lib/libsgi.tex \
138 lib/libal.tex \
139 lib/libcd.tex \
140 lib/libfl.tex \
141 lib/libfm.tex \
142 lib/libgl.tex \
143 lib/libimgfile.tex \
144 lib/libsun.tex \
145 lib/libxdrlib.tex \
146 lib/libimghdr.tex \
147 lib/librestricted.tex \
148 lib/librexec.tex \
149 lib/libbastion.tex \
150 lib/libformatter.tex \
151 lib/liboperator.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000152 lib/libresource.tex \
153 lib/libstat.tex \
154 lib/libstringio.tex \
155 lib/libtoken.tex \
156 lib/libundoc.tex \
157 lib/libmailcap.tex \
158 lib/libglob.tex \
159 lib/libuser.tex \
160 lib/libanydbm.tex \
161 lib/libbsddb.tex \
162 lib/libdbhash.tex \
163 lib/librandom.tex \
164 lib/libsite.tex \
165 lib/libwhichdb.tex \
166 lib/libbase64.tex \
167 lib/libfnmatch.tex \
168 lib/libquopri.tex \
169 lib/libzlib.tex \
170 lib/libsocksvr.tex \
171 lib/libmailbox.tex \
172 lib/libcommands.tex \
173 lib/libcmath.tex \
174 lib/libgzip.tex \
175 lib/libzipfile.tex \
176 lib/libpprint.tex \
177 lib/libcode.tex \
178 lib/libmimify.tex \
179 lib/libre.tex \
180 lib/libuserdict.tex \
181 lib/libdis.tex \
182 lib/libxmllib.tex \
Fred Drake3d97e352001-07-12 23:40:13 +0000183 lib/libxmlrpclib.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000184 lib/libpyexpat.tex \
185 lib/xmldom.tex \
186 lib/xmldomminidom.tex \
187 lib/xmldompulldom.tex \
188 lib/xmlsax.tex \
189 lib/xmlsaxhandler.tex \
190 lib/xmlsaxutils.tex \
191 lib/xmlsaxreader.tex \
192 lib/libqueue.tex \
193 lib/liblocale.tex \
194 lib/libgettext.tex \
195 lib/libbasehttp.tex \
196 lib/libcookie.tex \
197 lib/libcopyreg.tex \
198 lib/libsymbol.tex \
199 lib/libbinhex.tex \
200 lib/libuu.tex \
201 lib/libsunaudio.tex \
202 lib/libfileinput.tex \
203 lib/libxreadlines.tex \
204 lib/libimaplib.tex \
205 lib/libpoplib.tex \
206 lib/libcalendar.tex \
207 lib/libpopen2.tex \
208 lib/libbisect.tex \
209 lib/libmimetypes.tex \
210 lib/libsmtplib.tex \
211 lib/libcmd.tex \
212 lib/libmultifile.tex \
213 lib/libthreading.tex \
214 lib/libwebbrowser.tex \
215 lib/internet.tex \
216 lib/netdata.tex \
217 lib/markup.tex \
218 lib/language.tex \
219 lib/libpycompile.tex \
220 lib/libcompileall.tex \
221 lib/libshlex.tex \
222 lib/libnetrc.tex \
223 lib/librobotparser.tex \
224 lib/libgetpass.tex \
225 lib/libshutil.tex \
226 lib/librepr.tex \
227 lib/libmsvcrt.tex \
228 lib/libwinreg.tex \
229 lib/libwinsound.tex \
230 lib/windows.tex \
231 lib/libpyclbr.tex \
232 lib/libtokenize.tex \
233 lib/libtabnanny.tex \
234 lib/libmhlib.tex \
235 lib/libtelnetlib.tex \
236 lib/libcolorsys.tex \
237 lib/libfpformat.tex \
238 lib/libcgihttp.tex \
239 lib/libsimplehttp.tex \
240 lib/liblinecache.tex \
241 lib/libnew.tex \
242 lib/libdircache.tex \
243 lib/libfilecmp.tex \
244 lib/libstatcache.tex \
245 lib/libsunau.tex \
246 lib/libwave.tex \
247 lib/libchunk.tex \
248 lib/libcodeop.tex \
249 lib/libcurses.tex \
Fred Drake659f3772001-03-29 22:23:19 +0000250 lib/libcursespanel.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000251 lib/libascii.tex \
252 lib/libdl.tex \
253 lib/libmutex.tex \
254 lib/libnis.tex \
255 lib/libpipes.tex \
256 lib/libpty.tex \
257 lib/libreadline.tex \
258 lib/librlcompleter.tex \
259 lib/libsched.tex \
260 lib/libstatvfs.tex \
261 lib/libtty.tex \
262 lib/libasyncore.tex \
263 lib/libatexit.tex \
264 lib/libmmap.tex \
265 lib/libcfgparser.tex
Fred Drake3d865421998-08-12 16:16:49 +0000266
267# LaTeX source files for Macintosh Library Modules.
Fred Drake5e06b842001-07-17 23:07:03 +0000268MACFILES= $(HOWTOSTYLES) $(INDEXSTYLES) $(COMMONTEX) \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000269 mac/mac.tex \
270 mac/using.tex \
271 mac/toolbox.tex \
272 mac/undoc.tex \
Fred Drake3de33692001-04-13 04:50:01 +0000273 mac/libcolorpicker.tex \
Fred Drakef6bfe8e2001-02-19 19:19:26 +0000274 mac/libmac.tex \
275 mac/libaepack.tex \
276 mac/libaetypes.tex \
277 mac/libctb.tex \
278 mac/libmacdnr.tex \
279 mac/libmacfs.tex \
280 mac/libmacos.tex \
281 mac/libmacostools.tex \
282 mac/libmactcp.tex \
283 mac/libmacspeech.tex \
284 mac/libmacui.tex \
285 mac/libmacic.tex \
286 mac/libframework.tex \
287 mac/libminiae.tex
Greg Ward0862f802000-04-28 16:53:36 +0000288
Fred Drake5e06b842001-07-17 23:07:03 +0000289INSTFILES = $(HOWTOSTYLES) inst/inst.tex
Greg Ward0862f802000-04-28 16:53:36 +0000290
Fred Drake5e06b842001-07-17 23:07:03 +0000291DISTFILES = $(HOWTOSTYLES) dist/dist.tex