diff options
author | Mike Gilbert <floppym@gentoo.org> | 2022-09-07 20:13:00 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2022-09-07 20:17:00 -0400 |
commit | 2d981305b117b669c60bede076557c2d765cf198 (patch) | |
tree | e9aa272e3f0d466fc3740bf83933bf37d851b101 /man | |
parent | meson.build: prepare for 1.3.5 (diff) | |
download | pax-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>
Diffstat (limited to 'man')
-rw-r--r-- | man/meson.build | 4 |
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', |