diff options
author | Guido van Rossum <guido@python.org> | 1997-11-20 21:04:27 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-11-20 21:04:27 (GMT) |
commit | bc12f78bb3d774260444c76bc22507e9a5844bde (patch) | |
tree | 76daaad67be334126abfb29b098043c3f8597e0b /Doc/Makefile | |
parent | e084f0beea6a27e4f5d1004b0be845623ecd6597 (diff) | |
download | cpython-bc12f78bb3d774260444c76bc22507e9a5844bde.zip cpython-bc12f78bb3d774260444c76bc22507e9a5844bde.tar.gz cpython-bc12f78bb3d774260444c76bc22507e9a5844bde.tar.bz2 |
Adding Martin von Loewis' documentation for his locale module.
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 1410c12..468294d 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -113,7 +113,7 @@ LIBFILES = lib.tex \ libbase64.tex libfnmatch.tex libquopri.tex libzlib.tex libsocksvr.tex \ libmailbox.tex libcommands.tex libcmath.tex libni.tex libgzip.tex \ libpprint.tex libcode.tex libmimify.tex libre.tex libmacic.tex \ - libuserdict.tex libdis.tex libxmllib.tex libqueue.tex + libuserdict.tex libdis.tex libxmllib.tex libqueue.tex liblocale.tex # Library document lib.dvi: $(LIBFILES) |