diff options
author | Greg Ward <gward@python.net> | 2000-04-28 16:53:36 (GMT) |
---|---|---|
committer | Greg Ward <gward@python.net> | 2000-04-28 16:53:36 (GMT) |
commit | 0862f800d0501ad0039df8e61438b88eebe3edcf (patch) | |
tree | ffb5a43f40ea4b4ef355da6aa9394b5733325baa /Doc/Makefile.deps | |
parent | a2ace6ae2522a61e534d15d80020c100e131d499 (diff) | |
download | cpython-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.deps | 4 |
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 |