From 28e66d1c5ed696e5aa7fcd82d6787e9a8f8b7727 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Fri, 29 Jan 1999 22:23:25 +0000 Subject: Added the info tarball to the tarballs target. Added the README to the info tarball. --- Doc/Makefile | 5 +++-- 1 file 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 -- cgit v0.12