diff options
author | Fred Drake <fdrake@acm.org> | 2004-09-17 20:23:47 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2004-09-17 20:23:47 (GMT) |
commit | 2e6fb4634cf7fce9938f80661dc000d9748a7bc7 (patch) | |
tree | a61e826fb909ad379fdf909225b1611234ca6f8c /Doc/Makefile | |
parent | 6011a3c874507687e9871adbc5f9a555419bb7c6 (diff) | |
download | cpython-2e6fb4634cf7fce9938f80661dc000d9748a7bc7.zip cpython-2e6fb4634cf7fce9938f80661dc000d9748a7bc7.tar.gz cpython-2e6fb4634cf7fce9938f80661dc000d9748a7bc7.tar.bz2 |
remove gzipped archives from the list of expected distributions
Diffstat (limited to 'Doc/Makefile')
-rw-r--r-- | Doc/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Doc/Makefile b/Doc/Makefile index 5d00670..09a3ff9 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -675,11 +675,11 @@ bziplatex: latex-$(RELEASE).tar.bz2 bzips: bzippdf bzipps bziphtml -disthtml: tarhtml bziphtml ziphtml -distinfo: tarinfo bzipinfo -distps: tarps bzipps zipps -distpdf: tarpdf bzippdf zippdf -distlatex: tarlatex bziplatex ziplatex +disthtml: bziphtml ziphtml +distinfo: bzipinfo +distps: bzipps zipps +distpdf: bzippdf zippdf +distlatex: bziplatex ziplatex # We use the "pkglist" target at the end of these to ensure the # package list is updated after building either of these; this seems a |