Makefile.deps 5.68 KB
Newer Older
1 2 3
# LaTeX source dependencies; note that the files are named relative to a
# child directory and not the directory this file is located in.

4 5 6
COMMONSTYLES= ../texinputs/python.sty \
	../texinputs/pypaper.sty \
	../texinputs/python.ist
7

8 9
COMMONTEX= ../texinputs/copyright.tex \
	../texinputs/boilerplate.tex
10

11 12 13
MANSTYLES= ../texinputs/fncychap.sty \
	../texinputs/manual.cls \
	$(COMMONSTYLES)
14

15 16
HOWTOSTYLES= ../texinputs/howto.cls \
	$(COMMONSTYLES)
17

18 19 20 21 22 23 24 25 26 27

APIFILES= ../api/api.tex $(MANSTYLES) $(COMMONTEX)

DOCFILES= $(HOWTOSTYLES) $(COMMONTEX) \
	../texinputs/ltxmarkup.sty \
	../doc/doc.tex

EXTFILES= ../ext/ext.tex $(MANSTYLES) $(COMMONTEX)

TUTFILES= ../tut/tut.tex $(MANSTYLES) $(COMMONTEX)
28 29

# LaTeX source files for the Python Reference Manual
30 31
REFFILES= $(MANSTYLES) $(COMMONTEX) \
	../ref/ref.tex \
32 33 34 35 36 37 38 39 40 41
	../ref/ref1.tex \
	../ref/ref2.tex \
	../ref/ref3.tex \
	../ref/ref4.tex \
	../ref/ref5.tex \
	../ref/ref6.tex \
	../ref/ref7.tex \
	../ref/ref8.tex

# LaTeX source files for the Python Library Reference
42 43
LIBFILES= $(MANSTYLES) $(COMMONTEX) \
	../lib/lib.tex \
44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106
	../lib/libintro.tex \
	../lib/libobjs.tex \
	../lib/libstdtypes.tex \
	../lib/libexcs.tex \
	../lib/libfuncs.tex \
	../lib/libpython.tex \
	../lib/libsys.tex \
	../lib/libtypes.tex \
	../lib/libtraceback.tex \
	../lib/libpickle.tex \
	../lib/libshelve.tex \
	../lib/libcopy.tex \
	../lib/libmarshal.tex \
	../lib/libimp.tex \
	../lib/libparser.tex \
	../lib/libbltin.tex \
	../lib/libmain.tex \
	../lib/libstrings.tex \
	../lib/libstring.tex \
	../lib/libregex.tex \
	../lib/libregsub.tex \
	../lib/libstruct.tex \
	../lib/libmisc.tex \
	../lib/libmath.tex \
	../lib/librand.tex \
	../lib/libwhrandom.tex \
	../lib/libarray.tex \
	../lib/liballos.tex \
	../lib/libos.tex \
	../lib/libtime.tex \
	../lib/libgetopt.tex \
	../lib/libtempfile.tex \
	../lib/liberrno.tex \
	../lib/libsomeos.tex \
	../lib/libsignal.tex \
	../lib/libsocket.tex \
	../lib/libselect.tex \
	../lib/libthread.tex \
	../lib/libunix.tex \
	../lib/libposix.tex \
	../lib/libposixpath.tex \
	../lib/libpwd.tex \
	../lib/libgrp.tex \
	../lib/libcrypt.tex \
	../lib/libdbm.tex \
	../lib/libgdbm.tex \
	../lib/libtermios.tex \
	../lib/libfcntl.tex \
	../lib/libposixfile.tex \
	../lib/libsyslog.tex \
	../lib/libpdb.tex \
	../lib/libprofile.tex \
	../lib/libcgi.tex \
	../lib/liburllib.tex \
	../lib/libhttplib.tex \
	../lib/libftplib.tex \
	../lib/libgopherlib.tex \
	../lib/libnntplib.tex \
	../lib/liburlparse.tex \
	../lib/libhtmllib.tex \
	../lib/libsgmllib.tex \
	../lib/librfc822.tex \
	../lib/libmimetools.tex \
107
	../lib/libmimewriter.tex \
108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144
	../lib/libbinascii.tex \
	../lib/libmm.tex \
	../lib/libaudioop.tex \
	../lib/libimageop.tex \
	../lib/libaifc.tex \
	../lib/libjpeg.tex \
	../lib/librgbimg.tex \
	../lib/libcrypto.tex \
	../lib/libmd5.tex \
	../lib/libmpz.tex \
	../lib/librotor.tex \
	../lib/libstdwin.tex \
	../lib/libsgi.tex \
	../lib/libal.tex \
	../lib/libcd.tex \
	../lib/libfl.tex \
	../lib/libfm.tex \
	../lib/libgl.tex \
	../lib/libimgfile.tex \
	../lib/libsun.tex \
	../lib/libxdrlib.tex \
	../lib/libimghdr.tex \
	../lib/librestricted.tex \
	../lib/librexec.tex \
	../lib/libbastion.tex \
	../lib/libformatter.tex \
	../lib/liboperator.tex \
	../lib/libsoundex.tex \
	../lib/libresource.tex \
	../lib/libstat.tex \
	../lib/libstringio.tex \
	../lib/libtoken.tex \
	../lib/libundoc.tex \
	../lib/libmailcap.tex \
	../lib/libglob.tex \
	../lib/libuser.tex \
	../lib/libanydbm.tex \
145
	../lib/libbsddb.tex \
Fred Drake's avatar
Fred Drake committed
146
	../lib/libdbhash.tex \
147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187
	../lib/librandom.tex \
	../lib/libsite.tex \
	../lib/libwhichdb.tex \
	../lib/libbase64.tex \
	../lib/libfnmatch.tex \
	../lib/libquopri.tex \
	../lib/libzlib.tex \
	../lib/libsocksvr.tex \
	../lib/libmailbox.tex \
	../lib/libcommands.tex \
	../lib/libcmath.tex \
	../lib/libgzip.tex \
	../lib/libpprint.tex \
	../lib/libcode.tex \
	../lib/libmimify.tex \
	../lib/libre.tex \
	../lib/libuserdict.tex \
	../lib/libdis.tex \
	../lib/libxmllib.tex \
	../lib/libqueue.tex \
	../lib/liblocale.tex \
	../lib/libbasehttp.tex \
	../lib/libcopyreg.tex \
	../lib/libsymbol.tex \
	../lib/libbinhex.tex \
	../lib/libuu.tex \
	../lib/libsunaudio.tex \
	../lib/libfileinput.tex \
	../lib/libimaplib.tex \
	../lib/libpoplib.tex \
	../lib/libcalendar.tex \
	../lib/libpopen2.tex \
	../lib/libbisect.tex \
	../lib/libmimetypes.tex \
	../lib/libsmtplib.tex \
	../lib/libcmd.tex \
	../lib/libmultifile.tex \
	../lib/libthreading.tex \
	../lib/internet.tex \
	../lib/netdata.tex \
	../lib/libpycompile.tex \
188 189
	../lib/libcompileall.tex \
	../lib/libshlex.tex \
190
	../lib/libnetrc.tex \
191
	../lib/libgetpass.tex \
192 193
	../lib/libshutil.tex \
	../lib/librepr.tex \
194 195 196
	../lib/libmsvcrt.tex \
	../lib/libwinsound.tex \
	../lib/windows.tex \
Fred Drake's avatar
Fred Drake committed
197 198
	../lib/libpyclbr.tex \
	../lib/libtokenize.tex \
199 200
	../lib/libmhlib.tex \
	../lib/libtelnetlib.tex \
201
	../lib/libcolorsys.tex \
202
	../lib/libfpformat.tex \
203 204 205
	../lib/libcgihttp.tex \
	../lib/libsimplehttp.tex \
	../lib/liblinecache.tex \
206 207
	../lib/libnew.tex \
	../lib/libdircache.tex \
208
	../lib/libfilecmp.tex \
209
	../lib/libstatcache.tex \
Fred Drake's avatar
Fred Drake committed
210
	../lib/libsunau.tex \
211
	../lib/libwave.tex \
212
	../lib/libchunk.tex \
Fred Drake's avatar
Fred Drake committed
213
	../lib/libcodeop.tex \
214
	../lib/libcurses.tex \
Fred Drake's avatar
Fred Drake committed
215
	../lib/libdl.tex \
216 217
	../lib/libmutex.tex \
	../lib/libnis.tex \
218
	../lib/libpipes.tex \
Fred Drake's avatar
Fred Drake committed
219
	../lib/libpty.tex \
220
	../lib/librlcompleter.tex \
221
	../lib/libsched.tex \
222
	../lib/libstatvfs.tex \
Fred Drake's avatar
Fred Drake committed
223
	../lib/libtty.tex \
224
	../lib/libasyncore.tex \
225
	../lib/libcfgparser.tex
226 227

# LaTeX source files for Macintosh Library Modules.
228 229
MACFILES= $(HOWTOSTYLES) $(COMMONTEX) \
	../mac/mac.tex \
230 231 232 233 234 235 236 237 238 239 240 241 242
	../mac/libmac.tex \
	../mac/libctb.tex \
	../mac/libmacconsole.tex \
	../mac/libmacdnr.tex \
	../mac/libmacfs.tex \
	../mac/libmacos.tex \
	../mac/libmacostools.tex \
	../mac/libmactcp.tex \
	../mac/libmacspeech.tex \
	../mac/libmacui.tex \
	../mac/libmacic.tex \
	../mac/libframework.tex \
	../mac/libminiae.tex