From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/pax-utils:master commit in: man/
Date: Mon, 23 Jan 2023 02:10:38 +0000 (UTC) [thread overview]
Message-ID: <1674362322.9fb7fc342f28f8342d8de6ca2d71b1cf2b765ae3.sam@gentoo> (raw)
commit: 9fb7fc342f28f8342d8de6ca2d71b1cf2b765ae3
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 22 04:11:18 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jan 22 04:38:42 2023 +0000
URL: https://gitweb.gentoo.org/proj/pax-utils.git/commit/?id=9fb7fc34
meson: fix installation of (pre-generated) man pages w/o xmlto
Fixes: 502631b86d63c4604b0ed78ad86a054e9726e897
Signed-off-by: Sam James <sam <AT> gentoo.org>
man/meson.build | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/man/meson.build b/man/meson.build
index 130c8ec..09ac0d5 100644
--- a/man/meson.build
+++ b/man/meson.build
@@ -1,8 +1,4 @@
-xmlto = find_program('xmlto', required : get_option('build_manpages'))
-
-if not xmlto.found()
- subdir_done()
-endif
+xmlto = find_program('xmlto', required : get_option('build_manpages'), disabler: true)
docbook_conf = configuration_data()
docbook_conf.set('version', meson.project_version())
next reply other threads:[~2023-01-23 2:10 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-23 2:10 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-08-09 10:02 [gentoo-commits] proj/pax-utils:master commit in: man/ Sam James
2022-09-08 0:17 Mike Gilbert
2016-05-31 22:27 Mike Frysinger
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1674362322.9fb7fc342f28f8342d8de6ca2d71b1cf2b765ae3.sam@gentoo \
--to=sam@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox