aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorTim Harder <radhermit@gmail.com>2018-09-15 05:27:51 -0400
committerNikolaus Rath <Nikolaus@rath.org>2018-12-22 14:22:24 +0000
commitde11ec091e6f01ea15683ae4c813742bde009dc3 (patch)
tree5b9b85035a64976c55dbc6dbc50576a2120cdda4 /meson.build
parent37b79d06f80202105cb6d74498e39a5d17724714 (diff)
downloadsshfs-de11ec091e6f01ea15683ae4c813742bde009dc3.tar
sshfs-de11ec091e6f01ea15683ae4c813742bde009dc3.tar.gz
sshfs-de11ec091e6f01ea15683ae4c813742bde009dc3.tar.bz2
sshfs-de11ec091e6f01ea15683ae4c813742bde009dc3.zip
meson: fallback to looking for rst2man.py
As that's what upstream docutils installs by default.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index a8a0313..2ae0560 100644
--- a/meson.build
+++ b/meson.build
@@ -25,7 +25,7 @@ if not cc.compiles(code, args: [ '-O0', '-Werror=unused-result' ])
endif
-rst2man = find_program('rst2man', required: false)
+rst2man = find_program('rst2man', 'rst2man.py', required: false)
cfg = configuration_data()