at 22.05-pre 541 B view raw
1diff --git a/docs/manpages/meson.build b/docs/manpages/meson.build 2index f90c757cf..40d9c939d 100644 3--- a/docs/manpages/meson.build 4+++ b/docs/manpages/meson.build 5@@ -32,7 +32,7 @@ foreach m : manpages 6 command: [xsltproc, 7 '--output', '@OUTPUT@', 8 '--stringparam', 'man.authors.section.enabled', '0', 9- '/etc/asciidoc/docbook-xsl/manpage.xsl', '@INPUT@'], 10+ '@asciidoc@/etc/asciidoc/docbook-xsl/manpage.xsl', '@INPUT@'], 11 input: xml, 12 output: manpage, 13 install: true,