From ffd511248e8830d20f0015ba9fc2bcf38c60311e Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Wed, 27 Jan 1999 18:50:21 +0000 Subject: [PATCH] Add the info "dir" fragment to the info tarball. --- Doc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/Makefile b/Doc/Makefile index 88991ee570..e0547dbcb0 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) -- 2.40.0