Fred Drake | 3d86542 | 1998-08-12 16:16:49 +0000 | [diff] [blame] | 1 | # 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 Drake | c6d45af | 1999-10-29 20:49:23 +0000 | [diff] [blame] | 4 | COMMONSTYLES= ../texinputs/python.sty \ |
| 5 | ../texinputs/pypaper.sty \ |
| 6 | ../texinputs/python.ist |
Fred Drake | 3d86542 | 1998-08-12 16:16:49 +0000 | [diff] [blame] | 7 | |
Fred Drake | c6d45af | 1999-10-29 20:49:23 +0000 | [diff] [blame] | 8 | COMMONTEX= ../texinputs/copyright.tex \ |
| 9 | ../texinputs/boilerplate.tex |
Fred Drake | 3d86542 | 1998-08-12 16:16:49 +0000 | [diff] [blame] | 10 | |
Fred Drake | c6d45af | 1999-10-29 20:49:23 +0000 | [diff] [blame] | 11 | MANSTYLES= ../texinputs/fncychap.sty \ |
| 12 | ../texinputs/manual.cls \ |
| 13 | $(COMMONSTYLES) |
Fred Drake | 1508743 | 1999-03-16 16:11:27 +0000 | [diff] [blame] | 14 | |
Fred Drake | c6d45af | 1999-10-29 20:49:23 +0000 | [diff] [blame] | 15 | HOWTOSTYLES= ../texinputs/howto.cls \ |
| 16 | $(COMMONSTYLES) |
Fred Drake | 3d86542 | 1998-08-12 16:16:49 +0000 | [diff] [blame] | 17 | |
Fred Drake | c6d45af | 1999-10-29 20:49:23 +0000 | [diff] [blame] | 18 | |
| 19 | APIFILES= ../api/api.tex $(MANSTYLES) $(COMMONTEX) |
| 20 | |
| 21 | DOCFILES= $(HOWTOSTYLES) $(COMMONTEX) \ |
| 22 | ../texinputs/ltxmarkup.sty \ |
| 23 | ../doc/doc.tex |
| 24 | |
| 25 | EXTFILES= ../ext/ext.tex $(MANSTYLES) $(COMMONTEX) |
| 26 | |
| 27 | TUTFILES= ../tut/tut.tex $(MANSTYLES) $(COMMONTEX) |
Fred Drake | 3d86542 | 1998-08-12 16:16:49 +0000 | [diff] [blame] | 28 | |
| 29 | # LaTeX source files for the Python Reference Manual |
Fred Drake | c6d45af | 1999-10-29 20:49:23 +0000 | [diff] [blame] | 30 | REFFILES= $(MANSTYLES) $(COMMONTEX) \ |
| 31 | ../ref/ref.tex \ |
Fred Drake | 3d86542 | 1998-08-12 16:16:49 +0000 | [diff] [blame] | 32 | ../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 Drake | c6d45af | 1999-10-29 20:49:23 +0000 | [diff] [blame] | 42 | LIBFILES= $(MANSTYLES) $(COMMONTEX) \ |
| 43 | ../lib/lib.tex \ |
Fred Drake | 3d86542 | 1998-08-12 16:16:49 +0000 | [diff] [blame] | 44 | ../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 Drake | 2097ef1 | 2000-04-06 14:26:43 +0000 | [diff] [blame] | 63 | ../lib/libcodecs.tex \ |
Fred Drake | 3d86542 | 1998-08-12 16:16:49 +0000 | [diff] [blame] | 64 | ../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 Drake | f7bf3b2 | 1999-02-12 19:24:02 +0000 | [diff] [blame] | 108 | ../lib/libmimewriter.tex \ |
Fred Drake | 3d86542 | 1998-08-12 16:16:49 +0000 | [diff] [blame] | 109 | ../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 Drake | 4ae5269 | 1999-04-19 21:21:28 +0000 | [diff] [blame] | 146 | ../lib/libbsddb.tex \ |
Fred Drake | 460f1dd | 1999-04-15 15:12:37 +0000 | [diff] [blame] | 147 | ../lib/libdbhash.tex \ |
Fred Drake | 3d86542 | 1998-08-12 16:16:49 +0000 | [diff] [blame] | 148 | ../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 Drake | 38d062d | 2000-03-31 18:10:17 +0000 | [diff] [blame] | 160 | ../lib/libzipfile.tex \ |
Fred Drake | 3d86542 | 1998-08-12 16:16:49 +0000 | [diff] [blame] | 161 | ../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 Drake | 782c973 | 1998-12-22 17:40:43 +0000 | [diff] [blame] | 190 | ../lib/libcompileall.tex \ |
| 191 | ../lib/libshlex.tex \ |
Fred Drake | 7d65d38 | 1998-12-22 23:38:11 +0000 | [diff] [blame] | 192 | ../lib/libnetrc.tex \ |
Fred Drake | 38d062d | 2000-03-31 18:10:17 +0000 | [diff] [blame] | 193 | ../lib/librobotparser.tex \ |
Fred Drake | 566c832 | 1998-12-28 20:17:33 +0000 | [diff] [blame] | 194 | ../lib/libgetpass.tex \ |
Fred Drake | 580f4ab | 1999-01-27 17:21:09 +0000 | [diff] [blame] | 195 | ../lib/libshutil.tex \ |
| 196 | ../lib/librepr.tex \ |
Fred Drake | a5fab7f | 1999-02-16 19:08:16 +0000 | [diff] [blame] | 197 | ../lib/libmsvcrt.tex \ |
| 198 | ../lib/libwinsound.tex \ |
| 199 | ../lib/windows.tex \ |
Fred Drake | 3d7707a | 1999-02-18 20:39:04 +0000 | [diff] [blame] | 200 | ../lib/libpyclbr.tex \ |
| 201 | ../lib/libtokenize.tex \ |
Fred Drake | 3c227ee | 2000-02-23 15:44:34 +0000 | [diff] [blame] | 202 | ../lib/libtabnanny.tex \ |
Fred Drake | f03fdbc | 1999-03-15 15:47:30 +0000 | [diff] [blame] | 203 | ../lib/libmhlib.tex \ |
| 204 | ../lib/libtelnetlib.tex \ |
Fred Drake | 4ae5269 | 1999-04-19 21:21:28 +0000 | [diff] [blame] | 205 | ../lib/libcolorsys.tex \ |
Fred Drake | 7df4dd7 | 1999-06-11 18:36:42 +0000 | [diff] [blame] | 206 | ../lib/libfpformat.tex \ |
Fred Drake | 42120ea | 1999-06-14 19:52:10 +0000 | [diff] [blame] | 207 | ../lib/libcgihttp.tex \ |
| 208 | ../lib/libsimplehttp.tex \ |
| 209 | ../lib/liblinecache.tex \ |
Fred Drake | 551d2b1 | 1999-06-17 15:12:50 +0000 | [diff] [blame] | 210 | ../lib/libnew.tex \ |
| 211 | ../lib/libdircache.tex \ |
Fred Drake | 5a31946 | 1999-10-29 17:27:08 +0000 | [diff] [blame] | 212 | ../lib/libfilecmp.tex \ |
Fred Drake | 551d2b1 | 1999-06-17 15:12:50 +0000 | [diff] [blame] | 213 | ../lib/libstatcache.tex \ |
Fred Drake | af81a50 | 1999-06-23 13:34:22 +0000 | [diff] [blame] | 214 | ../lib/libsunau.tex \ |
Fred Drake | 551d2b1 | 1999-06-17 15:12:50 +0000 | [diff] [blame] | 215 | ../lib/libwave.tex \ |
Fred Drake | 707f8e6 | 1999-06-22 18:50:06 +0000 | [diff] [blame] | 216 | ../lib/libchunk.tex \ |
Fred Drake | af81a50 | 1999-06-23 13:34:22 +0000 | [diff] [blame] | 217 | ../lib/libcodeop.tex \ |
Fred Drake | 4997f4d | 1999-06-21 21:13:50 +0000 | [diff] [blame] | 218 | ../lib/libcurses.tex \ |
Fred Drake | 44a7a7c | 1999-07-01 20:39:59 +0000 | [diff] [blame] | 219 | ../lib/libdl.tex \ |
Fred Drake | e4d7818 | 1999-06-27 15:02:37 +0000 | [diff] [blame] | 220 | ../lib/libmutex.tex \ |
| 221 | ../lib/libnis.tex \ |
Fred Drake | 4997f4d | 1999-06-21 21:13:50 +0000 | [diff] [blame] | 222 | ../lib/libpipes.tex \ |
Fred Drake | abc64b7 | 1999-06-29 18:12:22 +0000 | [diff] [blame] | 223 | ../lib/libpty.tex \ |
Fred Drake | 4997f4d | 1999-06-21 21:13:50 +0000 | [diff] [blame] | 224 | ../lib/librlcompleter.tex \ |
Fred Drake | c4e3bf9 | 1999-06-25 18:54:30 +0000 | [diff] [blame] | 225 | ../lib/libsched.tex \ |
Fred Drake | 4997f4d | 1999-06-21 21:13:50 +0000 | [diff] [blame] | 226 | ../lib/libstatvfs.tex \ |
Fred Drake | 1b2dc90 | 1999-06-23 17:29:02 +0000 | [diff] [blame] | 227 | ../lib/libtty.tex \ |
Fred Drake | 0452007 | 1999-07-02 14:27:03 +0000 | [diff] [blame] | 228 | ../lib/libasyncore.tex \ |
Fred Drake | 580f4ab | 1999-01-27 17:21:09 +0000 | [diff] [blame] | 229 | ../lib/libcfgparser.tex |
Fred Drake | 3d86542 | 1998-08-12 16:16:49 +0000 | [diff] [blame] | 230 | |
| 231 | # LaTeX source files for Macintosh Library Modules. |
Fred Drake | c6d45af | 1999-10-29 20:49:23 +0000 | [diff] [blame] | 232 | MACFILES= $(HOWTOSTYLES) $(COMMONTEX) \ |
| 233 | ../mac/mac.tex \ |
Fred Drake | 3d86542 | 1998-08-12 16:16:49 +0000 | [diff] [blame] | 234 | ../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 |