summaryrefslogtreecommitdiff
path: root/man/meson.build
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2017-09-19 08:04:02 +0200
committerYu Watanabe <watanabe.yu+github@gmail.com>2017-09-19 15:04:02 +0900
commitf2adcd22d5d5498f1a00fdc303f71e7198b238ab (patch)
tree4fbc26afcdfb9888e6ca1236905e43d87b6c81c4 /man/meson.build
parente80f1a792825d5520827ff12154c8791e59120e8 (diff)
downloadsystemd-f2adcd22d5d5498f1a00fdc303f71e7198b238ab.tar.gz
build-sys: bump xslt maxdepth limit (#6863)
With libxslt-1.30, builds were failing on some recursion depth limit with systemd.index.xml. Bumping the limit fixes the issue.
Diffstat (limited to 'man/meson.build')
-rw-r--r--man/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/man/meson.build b/man/meson.build
index 8ddbd5557c..5b6a21fb9f 100644
--- a/man/meson.build
+++ b/man/meson.build
@@ -11,6 +11,7 @@ want_html = want_html != 'false' and xsltproc.found()
xsltproc_flags = [
'--nonet',
'--xinclude',
+ '--maxdepth', '9000',
'--stringparam', 'man.output.quietly', '1',
'--stringparam', 'funcsynopsis.style', 'ansi',
'--stringparam', 'man.authors.section.enabled', '0',