summaryrefslogtreecommitdiffstats
path: root/Doc/Makefile.deps
diff options
context:
space:
mode:
authorGreg Ward <gward@python.net>2000-04-28 16:53:36 (GMT)
committerGreg Ward <gward@python.net>2000-04-28 16:53:36 (GMT)
commit0862f800d0501ad0039df8e61438b88eebe3edcf (patch)
treeffb5a43f40ea4b4ef355da6aa9394b5733325baa /Doc/Makefile.deps
parenta2ace6ae2522a61e534d15d80020c100e131d499 (diff)
downloadcpython-0862f800d0501ad0039df8e61438b88eebe3edcf.zip
cpython-0862f800d0501ad0039df8e61438b88eebe3edcf.tar.gz
cpython-0862f800d0501ad0039df8e61438b88eebe3edcf.tar.bz2
Added 'inst' and 'dist' -- the two Distutils manuals.
Diffstat (limited to 'Doc/Makefile.deps')
-rw-r--r--Doc/Makefile.deps4
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/Makefile.deps b/Doc/Makefile.deps
index 2ffc948..b093c3e 100644
--- a/Doc/Makefile.deps
+++ b/Doc/Makefile.deps
@@ -244,3 +244,7 @@ MACFILES= $(HOWTOSTYLES) $(COMMONTEX) \
../mac/libmacic.tex \
../mac/libframework.tex \
../mac/libminiae.tex
+
+INSTFILES = $(HOWTOSTYLES) $(COMMONTEX) ../inst/inst.tex
+
+DISTFILES = $(HOWTOSTYLES) $(COMMONTEX) ../dist/dist.tex