diff options
author | Fred Drake <fdrake@acm.org> | 2001-12-12 06:22:43 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-12-12 06:22:43 (GMT) |
commit | 5f443cb550b12608feec303b8d2765a215718bf6 (patch) | |
tree | 037e8c851240e1e509a263af9d1ce6cbb2e6fab8 /Doc | |
parent | 1e7dfd374578bb322fba69a227519fed8ec60f3d (diff) | |
download | cpython-5f443cb550b12608feec303b8d2765a215718bf6.zip cpython-5f443cb550b12608feec303b8d2765a215718bf6.tar.gz cpython-5f443cb550b12608feec303b8d2765a215718bf6.tar.bz2 |
Added the iSilo documentation to the standard target for distribution files
for "online" (as opposed to typeset) formats.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Makefile b/Doc/Makefile index 433dbed..f9ed6fb 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -587,7 +587,7 @@ distpdf: tarpdf bzippdf zippdf distlatex: tarlatex bziplatex ziplatex paperdist: distpdf distps -edist: disthtml +edist: disthtml zipisilo distfiles: paperdist edist $(TOOLSDIR)/mksourcepkg --all $(RELEASE) |