blob: 0ee05603ec231bf1d844dbcb9279b5139c08ee84 [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
Fred Drake00fb4162000-09-21 21:37:09 +000019APIFILES= ../api/api.tex $(MANSTYLES) $(COMMONTEX) \
20 ../texinputs/reportingbugs.tex
Fred Drakec6d45af1999-10-29 20:49:23 +000021
22DOCFILES= $(HOWTOSTYLES) $(COMMONTEX) \
23 ../texinputs/ltxmarkup.sty \
24 ../doc/doc.tex
25
Fred Drake00fb4162000-09-21 21:37:09 +000026EXTFILES= ../ext/ext.tex $(MANSTYLES) $(COMMONTEX) \
27 ../texinputs/reportingbugs.tex
Fred Drakec6d45af1999-10-29 20:49:23 +000028
29TUTFILES= ../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) \
33 ../ref/ref.tex \
Fred Drake3d865421998-08-12 16:16:49 +000034 ../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 \
41 ../ref/ref8.tex
42
43# LaTeX source files for the Python Library Reference
Fred Drakec6d45af1999-10-29 20:49:23 +000044LIBFILES= $(MANSTYLES) $(COMMONTEX) \
45 ../lib/lib.tex \
Fred Drake00fb4162000-09-21 21:37:09 +000046 ../texinputs/reportingbugs.tex \
Fred Drake3d865421998-08-12 16:16:49 +000047 ../lib/libintro.tex \
48 ../lib/libobjs.tex \
49 ../lib/libstdtypes.tex \
50 ../lib/libexcs.tex \
51 ../lib/libfuncs.tex \
52 ../lib/libpython.tex \
53 ../lib/libsys.tex \
Fred Drakebdcf91f2000-07-12 04:22:53 +000054 ../lib/libgc.tex \
Fred Drake3d865421998-08-12 16:16:49 +000055 ../lib/libtypes.tex \
56 ../lib/libtraceback.tex \
57 ../lib/libpickle.tex \
58 ../lib/libshelve.tex \
59 ../lib/libcopy.tex \
60 ../lib/libmarshal.tex \
61 ../lib/libimp.tex \
62 ../lib/libparser.tex \
63 ../lib/libbltin.tex \
64 ../lib/libmain.tex \
65 ../lib/libstrings.tex \
66 ../lib/libstring.tex \
Fred Drake2097ef12000-04-06 14:26:43 +000067 ../lib/libcodecs.tex \
Fred Drakefb79ffa2000-06-13 20:51:29 +000068 ../lib/libunicodedata.tex \
Fred Drake3d865421998-08-12 16:16:49 +000069 ../lib/libstruct.tex \
70 ../lib/libmisc.tex \
71 ../lib/libmath.tex \
72 ../lib/librand.tex \
73 ../lib/libwhrandom.tex \
74 ../lib/libarray.tex \
75 ../lib/liballos.tex \
76 ../lib/libos.tex \
77 ../lib/libtime.tex \
78 ../lib/libgetopt.tex \
79 ../lib/libtempfile.tex \
80 ../lib/liberrno.tex \
81 ../lib/libsomeos.tex \
82 ../lib/libsignal.tex \
83 ../lib/libsocket.tex \
84 ../lib/libselect.tex \
85 ../lib/libthread.tex \
86 ../lib/libunix.tex \
87 ../lib/libposix.tex \
88 ../lib/libposixpath.tex \
89 ../lib/libpwd.tex \
90 ../lib/libgrp.tex \
91 ../lib/libcrypt.tex \
92 ../lib/libdbm.tex \
93 ../lib/libgdbm.tex \
94 ../lib/libtermios.tex \
95 ../lib/libfcntl.tex \
96 ../lib/libposixfile.tex \
97 ../lib/libsyslog.tex \
98 ../lib/libpdb.tex \
99 ../lib/libprofile.tex \
100 ../lib/libcgi.tex \
101 ../lib/liburllib.tex \
102 ../lib/libhttplib.tex \
103 ../lib/libftplib.tex \
104 ../lib/libgopherlib.tex \
105 ../lib/libnntplib.tex \
106 ../lib/liburlparse.tex \
107 ../lib/libhtmllib.tex \
108 ../lib/libsgmllib.tex \
109 ../lib/librfc822.tex \
110 ../lib/libmimetools.tex \
Fred Drakef7bf3b21999-02-12 19:24:02 +0000111 ../lib/libmimewriter.tex \
Fred Drake3d865421998-08-12 16:16:49 +0000112 ../lib/libbinascii.tex \
113 ../lib/libmm.tex \
114 ../lib/libaudioop.tex \
115 ../lib/libimageop.tex \
116 ../lib/libaifc.tex \
117 ../lib/libjpeg.tex \
118 ../lib/librgbimg.tex \
119 ../lib/libcrypto.tex \
120 ../lib/libmd5.tex \
Fred Drake33e0bea2000-09-14 21:42:38 +0000121 ../lib/libsha.tex \
Fred Drake3d865421998-08-12 16:16:49 +0000122 ../lib/libmpz.tex \
123 ../lib/librotor.tex \
124 ../lib/libstdwin.tex \
125 ../lib/libsgi.tex \
126 ../lib/libal.tex \
127 ../lib/libcd.tex \
128 ../lib/libfl.tex \
129 ../lib/libfm.tex \
130 ../lib/libgl.tex \
131 ../lib/libimgfile.tex \
132 ../lib/libsun.tex \
133 ../lib/libxdrlib.tex \
134 ../lib/libimghdr.tex \
135 ../lib/librestricted.tex \
136 ../lib/librexec.tex \
137 ../lib/libbastion.tex \
138 ../lib/libformatter.tex \
139 ../lib/liboperator.tex \
140 ../lib/libsoundex.tex \
141 ../lib/libresource.tex \
142 ../lib/libstat.tex \
143 ../lib/libstringio.tex \
144 ../lib/libtoken.tex \
145 ../lib/libundoc.tex \
146 ../lib/libmailcap.tex \
147 ../lib/libglob.tex \
148 ../lib/libuser.tex \
149 ../lib/libanydbm.tex \
Fred Drake4ae52691999-04-19 21:21:28 +0000150 ../lib/libbsddb.tex \
Fred Drake460f1dd1999-04-15 15:12:37 +0000151 ../lib/libdbhash.tex \
Fred Drake3d865421998-08-12 16:16:49 +0000152 ../lib/librandom.tex \
153 ../lib/libsite.tex \
154 ../lib/libwhichdb.tex \
155 ../lib/libbase64.tex \
156 ../lib/libfnmatch.tex \
157 ../lib/libquopri.tex \
158 ../lib/libzlib.tex \
159 ../lib/libsocksvr.tex \
160 ../lib/libmailbox.tex \
161 ../lib/libcommands.tex \
162 ../lib/libcmath.tex \
163 ../lib/libgzip.tex \
Fred Drake38d062d2000-03-31 18:10:17 +0000164 ../lib/libzipfile.tex \
Fred Drake3d865421998-08-12 16:16:49 +0000165 ../lib/libpprint.tex \
166 ../lib/libcode.tex \
167 ../lib/libmimify.tex \
168 ../lib/libre.tex \
169 ../lib/libuserdict.tex \
170 ../lib/libdis.tex \
171 ../lib/libxmllib.tex \
Fred Drakeb5316182000-07-05 02:24:39 +0000172 ../lib/libpyexpat.tex \
Fred Drake277a2112000-10-24 02:35:42 +0000173 ../lib/xmldom.tex \
Fred Drakef5aa4ef2000-09-20 02:54:58 +0000174 ../lib/xmlsax.tex \
Fred Drakebabe3262000-10-12 20:07:09 +0000175 ../lib/xmlsaxhandler.tex \
176 ../lib/xmlsaxutils.tex \
177 ../lib/xmlsaxreader.tex \
Fred Drake3d865421998-08-12 16:16:49 +0000178 ../lib/libqueue.tex \
179 ../lib/liblocale.tex \
Barry Warsaw058365a2000-08-30 03:26:17 +0000180 ../lib/libgettext.tex \
Fred Drake3d865421998-08-12 16:16:49 +0000181 ../lib/libbasehttp.tex \
Fred Drake15446d32000-08-19 16:55:31 +0000182 ../lib/libcookie.tex \
Fred Drake3d865421998-08-12 16:16:49 +0000183 ../lib/libcopyreg.tex \
184 ../lib/libsymbol.tex \
185 ../lib/libbinhex.tex \
186 ../lib/libuu.tex \
187 ../lib/libsunaudio.tex \
188 ../lib/libfileinput.tex \
189 ../lib/libimaplib.tex \
190 ../lib/libpoplib.tex \
191 ../lib/libcalendar.tex \
192 ../lib/libpopen2.tex \
193 ../lib/libbisect.tex \
194 ../lib/libmimetypes.tex \
195 ../lib/libsmtplib.tex \
196 ../lib/libcmd.tex \
197 ../lib/libmultifile.tex \
198 ../lib/libthreading.tex \
Fred Drakee4dbb862000-07-07 03:36:12 +0000199 ../lib/libwebbrowser.tex \
Fred Drake3d865421998-08-12 16:16:49 +0000200 ../lib/internet.tex \
201 ../lib/netdata.tex \
Fred Drakeb5316182000-07-05 02:24:39 +0000202 ../lib/markup.tex \
Fred Drakeed13b4a2000-08-03 21:18:18 +0000203 ../lib/language.tex \
Fred Drake3d865421998-08-12 16:16:49 +0000204 ../lib/libpycompile.tex \
Fred Drake782c9731998-12-22 17:40:43 +0000205 ../lib/libcompileall.tex \
206 ../lib/libshlex.tex \
Fred Drake7d65d381998-12-22 23:38:11 +0000207 ../lib/libnetrc.tex \
Fred Drake38d062d2000-03-31 18:10:17 +0000208 ../lib/librobotparser.tex \
Fred Drake566c8321998-12-28 20:17:33 +0000209 ../lib/libgetpass.tex \
Fred Drake580f4ab1999-01-27 17:21:09 +0000210 ../lib/libshutil.tex \
211 ../lib/librepr.tex \
Fred Drakea5fab7f1999-02-16 19:08:16 +0000212 ../lib/libmsvcrt.tex \
Fred Draked1a65ff2000-06-07 04:07:48 +0000213 ../lib/libwinreg.tex \
Fred Drakea5fab7f1999-02-16 19:08:16 +0000214 ../lib/libwinsound.tex \
215 ../lib/windows.tex \
Fred Drake3d7707a1999-02-18 20:39:04 +0000216 ../lib/libpyclbr.tex \
217 ../lib/libtokenize.tex \
Fred Drake3c227ee2000-02-23 15:44:34 +0000218 ../lib/libtabnanny.tex \
Fred Drakef03fdbc1999-03-15 15:47:30 +0000219 ../lib/libmhlib.tex \
220 ../lib/libtelnetlib.tex \
Fred Drake4ae52691999-04-19 21:21:28 +0000221 ../lib/libcolorsys.tex \
Fred Drake7df4dd71999-06-11 18:36:42 +0000222 ../lib/libfpformat.tex \
Fred Drake42120ea1999-06-14 19:52:10 +0000223 ../lib/libcgihttp.tex \
224 ../lib/libsimplehttp.tex \
225 ../lib/liblinecache.tex \
Fred Drake551d2b11999-06-17 15:12:50 +0000226 ../lib/libnew.tex \
227 ../lib/libdircache.tex \
Fred Drake5a319461999-10-29 17:27:08 +0000228 ../lib/libfilecmp.tex \
Fred Drake551d2b11999-06-17 15:12:50 +0000229 ../lib/libstatcache.tex \
Fred Drakeaf81a501999-06-23 13:34:22 +0000230 ../lib/libsunau.tex \
Fred Drake551d2b11999-06-17 15:12:50 +0000231 ../lib/libwave.tex \
Fred Drake707f8e61999-06-22 18:50:06 +0000232 ../lib/libchunk.tex \
Fred Drakeaf81a501999-06-23 13:34:22 +0000233 ../lib/libcodeop.tex \
Fred Drake4997f4d1999-06-21 21:13:50 +0000234 ../lib/libcurses.tex \
Fred Drake5ccd4b22000-06-28 22:03:29 +0000235 ../lib/libascii.tex \
Fred Drake44a7a7c1999-07-01 20:39:59 +0000236 ../lib/libdl.tex \
Fred Drakee4d78181999-06-27 15:02:37 +0000237 ../lib/libmutex.tex \
238 ../lib/libnis.tex \
Fred Drake4997f4d1999-06-21 21:13:50 +0000239 ../lib/libpipes.tex \
Fred Drakeabc64b71999-06-29 18:12:22 +0000240 ../lib/libpty.tex \
Fred Drake14ea85f2000-07-06 04:47:25 +0000241 ../lib/libreadline.tex \
Fred Drake4997f4d1999-06-21 21:13:50 +0000242 ../lib/librlcompleter.tex \
Fred Drakec4e3bf91999-06-25 18:54:30 +0000243 ../lib/libsched.tex \
Fred Drake4997f4d1999-06-21 21:13:50 +0000244 ../lib/libstatvfs.tex \
Fred Drake1b2dc901999-06-23 17:29:02 +0000245 ../lib/libtty.tex \
Fred Drake04520071999-07-02 14:27:03 +0000246 ../lib/libasyncore.tex \
Fred Drakec19425d2000-06-28 15:07:31 +0000247 ../lib/libatexit.tex \
Fred Drake0d83f682000-09-05 13:49:30 +0000248 ../lib/libmmap.tex \
Fred Drake580f4ab1999-01-27 17:21:09 +0000249 ../lib/libcfgparser.tex
Fred Drake3d865421998-08-12 16:16:49 +0000250
251# LaTeX source files for Macintosh Library Modules.
Fred Drakec6d45af1999-10-29 20:49:23 +0000252MACFILES= $(HOWTOSTYLES) $(COMMONTEX) \
253 ../mac/mac.tex \
Fred Drakee7649682000-10-14 05:44:32 +0000254 ../mac/using.tex \
255 ../mac/toolbox.tex \
256 ../mac/undoc.tex \
Fred Drake3d865421998-08-12 16:16:49 +0000257 ../mac/libmac.tex \
Fred Drakee7649682000-10-14 05:44:32 +0000258 ../mac/libaepack.tex \
259 ../mac/libaetypes.tex \
Fred Drake3d865421998-08-12 16:16:49 +0000260 ../mac/libctb.tex \
Fred Drake3d865421998-08-12 16:16:49 +0000261 ../mac/libmacdnr.tex \
262 ../mac/libmacfs.tex \
263 ../mac/libmacos.tex \
264 ../mac/libmacostools.tex \
265 ../mac/libmactcp.tex \
266 ../mac/libmacspeech.tex \
267 ../mac/libmacui.tex \
268 ../mac/libmacic.tex \
269 ../mac/libframework.tex \
270 ../mac/libminiae.tex
Greg Ward0862f802000-04-28 16:53:36 +0000271
272INSTFILES = $(HOWTOSTYLES) $(COMMONTEX) ../inst/inst.tex
273
274DISTFILES = $(HOWTOSTYLES) $(COMMONTEX) ../dist/dist.tex