From: Fred Drake Date: Fri, 17 Sep 2004 20:23:47 +0000 (+0000) Subject: remove gzipped archives from the list of expected distributions X-Git-Tag: v2.4b1~249 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2e6fb4634cf7fce9938f80661dc000d9748a7bc7;p=thirdparty%2FPython%2Fcpython.git remove gzipped archives from the list of expected distributions --- diff --git a/Doc/Makefile b/Doc/Makefile index 5d00670e7ecd..09a3ff97d0af 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