meson: fallback to looking for rst2man.py
As that's what upstream docutils installs by default.
This commit is contained in:
parent
37b79d06f8
commit
de11ec091e
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue