From: Fred Drake Date: Wed, 27 Jan 1999 18:50:21 +0000 (+0000) Subject: Add the info "dir" fragment to the info tarball. X-Git-Tag: v1.5.2b2~252 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ffd511248e8830d20f0015ba9fc2bcf38c60311e;p=thirdparty%2FPython%2Fcpython.git Add the info "dir" fragment to the info tarball. --- diff --git a/Doc/Makefile b/Doc/Makefile index 88991ee57078..e0547dbcb0c0 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -190,7 +190,7 @@ webcheck: # Release packaging targets: info-$(RELEASE).tgz: info - (cd $(INFODIR); tar cf - python-???.info*) | gzip -9 >$@ + (cd $(INFODIR); tar cf - python.dir python-???.info*) | gzip -9 >$@ latex-$(RELEASE).tgz: $(TOOLSDIR)/mktarball.sh $(RELEASE)