linux_xanmod: 5.11.14 -> 5.11.15
[NixPkgs.git] / pkgs / development / libraries / tracker-miners / fix-paths.patch
blob8661648eacdf83028637406e35ca42f2312f7fbc
1 diff --git a/docs/manpages/meson.build b/docs/manpages/meson.build
2 index 0b8a64863..a09db59f0 100644
3 --- a/docs/manpages/meson.build
4 +++ b/docs/manpages/meson.build
5 @@ -43,7 +43,7 @@ foreach m : daemon_manpages + cli_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,