summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2002-03-15 22:36:01 (GMT)
committerFred Drake <fdrake@acm.org>2002-03-15 22:36:01 (GMT)
commit85895a5d536527a76e5204ad0d4cb3c20ef05555 (patch)
tree1d57c1bc4f87241db6fd7638370704737ff454e1
parent93cd54005f792e9f878b3937dd419125d6301132 (diff)
downloadcpython-85895a5d536527a76e5204ad0d4cb3c20ef05555.zip
cpython-85895a5d536527a76e5204ad0d4cb3c20ef05555.tar.gz
cpython-85895a5d536527a76e5204ad0d4cb3c20ef05555.tar.bz2
Update to reflect changes in the extending & embedding doc.
-rw-r--r--Doc/Makefile.deps2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Makefile.deps b/Doc/Makefile.deps
index b38d8e0..76ea7fd 100644
--- a/Doc/Makefile.deps
+++ b/Doc/Makefile.deps
@@ -56,7 +56,7 @@ DOCFILES= $(HOWTOSTYLES) \
EXTFILES= ext/ext.tex $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) \
ext/extending.tex \
ext/newtypes.tex \
- ext/unix.tex \
+ ext/building.tex \
ext/windows.tex \
ext/embedding.tex \
texinputs/reportingbugs.tex