diff options
author | Fred Drake <fdrake@acm.org> | 2006-06-19 17:31:16 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2006-06-19 17:31:16 (GMT) |
commit | 7cea65cc273e9cfde13c38752a60714dfadffa1e (patch) | |
tree | 32636f6dad7c277f67b148467c0f1d063dacd78f /Doc/Makefile | |
parent | d11368072086cf7706cfbdd5cebcfc699f189380 (diff) | |
download | cpython-7cea65cc273e9cfde13c38752a60714dfadffa1e.zip cpython-7cea65cc273e9cfde13c38752a60714dfadffa1e.tar.gz cpython-7cea65cc273e9cfde13c38752a60714dfadffa1e.tar.bz2 |
remove non-working document formats from edist
Diffstat (limited to 'Doc/Makefile')
-rw-r--r-- | Doc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Makefile b/Doc/Makefile index 0d391af..a435f11 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -691,7 +691,7 @@ distlatex: bziplatex ziplatex # The small amount of additional work is a small price to pay for not # having to remember which order to do it in. ;) paperdist: distpdf distps pkglist -edist: disthtml distinfo zipisilo pkglist +edist: disthtml pkglist # The pkglist.html file is used as part of the download.html page on # python.org; it is not used as intermediate input here or as part of |