Skip to content

Commit 56b6200

Browse files
committed
build: use --output option for rst2man
Apparently, the separate destination argument was deprecated years ago and will be removed soon*. Just switch to the "new" way of specifiying the output. Fixes #18283. https://sourceforge.net/p/docutils/feature-requests/36/#0709
1 parent 74356c0 commit 56b6200

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
@@ -1712,7 +1712,7 @@ if rst2man.found()
17121712
docutils_wrapper, rst2man,
17131713
'--record-dependencies', '@DEPFILE@',
17141714
'--strip-elements-with-class=contents',
1715-
'@INPUT@', '@OUTPUT@'],
1715+
'--output=@OUTPUT@', '@INPUT@'],
17161716
depfile: 'mpv.1.dep',
17171717
install: true,
17181718
install_tag: 'man',

0 commit comments

Comments
 (0)