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
committerSven Eden <yamakuzure@gmx.net>2017-09-19 08:04:02 +0200
commit7f16c6a9f99c376b60279cb114ccb57625dcc99f (patch)
tree6b0935b5bd68c312b8b8a2a3a17cd2fa82df12e0 /man/meson.build
parent434c323e072f2dace8da600a2dd102433fea7e45 (diff)
build-sys: bump xslt maxdepth limit (#6863)
With libxslt-1.30, builds were failing on some recursion depth limit with elogind.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 ea1227f2c..7eb68e524 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',