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 | f6bfe8e | 2001-02-19 19:19:26 +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 | f6bfe8e | 2001-02-19 19:19:26 +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 | f6bfe8e | 2001-02-19 19:19:26 +0000 | [diff] [blame] | 11 | MANSTYLES= texinputs/fncychap.sty \ |
| 12 | texinputs/manual.cls \ |
Fred Drake | c6d45af | 1999-10-29 20:49:23 +0000 | [diff] [blame] | 13 | $(COMMONSTYLES) |
Fred Drake | 1508743 | 1999-03-16 16:11:27 +0000 | [diff] [blame] | 14 | |
Fred Drake | f6bfe8e | 2001-02-19 19:19:26 +0000 | [diff] [blame] | 15 | HOWTOSTYLES= texinputs/howto.cls \ |
Fred Drake | c6d45af | 1999-10-29 20:49:23 +0000 | [diff] [blame] | 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 | |
Fred Drake | f6bfe8e | 2001-02-19 19:19:26 +0000 | [diff] [blame] | 19 | APIFILES= api/api.tex $(MANSTYLES) $(COMMONTEX) \ |
| 20 | texinputs/reportingbugs.tex |
Fred Drake | c6d45af | 1999-10-29 20:49:23 +0000 | [diff] [blame] | 21 | |
| 22 | DOCFILES= $(HOWTOSTYLES) $(COMMONTEX) \ |
Fred Drake | f6bfe8e | 2001-02-19 19:19:26 +0000 | [diff] [blame] | 23 | texinputs/ltxmarkup.sty \ |
| 24 | doc/doc.tex |
Fred Drake | c6d45af | 1999-10-29 20:49:23 +0000 | [diff] [blame] | 25 | |
Fred Drake | f6bfe8e | 2001-02-19 19:19:26 +0000 | [diff] [blame] | 26 | EXTFILES= ext/ext.tex $(MANSTYLES) $(COMMONTEX) \ |
| 27 | texinputs/reportingbugs.tex |
Fred Drake | c6d45af | 1999-10-29 20:49:23 +0000 | [diff] [blame] | 28 | |
Fred Drake | f6bfe8e | 2001-02-19 19:19:26 +0000 | [diff] [blame] | 29 | TUTFILES= tut/tut.tex $(MANSTYLES) $(COMMONTEX) |
Fred Drake | 3d86542 | 1998-08-12 16:16:49 +0000 | [diff] [blame] | 30 | |
| 31 | # LaTeX source files for the Python Reference Manual |
Fred Drake | c6d45af | 1999-10-29 20:49:23 +0000 | [diff] [blame] | 32 | REFFILES= $(MANSTYLES) $(COMMONTEX) \ |
Fred Drake | f6bfe8e | 2001-02-19 19:19:26 +0000 | [diff] [blame] | 33 | 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 \ |
| 41 | ref/ref8.tex |
Fred Drake | 3d86542 | 1998-08-12 16:16:49 +0000 | [diff] [blame] | 42 | |
| 43 | # LaTeX source files for the Python Library Reference |
Fred Drake | c6d45af | 1999-10-29 20:49:23 +0000 | [diff] [blame] | 44 | LIBFILES= $(MANSTYLES) $(COMMONTEX) \ |
Fred Drake | f6bfe8e | 2001-02-19 19:19:26 +0000 | [diff] [blame] | 45 | lib/lib.tex \ |
| 46 | texinputs/reportingbugs.tex \ |
| 47 | 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 \ |
| 54 | lib/libfpectl.tex \ |
| 55 | lib/libgc.tex \ |
| 56 | lib/libweakref.tex \ |
Fred Drake | 7840a9c | 2001-02-28 23:02:20 +0000 | [diff] [blame] | 57 | lib/libinspect.tex \ |
Fred Drake | f6bfe8e | 2001-02-19 19:19:26 +0000 | [diff] [blame] | 58 | lib/libdifflib.tex \ |
| 59 | lib/libdoctest.tex \ |
| 60 | lib/libtypes.tex \ |
| 61 | lib/libtraceback.tex \ |
| 62 | lib/libpickle.tex \ |
| 63 | lib/libshelve.tex \ |
| 64 | lib/libcopy.tex \ |
| 65 | lib/libmarshal.tex \ |
| 66 | lib/libwarnings.tex \ |
| 67 | lib/libimp.tex \ |
| 68 | lib/libparser.tex \ |
| 69 | lib/libbltin.tex \ |
| 70 | lib/libmain.tex \ |
| 71 | lib/libstrings.tex \ |
| 72 | lib/libstring.tex \ |
| 73 | lib/libcodecs.tex \ |
| 74 | lib/libunicodedata.tex \ |
| 75 | lib/libstruct.tex \ |
| 76 | lib/libmisc.tex \ |
| 77 | lib/libmath.tex \ |
| 78 | lib/librand.tex \ |
| 79 | lib/libwhrandom.tex \ |
| 80 | lib/libarray.tex \ |
| 81 | lib/liballos.tex \ |
| 82 | lib/libos.tex \ |
| 83 | lib/libtime.tex \ |
| 84 | lib/libgetopt.tex \ |
| 85 | lib/libtempfile.tex \ |
| 86 | lib/liberrno.tex \ |
| 87 | lib/libsomeos.tex \ |
| 88 | lib/libsignal.tex \ |
| 89 | lib/libsocket.tex \ |
| 90 | lib/libselect.tex \ |
| 91 | lib/libthread.tex \ |
| 92 | lib/libunix.tex \ |
| 93 | lib/libposix.tex \ |
| 94 | lib/libposixpath.tex \ |
| 95 | lib/libpwd.tex \ |
| 96 | lib/libgrp.tex \ |
| 97 | lib/libcrypt.tex \ |
| 98 | lib/libdbm.tex \ |
| 99 | lib/libgdbm.tex \ |
| 100 | lib/libtermios.tex \ |
| 101 | lib/libfcntl.tex \ |
| 102 | lib/libposixfile.tex \ |
| 103 | lib/libsyslog.tex \ |
| 104 | lib/libpdb.tex \ |
| 105 | lib/libprofile.tex \ |
| 106 | lib/libcgi.tex \ |
| 107 | lib/liburllib.tex \ |
Fred Drake | 7606e4d | 2001-03-01 19:54:29 +0000 | [diff] [blame] | 108 | lib/liburllib2.tex \ |
Fred Drake | f6bfe8e | 2001-02-19 19:19:26 +0000 | [diff] [blame] | 109 | lib/libhttplib.tex \ |
| 110 | lib/libftplib.tex \ |
| 111 | lib/libgopherlib.tex \ |
| 112 | lib/libnntplib.tex \ |
| 113 | lib/liburlparse.tex \ |
| 114 | lib/libhtmllib.tex \ |
| 115 | lib/libsgmllib.tex \ |
| 116 | lib/librfc822.tex \ |
| 117 | lib/libmimetools.tex \ |
| 118 | lib/libmimewriter.tex \ |
| 119 | lib/libbinascii.tex \ |
| 120 | lib/libmm.tex \ |
| 121 | lib/libaudioop.tex \ |
| 122 | lib/libimageop.tex \ |
| 123 | lib/libaifc.tex \ |
| 124 | lib/libjpeg.tex \ |
| 125 | lib/librgbimg.tex \ |
| 126 | lib/libcrypto.tex \ |
| 127 | lib/libmd5.tex \ |
| 128 | lib/libsha.tex \ |
| 129 | lib/libmpz.tex \ |
| 130 | lib/librotor.tex \ |
| 131 | lib/libstdwin.tex \ |
| 132 | lib/libsgi.tex \ |
| 133 | lib/libal.tex \ |
| 134 | lib/libcd.tex \ |
| 135 | lib/libfl.tex \ |
| 136 | lib/libfm.tex \ |
| 137 | lib/libgl.tex \ |
| 138 | lib/libimgfile.tex \ |
| 139 | lib/libsun.tex \ |
| 140 | lib/libxdrlib.tex \ |
| 141 | lib/libimghdr.tex \ |
| 142 | lib/librestricted.tex \ |
| 143 | lib/librexec.tex \ |
| 144 | lib/libbastion.tex \ |
| 145 | lib/libformatter.tex \ |
| 146 | lib/liboperator.tex \ |
Fred Drake | f6bfe8e | 2001-02-19 19:19:26 +0000 | [diff] [blame] | 147 | lib/libresource.tex \ |
| 148 | lib/libstat.tex \ |
| 149 | lib/libstringio.tex \ |
| 150 | lib/libtoken.tex \ |
| 151 | lib/libundoc.tex \ |
| 152 | lib/libmailcap.tex \ |
| 153 | lib/libglob.tex \ |
| 154 | lib/libuser.tex \ |
| 155 | lib/libanydbm.tex \ |
| 156 | lib/libbsddb.tex \ |
| 157 | lib/libdbhash.tex \ |
| 158 | lib/librandom.tex \ |
| 159 | lib/libsite.tex \ |
| 160 | lib/libwhichdb.tex \ |
| 161 | lib/libbase64.tex \ |
| 162 | lib/libfnmatch.tex \ |
| 163 | lib/libquopri.tex \ |
| 164 | lib/libzlib.tex \ |
| 165 | lib/libsocksvr.tex \ |
| 166 | lib/libmailbox.tex \ |
| 167 | lib/libcommands.tex \ |
| 168 | lib/libcmath.tex \ |
| 169 | lib/libgzip.tex \ |
| 170 | lib/libzipfile.tex \ |
| 171 | lib/libpprint.tex \ |
| 172 | lib/libcode.tex \ |
| 173 | lib/libmimify.tex \ |
| 174 | lib/libre.tex \ |
| 175 | lib/libuserdict.tex \ |
| 176 | lib/libdis.tex \ |
| 177 | lib/libxmllib.tex \ |
| 178 | lib/libpyexpat.tex \ |
| 179 | lib/xmldom.tex \ |
| 180 | lib/xmldomminidom.tex \ |
| 181 | lib/xmldompulldom.tex \ |
| 182 | lib/xmlsax.tex \ |
| 183 | lib/xmlsaxhandler.tex \ |
| 184 | lib/xmlsaxutils.tex \ |
| 185 | lib/xmlsaxreader.tex \ |
| 186 | lib/libqueue.tex \ |
| 187 | lib/liblocale.tex \ |
| 188 | lib/libgettext.tex \ |
| 189 | lib/libbasehttp.tex \ |
| 190 | lib/libcookie.tex \ |
| 191 | lib/libcopyreg.tex \ |
| 192 | lib/libsymbol.tex \ |
| 193 | lib/libbinhex.tex \ |
| 194 | lib/libuu.tex \ |
| 195 | lib/libsunaudio.tex \ |
| 196 | lib/libfileinput.tex \ |
| 197 | lib/libxreadlines.tex \ |
| 198 | lib/libimaplib.tex \ |
| 199 | lib/libpoplib.tex \ |
| 200 | lib/libcalendar.tex \ |
| 201 | lib/libpopen2.tex \ |
| 202 | lib/libbisect.tex \ |
| 203 | lib/libmimetypes.tex \ |
| 204 | lib/libsmtplib.tex \ |
| 205 | lib/libcmd.tex \ |
| 206 | lib/libmultifile.tex \ |
| 207 | lib/libthreading.tex \ |
| 208 | lib/libwebbrowser.tex \ |
| 209 | lib/internet.tex \ |
| 210 | lib/netdata.tex \ |
| 211 | lib/markup.tex \ |
| 212 | lib/language.tex \ |
| 213 | lib/libpycompile.tex \ |
| 214 | lib/libcompileall.tex \ |
| 215 | lib/libshlex.tex \ |
| 216 | lib/libnetrc.tex \ |
| 217 | lib/librobotparser.tex \ |
| 218 | lib/libgetpass.tex \ |
| 219 | lib/libshutil.tex \ |
| 220 | lib/librepr.tex \ |
| 221 | lib/libmsvcrt.tex \ |
| 222 | lib/libwinreg.tex \ |
| 223 | lib/libwinsound.tex \ |
| 224 | lib/windows.tex \ |
| 225 | lib/libpyclbr.tex \ |
| 226 | lib/libtokenize.tex \ |
| 227 | lib/libtabnanny.tex \ |
| 228 | lib/libmhlib.tex \ |
| 229 | lib/libtelnetlib.tex \ |
| 230 | lib/libcolorsys.tex \ |
| 231 | lib/libfpformat.tex \ |
| 232 | lib/libcgihttp.tex \ |
| 233 | lib/libsimplehttp.tex \ |
| 234 | lib/liblinecache.tex \ |
| 235 | lib/libnew.tex \ |
| 236 | lib/libdircache.tex \ |
| 237 | lib/libfilecmp.tex \ |
| 238 | lib/libstatcache.tex \ |
| 239 | lib/libsunau.tex \ |
| 240 | lib/libwave.tex \ |
| 241 | lib/libchunk.tex \ |
| 242 | lib/libcodeop.tex \ |
| 243 | lib/libcurses.tex \ |
| 244 | lib/libascii.tex \ |
| 245 | lib/libdl.tex \ |
| 246 | lib/libmutex.tex \ |
| 247 | lib/libnis.tex \ |
| 248 | lib/libpipes.tex \ |
| 249 | lib/libpty.tex \ |
| 250 | lib/libreadline.tex \ |
| 251 | lib/librlcompleter.tex \ |
| 252 | lib/libsched.tex \ |
| 253 | lib/libstatvfs.tex \ |
| 254 | lib/libtty.tex \ |
| 255 | lib/libasyncore.tex \ |
| 256 | lib/libatexit.tex \ |
| 257 | lib/libmmap.tex \ |
| 258 | lib/libcfgparser.tex |
Fred Drake | 3d86542 | 1998-08-12 16:16:49 +0000 | [diff] [blame] | 259 | |
| 260 | # LaTeX source files for Macintosh Library Modules. |
Fred Drake | c6d45af | 1999-10-29 20:49:23 +0000 | [diff] [blame] | 261 | MACFILES= $(HOWTOSTYLES) $(COMMONTEX) \ |
Fred Drake | f6bfe8e | 2001-02-19 19:19:26 +0000 | [diff] [blame] | 262 | mac/mac.tex \ |
| 263 | mac/using.tex \ |
| 264 | mac/toolbox.tex \ |
| 265 | mac/undoc.tex \ |
| 266 | mac/libmac.tex \ |
| 267 | mac/libaepack.tex \ |
| 268 | mac/libaetypes.tex \ |
| 269 | mac/libctb.tex \ |
| 270 | mac/libmacdnr.tex \ |
| 271 | mac/libmacfs.tex \ |
| 272 | mac/libmacos.tex \ |
| 273 | mac/libmacostools.tex \ |
| 274 | mac/libmactcp.tex \ |
| 275 | mac/libmacspeech.tex \ |
| 276 | mac/libmacui.tex \ |
| 277 | mac/libmacic.tex \ |
| 278 | mac/libframework.tex \ |
| 279 | mac/libminiae.tex |
Greg Ward | 0862f80 | 2000-04-28 16:53:36 +0000 | [diff] [blame] | 280 | |
Fred Drake | f6bfe8e | 2001-02-19 19:19:26 +0000 | [diff] [blame] | 281 | INSTFILES = $(HOWTOSTYLES) $(COMMONTEX) inst/inst.tex |
Greg Ward | 0862f80 | 2000-04-28 16:53:36 +0000 | [diff] [blame] | 282 | |
Fred Drake | f6bfe8e | 2001-02-19 19:19:26 +0000 | [diff] [blame] | 283 | DISTFILES = $(HOWTOSTYLES) $(COMMONTEX) dist/dist.tex |