summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/meson.build b/docs/meson.build
index c4ba5e400..8245864e4 100644
--- a/docs/meson.build
+++ b/docs/meson.build
@@ -65,7 +65,7 @@ if build_docs
)
endif
-rst2man = find_program('rst2man', required: false)
+rst2man = find_program('rst2man', 'rst2man.py', required: false)
if get_option('man') and not rst2man.found()
error('No rst2man found, but man pages were explicitly enabled')
endif