diff options
author | Fred Drake <fdrake@acm.org> | 1999-01-29 22:23:25 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-01-29 22:23:25 (GMT) |
commit | 28e66d1c5ed696e5aa7fcd82d6787e9a8f8b7727 (patch) | |
tree | dbb7cf9cbae2b502a8f1992787a5ee003d1e67f5 /Doc/Makefile | |
parent | b2c59ab367234a8ec0d89ff5cdd16fc74c1dae3e (diff) | |
download | cpython-28e66d1c5ed696e5aa7fcd82d6787e9a8f8b7727.zip cpython-28e66d1c5ed696e5aa7fcd82d6787e9a8f8b7727.tar.gz cpython-28e66d1c5ed696e5aa7fcd82d6787e9a8f8b7727.tar.bz2 |
Added the info tarball to the tarballs target. Added the README to
the info tarball.
Diffstat (limited to 'Doc/Makefile')
-rw-r--r-- | Doc/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Doc/Makefile b/Doc/Makefile index e0547db..2d316b6 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -190,7 +190,8 @@ webcheck: # Release packaging targets: info-$(RELEASE).tgz: info - (cd $(INFODIR); tar cf - python.dir python-???.info*) | gzip -9 >$@ + (cd $(INFODIR); tar cf - README python.dir python-???.info*) \ + | gzip -9 >$@ latex-$(RELEASE).tgz: $(TOOLSDIR)/mktarball.sh $(RELEASE) @@ -214,7 +215,7 @@ tarps: postscript-$(PAPER)-$(RELEASE).tgz tarpdf: pdf-$(PAPER)-$(RELEASE).tgz tarlatex: latex-$(RELEASE).tgz -tarballs: tarpdf tarps tarhtml tarlatex +tarballs: tarpdf tarps tarhtml tarinfo tarlatex # Housekeeping targets |