projects
/
platform
/
upstream
/
libdrm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
10dd3eb
)
meson: Also search for rst2man.py
author
Heiko Becker
<heirecka@exherbo.org>
Fri, 15 Jan 2021 20:11:41 +0000
(21:11 +0100)
committer
Heiko Becker
<heirecka@exherbo.org>
Thu, 21 Jan 2021 10:27:30 +0000
(11:27 +0100)
That's what upstream docutils installs by default.
Signed-off-by: Heiko Becker <heirecka@exherbo.org>
meson.build
patch
|
blob
|
history
diff --git
a/meson.build
b/meson.build
index a4d8d70743d01f1587f3446f142aed418d74590b..07d2e08695034c811d3b040d3bf48c9ff46541a9 100644
(file)
--- a/
meson.build
+++ b/
meson.build
@@
-261,7
+261,7
@@
else
endif
with_man_pages = get_option('man-pages')
-prog_rst2man = find_program('rst2man', required: with_man_pages == 'true')
+prog_rst2man = find_program('rst2man',
'rst2man.py',
required: with_man_pages == 'true')
with_man_pages = with_man_pages != 'false' and prog_rst2man.found()
config.set10('HAVE_VISIBILITY',