summaryrefslogtreecommitdiffstats
path: root/Doc/Makefile.deps
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2001-08-02 15:13:58 (GMT)
committerFred Drake <fdrake@acm.org>2001-08-02 15:13:58 (GMT)
commit388f37e6f6ca4c80ba220062aae1db70a8f9a535 (patch)
tree0b97b94d11a33d0669e7fda6314f538a8b5118af /Doc/Makefile.deps
parentab70b3836734ffe28ce1e1b943c69b862bf4fba0 (diff)
downloadcpython-388f37e6f6ca4c80ba220062aae1db70a8f9a535.zip
cpython-388f37e6f6ca4c80ba220062aae1db70a8f9a535.tar.gz
cpython-388f37e6f6ca4c80ba220062aae1db70a8f9a535.tar.bz2
Add anentry for the distutils.sysconfig module docs.
Diffstat (limited to 'Doc/Makefile.deps')
-rw-r--r--Doc/Makefile.deps4
1 files changed, 3 insertions, 1 deletions
diff --git a/Doc/Makefile.deps b/Doc/Makefile.deps
index 5a280f9..d9738dc 100644
--- a/Doc/Makefile.deps
+++ b/Doc/Makefile.deps
@@ -289,4 +289,6 @@ MACFILES= $(HOWTOSTYLES) $(INDEXSTYLES) $(COMMONTEX) \
INSTFILES = $(HOWTOSTYLES) inst/inst.tex
-DISTFILES = $(HOWTOSTYLES) dist/dist.tex
+DISTFILES = $(HOWTOSTYLES) \
+ dist/dist.tex \
+ dist/sysconfig.tex