Skip to content

Commit de11ec0

Browse files
radhermitNikratio
authored andcommitted
meson: fallback to looking for rst2man.py
As that's what upstream docutils installs by default.
1 parent 37b79d0 commit de11ec0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ if not cc.compiles(code, args: [ '-O0', '-Werror=unused-result' ])
2525
endif
2626

2727

28-
rst2man = find_program('rst2man', required: false)
28+
rst2man = find_program('rst2man', 'rst2man.py', required: false)
2929

3030
cfg = configuration_data()
3131

0 commit comments

Comments
 (0)