Commit 478e3fea authored by Fred Drake's avatar Fred Drake

Added the info tarball to the tarballs target. Added the README to

the info tarball.
parent 6a1e9b0d
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment