Added the info tarball to the tarballs target. Added the README to
the info tarball.
diff --git a/Doc/Makefile b/Doc/Makefile
index e0547db..2d316b6 100644
--- a/Doc/Makefile
+++ b/Doc/Makefile
@@ -190,7 +190,8 @@
# 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 @@
tarpdf: pdf-$(PAPER)-$(RELEASE).tgz
tarlatex: latex-$(RELEASE).tgz
-tarballs: tarpdf tarps tarhtml tarlatex
+tarballs: tarpdf tarps tarhtml tarinfo tarlatex
# Housekeeping targets