blob: b093c3e25fc47875d67a427b3d41867bbd17b967 [file] [log] [blame]
Fred Drake3d865421998-08-12 16:16:49 +00001# LaTeX source dependencies; note that the files are named relative to a
2# child directory and not the directory this file is located in.
3
Fred Drakec6d45af1999-10-29 20:49:23 +00004COMMONSTYLES= ../texinputs/python.sty \
5 ../texinputs/pypaper.sty \
6 ../texinputs/python.ist
Fred Drake3d865421998-08-12 16:16:49 +00007
Fred Drakec6d45af1999-10-29 20:49:23 +00008COMMONTEX= ../texinputs/copyright.tex \
9 ../texinputs/boilerplate.tex
Fred Drake3d865421998-08-12 16:16:49 +000010
Fred Drakec6d45af1999-10-29 20:49:23 +000011MANSTYLES= ../texinputs/fncychap.sty \
12 ../texinputs/manual.cls \
13 $(COMMONSTYLES)
Fred Drake15087431999-03-16 16:11:27 +000014
Fred Drakec6d45af1999-10-29 20:49:23 +000015HOWTOSTYLES= ../texinputs/howto.cls \
16 $(COMMONSTYLES)
Fred Drake3d865421998-08-12 16:16:49 +000017
Fred Drakec6d45af1999-10-29 20:49:23 +000018
19APIFILES= ../api/api.tex $(MANSTYLES) $(COMMONTEX)
20
21DOCFILES= $(HOWTOSTYLES) $(COMMONTEX) \
22 ../texinputs/ltxmarkup.sty \
23 ../doc/doc.tex
24
25EXTFILES= ../ext/ext.tex $(MANSTYLES) $(COMMONTEX)
26
27TUTFILES= ../tut/tut.tex $(MANSTYLES) $(COMMONTEX)
Fred Drake3d865421998-08-12 16:16:49 +000028
29# LaTeX source files for the Python Reference Manual
Fred Drakec6d45af1999-10-29 20:49:23 +000030REFFILES= $(MANSTYLES) $(COMMONTEX) \
31 ../ref/ref.tex \
Fred Drake3d865421998-08-12 16:16:49 +000032 ../ref/ref1.tex \
33 ../ref/ref2.tex \
34 ../ref/ref3.tex \
35 ../ref/ref4.tex \
36 ../ref/ref5.tex \
37 ../ref/ref6.tex \
38 ../ref/ref7.tex \
39 ../ref/ref8.tex
40
41# LaTeX source files for the Python Library Reference
Fred Drakec6d45af1999-10-29 20:49:23 +000042LIBFILES= $(MANSTYLES) $(COMMONTEX) \
43 ../lib/lib.tex \
Fred Drake3d865421998-08-12 16:16:49 +000044 ../lib/libintro.tex \
45 ../lib/libobjs.tex \
46 ../lib/libstdtypes.tex \
47 ../lib/libexcs.tex \
48 ../lib/libfuncs.tex \
49 ../lib/libpython.tex \
50 ../lib/libsys.tex \
51 ../lib/libtypes.tex \
52 ../lib/libtraceback.tex \
53 ../lib/libpickle.tex \
54 ../lib/libshelve.tex \
55 ../lib/libcopy.tex \
56 ../lib/libmarshal.tex \
57 ../lib/libimp.tex \
58 ../lib/libparser.tex \
59 ../lib/libbltin.tex \
60 ../lib/libmain.tex \
61 ../lib/libstrings.tex \
62 ../lib/libstring.tex \
Fred Drake2097ef12000-04-06 14:26:43 +000063 ../lib/libcodecs.tex \
Fred Drake3d865421998-08-12 16:16:49 +000064 ../lib/libregex.tex \
65 ../lib/libregsub.tex \
66 ../lib/libstruct.tex \
67 ../lib/libmisc.tex \
68 ../lib/libmath.tex \
69 ../lib/librand.tex \
70 ../lib/libwhrandom.tex \
71 ../lib/libarray.tex \
72 ../lib/liballos.tex \
73 ../lib/libos.tex \
74 ../lib/libtime.tex \
75 ../lib/libgetopt.tex \
76 ../lib/libtempfile.tex \
77 ../lib/liberrno.tex \
78 ../lib/libsomeos.tex \
79 ../lib/libsignal.tex \
80 ../lib/libsocket.tex \
81 ../lib/libselect.tex \
82 ../lib/libthread.tex \
83 ../lib/libunix.tex \
84 ../lib/libposix.tex \
85 ../lib/libposixpath.tex \
86 ../lib/libpwd.tex \
87 ../lib/libgrp.tex \
88 ../lib/libcrypt.tex \
89 ../lib/libdbm.tex \
90 ../lib/libgdbm.tex \
91 ../lib/libtermios.tex \
92 ../lib/libfcntl.tex \
93 ../lib/libposixfile.tex \
94 ../lib/libsyslog.tex \
95 ../lib/libpdb.tex \
96 ../lib/libprofile.tex \
97 ../lib/libcgi.tex \
98 ../lib/liburllib.tex \
99 ../lib/libhttplib.tex \
100 ../lib/libftplib.tex \
101 ../lib/libgopherlib.tex \
102 ../lib/libnntplib.tex \
103 ../lib/liburlparse.tex \
104 ../lib/libhtmllib.tex \
105 ../lib/libsgmllib.tex \
106 ../lib/librfc822.tex \
107 ../lib/libmimetools.tex \
Fred Drakef7bf3b21999-02-12 19:24:02 +0000108 ../lib/libmimewriter.tex \
Fred Drake3d865421998-08-12 16:16:49 +0000109 ../lib/libbinascii.tex \
110 ../lib/libmm.tex \
111 ../lib/libaudioop.tex \
112 ../lib/libimageop.tex \
113 ../lib/libaifc.tex \
114 ../lib/libjpeg.tex \
115 ../lib/librgbimg.tex \
116 ../lib/libcrypto.tex \
117 ../lib/libmd5.tex \
118 ../lib/libmpz.tex \
119 ../lib/librotor.tex \
120 ../lib/libstdwin.tex \
121 ../lib/libsgi.tex \
122 ../lib/libal.tex \
123 ../lib/libcd.tex \
124 ../lib/libfl.tex \
125 ../lib/libfm.tex \
126 ../lib/libgl.tex \
127 ../lib/libimgfile.tex \
128 ../lib/libsun.tex \
129 ../lib/libxdrlib.tex \
130 ../lib/libimghdr.tex \
131 ../lib/librestricted.tex \
132 ../lib/librexec.tex \
133 ../lib/libbastion.tex \
134 ../lib/libformatter.tex \
135 ../lib/liboperator.tex \
136 ../lib/libsoundex.tex \
137 ../lib/libresource.tex \
138 ../lib/libstat.tex \
139 ../lib/libstringio.tex \
140 ../lib/libtoken.tex \
141 ../lib/libundoc.tex \
142 ../lib/libmailcap.tex \
143 ../lib/libglob.tex \
144 ../lib/libuser.tex \
145 ../lib/libanydbm.tex \
Fred Drake4ae52691999-04-19 21:21:28 +0000146 ../lib/libbsddb.tex \
Fred Drake460f1dd1999-04-15 15:12:37 +0000147 ../lib/libdbhash.tex \
Fred Drake3d865421998-08-12 16:16:49 +0000148 ../lib/librandom.tex \
149 ../lib/libsite.tex \
150 ../lib/libwhichdb.tex \
151 ../lib/libbase64.tex \
152 ../lib/libfnmatch.tex \
153 ../lib/libquopri.tex \
154 ../lib/libzlib.tex \
155 ../lib/libsocksvr.tex \
156 ../lib/libmailbox.tex \
157 ../lib/libcommands.tex \
158 ../lib/libcmath.tex \
159 ../lib/libgzip.tex \
Fred Drake38d062d2000-03-31 18:10:17 +0000160 ../lib/libzipfile.tex \
Fred Drake3d865421998-08-12 16:16:49 +0000161 ../lib/libpprint.tex \
162 ../lib/libcode.tex \
163 ../lib/libmimify.tex \
164 ../lib/libre.tex \
165 ../lib/libuserdict.tex \
166 ../lib/libdis.tex \
167 ../lib/libxmllib.tex \
168 ../lib/libqueue.tex \
169 ../lib/liblocale.tex \
170 ../lib/libbasehttp.tex \
171 ../lib/libcopyreg.tex \
172 ../lib/libsymbol.tex \
173 ../lib/libbinhex.tex \
174 ../lib/libuu.tex \
175 ../lib/libsunaudio.tex \
176 ../lib/libfileinput.tex \
177 ../lib/libimaplib.tex \
178 ../lib/libpoplib.tex \
179 ../lib/libcalendar.tex \
180 ../lib/libpopen2.tex \
181 ../lib/libbisect.tex \
182 ../lib/libmimetypes.tex \
183 ../lib/libsmtplib.tex \
184 ../lib/libcmd.tex \
185 ../lib/libmultifile.tex \
186 ../lib/libthreading.tex \
187 ../lib/internet.tex \
188 ../lib/netdata.tex \
189 ../lib/libpycompile.tex \
Fred Drake782c9731998-12-22 17:40:43 +0000190 ../lib/libcompileall.tex \
191 ../lib/libshlex.tex \
Fred Drake7d65d381998-12-22 23:38:11 +0000192 ../lib/libnetrc.tex \
Fred Drake38d062d2000-03-31 18:10:17 +0000193 ../lib/librobotparser.tex \
Fred Drake566c8321998-12-28 20:17:33 +0000194 ../lib/libgetpass.tex \
Fred Drake580f4ab1999-01-27 17:21:09 +0000195 ../lib/libshutil.tex \
196 ../lib/librepr.tex \
Fred Drakea5fab7f1999-02-16 19:08:16 +0000197 ../lib/libmsvcrt.tex \
198 ../lib/libwinsound.tex \
199 ../lib/windows.tex \
Fred Drake3d7707a1999-02-18 20:39:04 +0000200 ../lib/libpyclbr.tex \
201 ../lib/libtokenize.tex \
Fred Drake3c227ee2000-02-23 15:44:34 +0000202 ../lib/libtabnanny.tex \
Fred Drakef03fdbc1999-03-15 15:47:30 +0000203 ../lib/libmhlib.tex \
204 ../lib/libtelnetlib.tex \
Fred Drake4ae52691999-04-19 21:21:28 +0000205 ../lib/libcolorsys.tex \
Fred Drake7df4dd71999-06-11 18:36:42 +0000206 ../lib/libfpformat.tex \
Fred Drake42120ea1999-06-14 19:52:10 +0000207 ../lib/libcgihttp.tex \
208 ../lib/libsimplehttp.tex \
209 ../lib/liblinecache.tex \
Fred Drake551d2b11999-06-17 15:12:50 +0000210 ../lib/libnew.tex \
211 ../lib/libdircache.tex \
Fred Drake5a319461999-10-29 17:27:08 +0000212 ../lib/libfilecmp.tex \
Fred Drake551d2b11999-06-17 15:12:50 +0000213 ../lib/libstatcache.tex \
Fred Drakeaf81a501999-06-23 13:34:22 +0000214 ../lib/libsunau.tex \
Fred Drake551d2b11999-06-17 15:12:50 +0000215 ../lib/libwave.tex \
Fred Drake707f8e61999-06-22 18:50:06 +0000216 ../lib/libchunk.tex \
Fred Drakeaf81a501999-06-23 13:34:22 +0000217 ../lib/libcodeop.tex \
Fred Drake4997f4d1999-06-21 21:13:50 +0000218 ../lib/libcurses.tex \
Fred Drake44a7a7c1999-07-01 20:39:59 +0000219 ../lib/libdl.tex \
Fred Drakee4d78181999-06-27 15:02:37 +0000220 ../lib/libmutex.tex \
221 ../lib/libnis.tex \
Fred Drake4997f4d1999-06-21 21:13:50 +0000222 ../lib/libpipes.tex \
Fred Drakeabc64b71999-06-29 18:12:22 +0000223 ../lib/libpty.tex \
Fred Drake4997f4d1999-06-21 21:13:50 +0000224 ../lib/librlcompleter.tex \
Fred Drakec4e3bf91999-06-25 18:54:30 +0000225 ../lib/libsched.tex \
Fred Drake4997f4d1999-06-21 21:13:50 +0000226 ../lib/libstatvfs.tex \
Fred Drake1b2dc901999-06-23 17:29:02 +0000227 ../lib/libtty.tex \
Fred Drake04520071999-07-02 14:27:03 +0000228 ../lib/libasyncore.tex \
Fred Drake580f4ab1999-01-27 17:21:09 +0000229 ../lib/libcfgparser.tex
Fred Drake3d865421998-08-12 16:16:49 +0000230
231# LaTeX source files for Macintosh Library Modules.
Fred Drakec6d45af1999-10-29 20:49:23 +0000232MACFILES= $(HOWTOSTYLES) $(COMMONTEX) \
233 ../mac/mac.tex \
Fred Drake3d865421998-08-12 16:16:49 +0000234 ../mac/libmac.tex \
235 ../mac/libctb.tex \
236 ../mac/libmacconsole.tex \
237 ../mac/libmacdnr.tex \
238 ../mac/libmacfs.tex \
239 ../mac/libmacos.tex \
240 ../mac/libmacostools.tex \
241 ../mac/libmactcp.tex \
242 ../mac/libmacspeech.tex \
243 ../mac/libmacui.tex \
244 ../mac/libmacic.tex \
245 ../mac/libframework.tex \
246 ../mac/libminiae.tex
Greg Ward0862f802000-04-28 16:53:36 +0000247
248INSTFILES = $(HOWTOSTYLES) $(COMMONTEX) ../inst/inst.tex
249
250DISTFILES = $(HOWTOSTYLES) $(COMMONTEX) ../dist/dist.tex