mirror of https://github.com/mpv-player/mpv
wscript_build: rst2pdf: increase section break level
This fix broken pdf build and hopefully less fragile in future
This commit is contained in:
parent
82855bec50
commit
0aa9b2a469
|
@ -38,7 +38,7 @@ def _build_pdf(ctx):
|
|||
name = 'rst2pdf',
|
||||
target = 'DOCS/man/mpv.pdf',
|
||||
source = 'DOCS/man/mpv.rst',
|
||||
rule = '${RST2PDF} -c --repeat-table-rows ${SRC} -o ${TGT}',
|
||||
rule = '${RST2PDF} -c -b 1 --repeat-table-rows ${SRC} -o ${TGT}',
|
||||
install_path = ctx.env.DOCDIR)
|
||||
|
||||
_add_rst_manual_dependencies(ctx)
|
||||
|
|
Loading…
Reference in New Issue