| Fred Drake | 7621fa9 | 2001-03-23 16:23:21 +0000 | [diff] [blame] | 1 | # LaTeX source dependencies. | 
| Fred Drake | 3d86542 | 1998-08-12 16:16:49 +0000 | [diff] [blame] | 2 |  | 
| Fred Drake | f6bfe8e | 2001-02-19 19:19:26 +0000 | [diff] [blame] | 3 | COMMONSTYLES= texinputs/python.sty \ | 
| Fred Drake | 5e06b84 | 2001-07-17 23:07:03 +0000 | [diff] [blame] | 4 | 	texinputs/pypaper.sty | 
 | 5 |  | 
 | 6 | INDEXSTYLES=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 \ | 
| Fred Drake | aff8837 | 2001-06-22 17:07:02 +0000 | [diff] [blame] | 9 | 	texinputs/license.tex \ | 
| Fred Drake | f6bfe8e | 2001-02-19 19:19:26 +0000 | [diff] [blame] | 10 | 	texinputs/boilerplate.tex | 
| Fred Drake | 3d86542 | 1998-08-12 16:16:49 +0000 | [diff] [blame] | 11 |  | 
| Fred Drake | f6bfe8e | 2001-02-19 19:19:26 +0000 | [diff] [blame] | 12 | MANSTYLES= texinputs/fncychap.sty \ | 
 | 13 | 	texinputs/manual.cls \ | 
| Fred Drake | c6d45af | 1999-10-29 20:49:23 +0000 | [diff] [blame] | 14 | 	$(COMMONSTYLES) | 
| Fred Drake | 1508743 | 1999-03-16 16:11:27 +0000 | [diff] [blame] | 15 |  | 
| Fred Drake | f6bfe8e | 2001-02-19 19:19:26 +0000 | [diff] [blame] | 16 | HOWTOSTYLES= texinputs/howto.cls \ | 
| Fred Drake | c6d45af | 1999-10-29 20:49:23 +0000 | [diff] [blame] | 17 | 	$(COMMONSTYLES) | 
| Fred Drake | 3d86542 | 1998-08-12 16:16:49 +0000 | [diff] [blame] | 18 |  | 
| Fred Drake | c6d45af | 1999-10-29 20:49:23 +0000 | [diff] [blame] | 19 |  | 
| Fred Drake | c65b3d9 | 2001-10-12 19:02:35 +0000 | [diff] [blame] | 20 | APIFILES= $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) \ | 
 | 21 | 	api/api.tex \ | 
 | 22 | 	api/abstract.tex \ | 
 | 23 | 	api/concrete.tex \ | 
 | 24 | 	api/exceptions.tex \ | 
 | 25 | 	api/init.tex \ | 
 | 26 | 	api/intro.tex \ | 
 | 27 | 	api/memory.tex \ | 
 | 28 | 	api/newtypes.tex \ | 
 | 29 | 	api/refcounting.tex \ | 
 | 30 | 	api/utilities.tex \ | 
 | 31 | 	api/veryhigh.tex \ | 
| Fred Drake | 0fdc826 | 2002-04-16 18:48:25 +0000 | [diff] [blame] | 32 | 	texinputs/typestruct.h \ | 
| Fred Drake | f6bfe8e | 2001-02-19 19:19:26 +0000 | [diff] [blame] | 33 | 	texinputs/reportingbugs.tex | 
| Fred Drake | c6d45af | 1999-10-29 20:49:23 +0000 | [diff] [blame] | 34 |  | 
| Fred Drake | 520b009 | 2001-10-29 17:40:40 +0000 | [diff] [blame] | 35 | # These files are generated from those listed above, and are used to | 
 | 36 | # generate the typeset versions of the manuals.  The list is defined | 
 | 37 | # here to make it easier to ensure parallelism. | 
| Fred Drake | 0fdc826 | 2002-04-16 18:48:25 +0000 | [diff] [blame] | 38 | ANNOAPIFILES= $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) api/refcounts.dat \ | 
| Fred Drake | 520b009 | 2001-10-29 17:40:40 +0000 | [diff] [blame] | 39 | 	paper-$(PAPER)/api.tex \ | 
 | 40 | 	paper-$(PAPER)/abstract.tex \ | 
 | 41 | 	paper-$(PAPER)/concrete.tex \ | 
 | 42 | 	paper-$(PAPER)/exceptions.tex \ | 
 | 43 | 	paper-$(PAPER)/init.tex \ | 
 | 44 | 	paper-$(PAPER)/intro.tex \ | 
 | 45 | 	paper-$(PAPER)/memory.tex \ | 
 | 46 | 	paper-$(PAPER)/newtypes.tex \ | 
 | 47 | 	paper-$(PAPER)/refcounting.tex \ | 
 | 48 | 	paper-$(PAPER)/utilities.tex \ | 
 | 49 | 	paper-$(PAPER)/veryhigh.tex \ | 
 | 50 | 	texinputs/reportingbugs.tex | 
 | 51 |  | 
| Fred Drake | 5e06b84 | 2001-07-17 23:07:03 +0000 | [diff] [blame] | 52 | DOCFILES= $(HOWTOSTYLES) \ | 
 | 53 | 	texinputs/boilerplate.tex \ | 
| Fred Drake | f6bfe8e | 2001-02-19 19:19:26 +0000 | [diff] [blame] | 54 | 	texinputs/ltxmarkup.sty \ | 
 | 55 | 	doc/doc.tex | 
| Fred Drake | c6d45af | 1999-10-29 20:49:23 +0000 | [diff] [blame] | 56 |  | 
| Fred Drake | 5e06b84 | 2001-07-17 23:07:03 +0000 | [diff] [blame] | 57 | EXTFILES= ext/ext.tex $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) \ | 
| Fred Drake | cc8f44b | 2001-08-20 19:30:29 +0000 | [diff] [blame] | 58 | 	ext/extending.tex \ | 
 | 59 | 	ext/newtypes.tex \ | 
| Fred Drake | e38b7e8 | 2002-03-11 18:42:08 +0000 | [diff] [blame] | 60 | 	ext/building.tex \ | 
| Fred Drake | cc8f44b | 2001-08-20 19:30:29 +0000 | [diff] [blame] | 61 | 	ext/windows.tex \ | 
 | 62 | 	ext/embedding.tex \ | 
| Fred Drake | 0fdc826 | 2002-04-16 18:48:25 +0000 | [diff] [blame] | 63 | 	ext/cycle-gc.c \ | 
 | 64 | 	ext/noddy.c \ | 
 | 65 | 	ext/run-func.c \ | 
 | 66 | 	texinputs/typestruct.h \ | 
| Fred Drake | f6bfe8e | 2001-02-19 19:19:26 +0000 | [diff] [blame] | 67 | 	texinputs/reportingbugs.tex | 
| Fred Drake | c6d45af | 1999-10-29 20:49:23 +0000 | [diff] [blame] | 68 |  | 
| Fred Drake | f6bfe8e | 2001-02-19 19:19:26 +0000 | [diff] [blame] | 69 | TUTFILES= tut/tut.tex $(MANSTYLES) $(COMMONTEX) | 
| Fred Drake | 3d86542 | 1998-08-12 16:16:49 +0000 | [diff] [blame] | 70 |  | 
 | 71 | # LaTeX source files for the Python Reference Manual | 
| Fred Drake | 5e06b84 | 2001-07-17 23:07:03 +0000 | [diff] [blame] | 72 | REFFILES= $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) \ | 
| Fred Drake | f6bfe8e | 2001-02-19 19:19:26 +0000 | [diff] [blame] | 73 | 	ref/ref.tex \ | 
 | 74 | 	ref/ref1.tex \ | 
 | 75 | 	ref/ref2.tex \ | 
 | 76 | 	ref/ref3.tex \ | 
 | 77 | 	ref/ref4.tex \ | 
 | 78 | 	ref/ref5.tex \ | 
 | 79 | 	ref/ref6.tex \ | 
 | 80 | 	ref/ref7.tex \ | 
| Fred Drake | 7621fa9 | 2001-03-23 16:23:21 +0000 | [diff] [blame] | 81 | 	ref/ref8.tex \ | 
 | 82 | 	ref/refa1.tex | 
| Fred Drake | 3d86542 | 1998-08-12 16:16:49 +0000 | [diff] [blame] | 83 |  | 
 | 84 | # LaTeX source files for the Python Library Reference | 
| Fred Drake | 5e06b84 | 2001-07-17 23:07:03 +0000 | [diff] [blame] | 85 | LIBFILES= $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) \ | 
| Fred Drake | d526011 | 2002-08-23 15:38:02 +0000 | [diff] [blame] | 86 | 	texinputs/reportingbugs.tex \ | 
| Fred Drake | f6bfe8e | 2001-02-19 19:19:26 +0000 | [diff] [blame] | 87 | 	lib/lib.tex \ | 
| Fred Drake | d443d8c | 2001-09-27 20:08:20 +0000 | [diff] [blame] | 88 | 	lib/asttable.tex \ | 
 | 89 | 	lib/compiler.tex \ | 
| Fred Drake | d61e3ea | 2001-07-24 16:20:13 +0000 | [diff] [blame] | 90 | 	lib/distutils.tex \ | 
| Fred Drake | d443d8c | 2001-09-27 20:08:20 +0000 | [diff] [blame] | 91 | 	lib/email.tex \ | 
 | 92 | 	lib/emailencoders.tex \ | 
 | 93 | 	lib/emailexc.tex \ | 
 | 94 | 	lib/emailgenerator.tex \ | 
 | 95 | 	lib/emailiter.tex \ | 
 | 96 | 	lib/emailmessage.tex \ | 
 | 97 | 	lib/emailparser.tex \ | 
 | 98 | 	lib/emailutil.tex \ | 
| Fred Drake | f6bfe8e | 2001-02-19 19:19:26 +0000 | [diff] [blame] | 99 | 	lib/libintro.tex \ | 
 | 100 | 	lib/libobjs.tex \ | 
 | 101 | 	lib/libstdtypes.tex \ | 
 | 102 | 	lib/libexcs.tex \ | 
| Fred Drake | d0859aa | 2003-01-02 05:00:12 +0000 | [diff] [blame] | 103 | 	lib/libconsts.tex \ | 
| Fred Drake | f6bfe8e | 2001-02-19 19:19:26 +0000 | [diff] [blame] | 104 | 	lib/libfuncs.tex \ | 
 | 105 | 	lib/libpython.tex \ | 
 | 106 | 	lib/libsys.tex \ | 
 | 107 | 	lib/libfpectl.tex \ | 
 | 108 | 	lib/libgc.tex \ | 
| Fred Drake | d526011 | 2002-08-23 15:38:02 +0000 | [diff] [blame] | 109 | 	lib/libsets.tex \ | 
| Fred Drake | f6bfe8e | 2001-02-19 19:19:26 +0000 | [diff] [blame] | 110 | 	lib/libweakref.tex \ | 
| Fred Drake | 7840a9c | 2001-02-28 23:02:20 +0000 | [diff] [blame] | 111 | 	lib/libinspect.tex \ | 
| Fred Drake | 4b1b3bf | 2001-12-18 16:32:30 +0000 | [diff] [blame] | 112 | 	lib/libpydoc.tex \ | 
| Fred Drake | f6bfe8e | 2001-02-19 19:19:26 +0000 | [diff] [blame] | 113 | 	lib/libdifflib.tex \ | 
 | 114 | 	lib/libdoctest.tex \ | 
| Fred Drake | 501d904 | 2001-04-07 05:42:14 +0000 | [diff] [blame] | 115 | 	lib/libunittest.tex \ | 
| Fred Drake | f6bfe8e | 2001-02-19 19:19:26 +0000 | [diff] [blame] | 116 | 	lib/libtypes.tex \ | 
 | 117 | 	lib/libtraceback.tex \ | 
 | 118 | 	lib/libpickle.tex \ | 
 | 119 | 	lib/libshelve.tex \ | 
 | 120 | 	lib/libcopy.tex \ | 
 | 121 | 	lib/libmarshal.tex \ | 
 | 122 | 	lib/libwarnings.tex \ | 
 | 123 | 	lib/libimp.tex \ | 
| Fred Drake | 4a80a3e | 2002-12-23 16:53:59 +0000 | [diff] [blame] | 124 | 	lib/libpkgutil.tex \ | 
| Fred Drake | f6bfe8e | 2001-02-19 19:19:26 +0000 | [diff] [blame] | 125 | 	lib/libparser.tex \ | 
 | 126 | 	lib/libbltin.tex \ | 
 | 127 | 	lib/libmain.tex \ | 
 | 128 | 	lib/libstrings.tex \ | 
 | 129 | 	lib/libstring.tex \ | 
| Greg Ward | ae64f3ad | 2002-06-29 02:38:50 +0000 | [diff] [blame] | 130 | 	lib/libtextwrap.tex \ | 
| Fred Drake | f6bfe8e | 2001-02-19 19:19:26 +0000 | [diff] [blame] | 131 | 	lib/libcodecs.tex \ | 
 | 132 | 	lib/libunicodedata.tex \ | 
 | 133 | 	lib/libstruct.tex \ | 
 | 134 | 	lib/libmisc.tex \ | 
 | 135 | 	lib/libmath.tex \ | 
 | 136 | 	lib/librand.tex \ | 
 | 137 | 	lib/libwhrandom.tex \ | 
 | 138 | 	lib/libarray.tex \ | 
 | 139 | 	lib/liballos.tex \ | 
 | 140 | 	lib/libos.tex \ | 
| Fred Drake | 446f323 | 2002-12-23 19:03:00 +0000 | [diff] [blame] | 141 | 	lib/libdatetime.tex \ | 
 | 142 | 	lib/tzinfo-examples.py \ | 
| Fred Drake | f6bfe8e | 2001-02-19 19:19:26 +0000 | [diff] [blame] | 143 | 	lib/libtime.tex \ | 
 | 144 | 	lib/libgetopt.tex \ | 
| Neal Norwitz | 488609e | 2003-01-06 16:51:37 +0000 | [diff] [blame] | 145 | 	lib/liboptparse.tex \ | 
 | 146 | 	lib/caseless.py \ | 
 | 147 | 	lib/required_1.py \ | 
 | 148 | 	lib/required_2.py \ | 
| Fred Drake | f6bfe8e | 2001-02-19 19:19:26 +0000 | [diff] [blame] | 149 | 	lib/libtempfile.tex \ | 
 | 150 | 	lib/liberrno.tex \ | 
 | 151 | 	lib/libsomeos.tex \ | 
 | 152 | 	lib/libsignal.tex \ | 
 | 153 | 	lib/libsocket.tex \ | 
 | 154 | 	lib/libselect.tex \ | 
 | 155 | 	lib/libthread.tex \ | 
| Fred Drake | 66162de | 2002-12-30 23:01:14 +0000 | [diff] [blame] | 156 | 	lib/libdummythread.tex \ | 
| Fred Drake | f6bfe8e | 2001-02-19 19:19:26 +0000 | [diff] [blame] | 157 | 	lib/libunix.tex \ | 
 | 158 | 	lib/libposix.tex \ | 
 | 159 | 	lib/libposixpath.tex \ | 
 | 160 | 	lib/libpwd.tex \ | 
 | 161 | 	lib/libgrp.tex \ | 
 | 162 | 	lib/libcrypt.tex \ | 
 | 163 | 	lib/libdbm.tex \ | 
 | 164 | 	lib/libgdbm.tex \ | 
 | 165 | 	lib/libtermios.tex \ | 
 | 166 | 	lib/libfcntl.tex \ | 
 | 167 | 	lib/libposixfile.tex \ | 
 | 168 | 	lib/libsyslog.tex \ | 
 | 169 | 	lib/libpdb.tex \ | 
 | 170 | 	lib/libprofile.tex \ | 
 | 171 | 	lib/libcgi.tex \ | 
| Fred Drake | d2a557e | 2001-12-04 22:48:17 +0000 | [diff] [blame] | 172 | 	lib/libcgitb.tex \ | 
| Fred Drake | f6bfe8e | 2001-02-19 19:19:26 +0000 | [diff] [blame] | 173 | 	lib/liburllib.tex \ | 
| Fred Drake | 7606e4d | 2001-03-01 19:54:29 +0000 | [diff] [blame] | 174 | 	lib/liburllib2.tex \ | 
| Fred Drake | f6bfe8e | 2001-02-19 19:19:26 +0000 | [diff] [blame] | 175 | 	lib/libhttplib.tex \ | 
 | 176 | 	lib/libftplib.tex \ | 
 | 177 | 	lib/libgopherlib.tex \ | 
 | 178 | 	lib/libnntplib.tex \ | 
 | 179 | 	lib/liburlparse.tex \ | 
| Fred Drake | 6cba3d0 | 2001-05-30 04:59:50 +0000 | [diff] [blame] | 180 | 	lib/libhtmlparser.tex \ | 
| Fred Drake | f6bfe8e | 2001-02-19 19:19:26 +0000 | [diff] [blame] | 181 | 	lib/libhtmllib.tex \ | 
 | 182 | 	lib/libsgmllib.tex \ | 
 | 183 | 	lib/librfc822.tex \ | 
 | 184 | 	lib/libmimetools.tex \ | 
 | 185 | 	lib/libmimewriter.tex \ | 
 | 186 | 	lib/libbinascii.tex \ | 
 | 187 | 	lib/libmm.tex \ | 
 | 188 | 	lib/libaudioop.tex \ | 
 | 189 | 	lib/libimageop.tex \ | 
 | 190 | 	lib/libaifc.tex \ | 
 | 191 | 	lib/libjpeg.tex \ | 
 | 192 | 	lib/librgbimg.tex \ | 
 | 193 | 	lib/libcrypto.tex \ | 
 | 194 | 	lib/libmd5.tex \ | 
 | 195 | 	lib/libsha.tex \ | 
 | 196 | 	lib/libmpz.tex \ | 
| Fred Drake | 1c66f89 | 2001-09-11 16:59:42 +0000 | [diff] [blame] | 197 | 	lib/libhmac.tex \ | 
| Fred Drake | f6bfe8e | 2001-02-19 19:19:26 +0000 | [diff] [blame] | 198 | 	lib/librotor.tex \ | 
 | 199 | 	lib/libstdwin.tex \ | 
 | 200 | 	lib/libsgi.tex \ | 
 | 201 | 	lib/libal.tex \ | 
 | 202 | 	lib/libcd.tex \ | 
 | 203 | 	lib/libfl.tex \ | 
 | 204 | 	lib/libfm.tex \ | 
 | 205 | 	lib/libgl.tex \ | 
 | 206 | 	lib/libimgfile.tex \ | 
 | 207 | 	lib/libsun.tex \ | 
 | 208 | 	lib/libxdrlib.tex \ | 
 | 209 | 	lib/libimghdr.tex \ | 
 | 210 | 	lib/librestricted.tex \ | 
 | 211 | 	lib/librexec.tex \ | 
 | 212 | 	lib/libbastion.tex \ | 
 | 213 | 	lib/libformatter.tex \ | 
 | 214 | 	lib/liboperator.tex \ | 
| Fred Drake | f6bfe8e | 2001-02-19 19:19:26 +0000 | [diff] [blame] | 215 | 	lib/libresource.tex \ | 
 | 216 | 	lib/libstat.tex \ | 
 | 217 | 	lib/libstringio.tex \ | 
 | 218 | 	lib/libtoken.tex \ | 
| Fred Drake | db2d3d1 | 2002-01-24 16:38:08 +0000 | [diff] [blame] | 219 | 	lib/libkeyword.tex \ | 
| Fred Drake | f6bfe8e | 2001-02-19 19:19:26 +0000 | [diff] [blame] | 220 | 	lib/libundoc.tex \ | 
 | 221 | 	lib/libmailcap.tex \ | 
 | 222 | 	lib/libglob.tex \ | 
 | 223 | 	lib/libuser.tex \ | 
 | 224 | 	lib/libanydbm.tex \ | 
 | 225 | 	lib/libbsddb.tex \ | 
 | 226 | 	lib/libdbhash.tex \ | 
 | 227 | 	lib/librandom.tex \ | 
 | 228 | 	lib/libsite.tex \ | 
 | 229 | 	lib/libwhichdb.tex \ | 
 | 230 | 	lib/libbase64.tex \ | 
 | 231 | 	lib/libfnmatch.tex \ | 
 | 232 | 	lib/libquopri.tex \ | 
 | 233 | 	lib/libzlib.tex \ | 
 | 234 | 	lib/libsocksvr.tex \ | 
 | 235 | 	lib/libmailbox.tex \ | 
 | 236 | 	lib/libcommands.tex \ | 
 | 237 | 	lib/libcmath.tex \ | 
 | 238 | 	lib/libgzip.tex \ | 
| Gustavo Niemeyer | f8ca836 | 2002-11-05 16:50:05 +0000 | [diff] [blame] | 239 | 	lib/libbz2.tex \ | 
| Fred Drake | f6bfe8e | 2001-02-19 19:19:26 +0000 | [diff] [blame] | 240 | 	lib/libzipfile.tex \ | 
 | 241 | 	lib/libpprint.tex \ | 
 | 242 | 	lib/libcode.tex \ | 
 | 243 | 	lib/libmimify.tex \ | 
 | 244 | 	lib/libre.tex \ | 
 | 245 | 	lib/libuserdict.tex \ | 
 | 246 | 	lib/libdis.tex \ | 
 | 247 | 	lib/libxmllib.tex \ | 
| Fred Drake | 3d97e35 | 2001-07-12 23:40:13 +0000 | [diff] [blame] | 248 | 	lib/libxmlrpclib.tex \ | 
| Fred Drake | 06c61b1 | 2001-09-28 22:02:49 +0000 | [diff] [blame] | 249 | 	lib/libsimplexmlrpc.tex \ | 
| Fred Drake | f6bfe8e | 2001-02-19 19:19:26 +0000 | [diff] [blame] | 250 | 	lib/libpyexpat.tex \ | 
 | 251 | 	lib/xmldom.tex \ | 
 | 252 | 	lib/xmldomminidom.tex \ | 
 | 253 | 	lib/xmldompulldom.tex \ | 
 | 254 | 	lib/xmlsax.tex \ | 
 | 255 | 	lib/xmlsaxhandler.tex \ | 
 | 256 | 	lib/xmlsaxutils.tex \ | 
 | 257 | 	lib/xmlsaxreader.tex \ | 
 | 258 | 	lib/libqueue.tex \ | 
 | 259 | 	lib/liblocale.tex \ | 
 | 260 | 	lib/libgettext.tex \ | 
 | 261 | 	lib/libbasehttp.tex \ | 
 | 262 | 	lib/libcookie.tex \ | 
 | 263 | 	lib/libcopyreg.tex \ | 
 | 264 | 	lib/libsymbol.tex \ | 
 | 265 | 	lib/libbinhex.tex \ | 
 | 266 | 	lib/libuu.tex \ | 
 | 267 | 	lib/libsunaudio.tex \ | 
 | 268 | 	lib/libfileinput.tex \ | 
 | 269 | 	lib/libxreadlines.tex \ | 
 | 270 | 	lib/libimaplib.tex \ | 
 | 271 | 	lib/libpoplib.tex \ | 
 | 272 | 	lib/libcalendar.tex \ | 
 | 273 | 	lib/libpopen2.tex \ | 
 | 274 | 	lib/libbisect.tex \ | 
| Fred Drake | ad09bbf | 2002-08-02 18:20:34 +0000 | [diff] [blame] | 275 | 	lib/libheapq.tex \ | 
| Fred Drake | f6bfe8e | 2001-02-19 19:19:26 +0000 | [diff] [blame] | 276 | 	lib/libmimetypes.tex \ | 
 | 277 | 	lib/libsmtplib.tex \ | 
 | 278 | 	lib/libcmd.tex \ | 
 | 279 | 	lib/libmultifile.tex \ | 
 | 280 | 	lib/libthreading.tex \ | 
| Fred Drake | 66162de | 2002-12-30 23:01:14 +0000 | [diff] [blame] | 281 | 	lib/libdummythreading.tex \ | 
| Fred Drake | f6bfe8e | 2001-02-19 19:19:26 +0000 | [diff] [blame] | 282 | 	lib/libwebbrowser.tex \ | 
 | 283 | 	lib/internet.tex \ | 
 | 284 | 	lib/netdata.tex \ | 
 | 285 | 	lib/markup.tex \ | 
 | 286 | 	lib/language.tex \ | 
 | 287 | 	lib/libpycompile.tex \ | 
 | 288 | 	lib/libcompileall.tex \ | 
 | 289 | 	lib/libshlex.tex \ | 
 | 290 | 	lib/libnetrc.tex \ | 
 | 291 | 	lib/librobotparser.tex \ | 
 | 292 | 	lib/libgetpass.tex \ | 
 | 293 | 	lib/libshutil.tex \ | 
 | 294 | 	lib/librepr.tex \ | 
 | 295 | 	lib/libmsvcrt.tex \ | 
 | 296 | 	lib/libwinreg.tex \ | 
 | 297 | 	lib/libwinsound.tex \ | 
 | 298 | 	lib/windows.tex \ | 
 | 299 | 	lib/libpyclbr.tex \ | 
 | 300 | 	lib/libtokenize.tex \ | 
 | 301 | 	lib/libtabnanny.tex \ | 
 | 302 | 	lib/libmhlib.tex \ | 
 | 303 | 	lib/libtelnetlib.tex \ | 
 | 304 | 	lib/libcolorsys.tex \ | 
 | 305 | 	lib/libfpformat.tex \ | 
 | 306 | 	lib/libcgihttp.tex \ | 
 | 307 | 	lib/libsimplehttp.tex \ | 
 | 308 | 	lib/liblinecache.tex \ | 
 | 309 | 	lib/libnew.tex \ | 
 | 310 | 	lib/libdircache.tex \ | 
 | 311 | 	lib/libfilecmp.tex \ | 
 | 312 | 	lib/libstatcache.tex \ | 
 | 313 | 	lib/libsunau.tex \ | 
 | 314 | 	lib/libwave.tex \ | 
 | 315 | 	lib/libchunk.tex \ | 
 | 316 | 	lib/libcodeop.tex \ | 
 | 317 | 	lib/libcurses.tex \ | 
| Fred Drake | 659f377 | 2001-03-29 22:23:19 +0000 | [diff] [blame] | 318 | 	lib/libcursespanel.tex \ | 
| Fred Drake | f6bfe8e | 2001-02-19 19:19:26 +0000 | [diff] [blame] | 319 | 	lib/libascii.tex \ | 
 | 320 | 	lib/libdl.tex \ | 
 | 321 | 	lib/libmutex.tex \ | 
 | 322 | 	lib/libnis.tex \ | 
 | 323 | 	lib/libpipes.tex \ | 
 | 324 | 	lib/libpty.tex \ | 
 | 325 | 	lib/libreadline.tex \ | 
 | 326 | 	lib/librlcompleter.tex \ | 
 | 327 | 	lib/libsched.tex \ | 
 | 328 | 	lib/libstatvfs.tex \ | 
 | 329 | 	lib/libtty.tex \ | 
 | 330 | 	lib/libasyncore.tex \ | 
| Steve Holden | b1af86a | 2002-07-03 18:36:39 +0000 | [diff] [blame] | 331 | 	lib/libasynchat.tex \ | 
| Fred Drake | f6bfe8e | 2001-02-19 19:19:26 +0000 | [diff] [blame] | 332 | 	lib/libatexit.tex \ | 
 | 333 | 	lib/libmmap.tex \ | 
| Fred Drake | 5355686 | 2001-11-15 17:25:29 +0000 | [diff] [blame] | 334 | 	lib/tkinter.tex \ | 
 | 335 | 	lib/libturtle.tex \ | 
| Neal Norwitz | b9ef4ae | 2003-01-05 23:19:43 +0000 | [diff] [blame] | 336 | 	lib/libtarfile.tex \ | 
| Fred Drake | f6bfe8e | 2001-02-19 19:19:26 +0000 | [diff] [blame] | 337 | 	lib/libcfgparser.tex | 
| Fred Drake | 3d86542 | 1998-08-12 16:16:49 +0000 | [diff] [blame] | 338 |  | 
 | 339 | # LaTeX source files for Macintosh Library Modules. | 
| Fred Drake | 5e06b84 | 2001-07-17 23:07:03 +0000 | [diff] [blame] | 340 | MACFILES= $(HOWTOSTYLES) $(INDEXSTYLES) $(COMMONTEX) \ | 
| Fred Drake | f6bfe8e | 2001-02-19 19:19:26 +0000 | [diff] [blame] | 341 | 	mac/mac.tex \ | 
 | 342 | 	mac/using.tex \ | 
 | 343 | 	mac/toolbox.tex \ | 
 | 344 | 	mac/undoc.tex \ | 
| Fred Drake | 3de3369 | 2001-04-13 04:50:01 +0000 | [diff] [blame] | 345 | 	mac/libcolorpicker.tex \ | 
| Fred Drake | f6bfe8e | 2001-02-19 19:19:26 +0000 | [diff] [blame] | 346 | 	mac/libmac.tex \ | 
 | 347 | 	mac/libaepack.tex \ | 
 | 348 | 	mac/libaetypes.tex \ | 
 | 349 | 	mac/libctb.tex \ | 
| Fred Drake | f6bfe8e | 2001-02-19 19:19:26 +0000 | [diff] [blame] | 350 | 	mac/libmacfs.tex \ | 
 | 351 | 	mac/libmacos.tex \ | 
 | 352 | 	mac/libmacostools.tex \ | 
| Fred Drake | f6bfe8e | 2001-02-19 19:19:26 +0000 | [diff] [blame] | 353 | 	mac/libmacspeech.tex \ | 
 | 354 | 	mac/libmacui.tex \ | 
 | 355 | 	mac/libmacic.tex \ | 
 | 356 | 	mac/libframework.tex \ | 
| Fred Drake | 02d2212 | 2002-03-08 03:18:19 +0000 | [diff] [blame] | 357 | 	mac/libminiae.tex \ | 
 | 358 | 	mac/libscrap.tex | 
| Greg Ward | 0862f80 | 2000-04-28 16:53:36 +0000 | [diff] [blame] | 359 |  | 
| Fred Drake | 5e06b84 | 2001-07-17 23:07:03 +0000 | [diff] [blame] | 360 | INSTFILES = $(HOWTOSTYLES) inst/inst.tex | 
| Greg Ward | 0862f80 | 2000-04-28 16:53:36 +0000 | [diff] [blame] | 361 |  | 
| Fred Drake | 388f37e | 2001-08-02 15:13:58 +0000 | [diff] [blame] | 362 | DISTFILES = $(HOWTOSTYLES) \ | 
 | 363 | 	dist/dist.tex \ | 
 | 364 | 	dist/sysconfig.tex |