Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ffd5112

Browse files
committed
Add the info "dir" fragment to the info tarball.
1 parent 8d7919d commit ffd5112

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ webcheck:
190190
# Release packaging targets:
191191

192192
info-$(RELEASE).tgz: info
193-
(cd $(INFODIR); tar cf - python-???.info*) | gzip -9 >$@
193+
(cd $(INFODIR); tar cf - python.dir python-???.info*) | gzip -9 >$@
194194

195195
latex-$(RELEASE).tgz:
196196
$(TOOLSDIR)/mktarball.sh $(RELEASE)

0 commit comments

Comments
 (0)