Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9a83e9 commit 8c01158Copy full SHA for 8c01158
1 file changed
Doc/Makefile
@@ -271,10 +271,10 @@ tut html/tut/tut.html: $(TUTFILES)
271
$(MKHTML) --dir html/tut --numeric --split 3 tut/tut.tex
272
273
inst html/inst/inst.html: $(INSTFILES) perl/distutils.perl
274
- $(MKHTML) --dir html/inst inst/inst.tex
+ $(MKHTML) --dir html/inst --split 4 inst/inst.tex
275
276
dist html/dist/dist.html: $(DISTFILES) perl/distutils.perl
277
- $(MKHTML) --dir html/dist dist/dist.tex
+ $(MKHTML) --dir html/dist --split 4 dist/dist.tex
278
279
280
# webchecker needs an extra flag to process the huge index from the libref
0 commit comments