diff options
author | Fred Drake <fdrake@acm.org> | 2000-08-03 21:18:18 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-08-03 21:18:18 (GMT) |
commit | ed13b4a5a64742a756e89d75c006b3aafd8183ec (patch) | |
tree | 38a31133b48df606a9d514f787c7165322f6ce13 /Doc/Makefile.deps | |
parent | c253d9a6239489972b8807cf8e97395cbe19ba3f (diff) | |
download | cpython-ed13b4a5a64742a756e89d75c006b3aafd8183ec.zip cpython-ed13b4a5a64742a756e89d75c006b3aafd8183ec.tar.gz cpython-ed13b4a5a64742a756e89d75c006b3aafd8183ec.tar.bz2 |
Break the "Python Services" chapter into two: "Python Runtime Services"
(still at the start of the manual), and "Python Language Services" (late
in the manual). Moved "Restricted Execution" to just before "Python
Language Services."
Diffstat (limited to 'Doc/Makefile.deps')
-rw-r--r-- | Doc/Makefile.deps | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/Makefile.deps b/Doc/Makefile.deps index 9b82b2e..6fd16df 100644 --- a/Doc/Makefile.deps +++ b/Doc/Makefile.deps @@ -191,6 +191,7 @@ LIBFILES= $(MANSTYLES) $(COMMONTEX) \ ../lib/internet.tex \ ../lib/netdata.tex \ ../lib/markup.tex \ + ../lib/language.tex \ ../lib/libpycompile.tex \ ../lib/libcompileall.tex \ ../lib/libshlex.tex \ |