diff options
author | Guido van Rossum <guido@python.org> | 1996-12-12 17:02:21 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1996-12-12 17:02:21 (GMT) |
commit | 3486f27428e07a37713e2a44b4cc83038300cdbf (patch) | |
tree | 87884c65e486e221727147e78bccdb348f875239 /Doc/Makefile | |
parent | c0967cd4a2e51054c12c8c8208bb4431e57d6fb3 (diff) | |
download | cpython-3486f27428e07a37713e2a44b4cc83038300cdbf.zip cpython-3486f27428e07a37713e2a44b4cc83038300cdbf.tar.gz cpython-3486f27428e07a37713e2a44b4cc83038300cdbf.tar.bz2 |
Added soundex (sigh)
Diffstat (limited to 'Doc/Makefile')
-rw-r--r-- | Doc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Makefile b/Doc/Makefile index f0c9284..12851f0 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -112,7 +112,7 @@ LIBFILES = lib.tex \ libcd.tex libfl.tex libfm.tex libgl.tex libimgfile.tex libsun.tex \ libxdrlib.tex libimghdr.tex \ librestricted.tex librexec.tex libbastion.tex \ - libformatter.tex liboperator.tex + libformatter.tex liboperator.tex libsoundex.tex # Library document lib.dvi: $(LIBFILES) |