diff options
author | Fred Drake <fdrake@acm.org> | 1998-03-04 16:51:36 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-03-04 16:51:36 (GMT) |
commit | 85551a38f31dfd3e371ae1f24a4128974fac71b3 (patch) | |
tree | 9675c6e76cfe608b5afe093a58c6db0dd6ff738c /Doc/Makefile | |
parent | b1cd7710efebf16d90cd66aa0917b277fc56fc85 (diff) | |
download | cpython-85551a38f31dfd3e371ae1f24a4128974fac71b3.zip cpython-85551a38f31dfd3e371ae1f24a4128974fac71b3.tar.gz cpython-85551a38f31dfd3e371ae1f24a4128974fac71b3.tar.bz2 |
tarballs: Ok, we do support info for the moment, so add that to the tarballs
target.
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 2b8596b..93258c2 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -291,7 +291,7 @@ tarps: postscript-$(VERSION).tar.gz tarpdf: pdf-$(VERSION).tar.gz -tarballs: tarpdf tarps tarhtml +tarballs: tarpdf tarps tarhtml tarinfo # Housekeeping targets |