aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2022-09-07 20:13:00 -0400
committerMike Gilbert <floppym@gentoo.org>2022-09-07 20:17:00 -0400
commit2d981305b117b669c60bede076557c2d765cf198 (patch)
treee9aa272e3f0d466fc3740bf83933bf37d851b101
parentmeson.build: prepare for 1.3.5 (diff)
downloadpax-utils-2d981305b117b669c60bede076557c2d765cf198.tar.gz
pax-utils-2d981305b117b669c60bede076557c2d765cf198.tar.bz2
pax-utils-2d981305b117b669c60bede076557c2d765cf198.zip
man: reorder xmlto arguments
Bug: https://bugs.gentoo.org/869110 Thanks-to: Fabian Groffen <grobian@gentoo.org> Signed-off-by: Mike Gilbert <floppym@gentoo.org>
-rw-r--r--man/meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/meson.build b/man/meson.build
index fc8d183..2e346ec 100644
--- a/man/meson.build
+++ b/man/meson.build
@@ -25,8 +25,8 @@ endforeach
custom_target('docbook_to_man',
command : [
- xmlto, 'man', '-x', files('custom.xsl'), '--skip-validation', book,
- '-o', meson.current_build_dir()
+ xmlto, '-x', files('custom.xsl'), '--skip-validation',
+ '-o', meson.current_build_dir(), 'man', book
],
input : [
'pax-utils.docbook.in', 'custom.xsl', 'fragment/reftail',