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