]> granicus.if.org Git - python/commitdiff
Added the info tarball to the tarballs target. Added the README to
authorFred Drake <fdrake@acm.org>
Fri, 29 Jan 1999 22:23:25 +0000 (22:23 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 29 Jan 1999 22:23:25 +0000 (22:23 +0000)
the info tarball.

Doc/Makefile

index e0547dbcb0c02844942a813ffb9389376a5a874e..2d316b656bf52fe245c5cf61bafbc9140c4a5e0f 100644 (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