mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-26 21:00:21 +00:00
wscript_build: rst2pdf: increase section break level
This fix broken pdf build and hopefully less fragile in future
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user