diff options
author | Fred Drake <fdrake@acm.org> | 2001-04-13 18:00:23 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-04-13 18:00:23 (GMT) |
commit | fc4ee0a296d56fbc9aa33560774216b1e40ffc99 (patch) | |
tree | a5cf693589c24b62405e2753ead6fb5fb7094924 /Doc | |
parent | 8d00a0ffc37429d14129fb9d98ce01bd420f2de9 (diff) | |
download | cpython-fc4ee0a296d56fbc9aa33560774216b1e40ffc99.zip cpython-fc4ee0a296d56fbc9aa33560774216b1e40ffc99.tar.gz cpython-fc4ee0a296d56fbc9aa33560774216b1e40ffc99.tar.bz2 |
Add convenience targets that build all archive types for single formatting
versions.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Doc/Makefile b/Doc/Makefile index b8cc712..d9cd394 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -387,6 +387,12 @@ 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 + distfiles: tarballs zips bzips $(TOOLSDIR)/mksourcepkg --all $(RELEASE) |