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

the info tarball.
This commit is contained in:
Fred Drake 1999-01-29 22:23:25 +00:00
parent b2c59ab367
commit 28e66d1c5e

View file

@ -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