summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 697a19b892..4459f4ffaf 100644
--- a/meson.build
+++ b/meson.build
@@ -1650,7 +1650,7 @@ if rst2html.found()
custom_target('html-manpages',
input: manpage,
output: 'mpv.html',
- command: [rst2html, manpage, '@INPUT@', '@OUTPUT@'],
+ command: [rst2html, '@INPUT@', '@OUTPUT@'],
install: true,
install_dir: join_paths(datadir, 'doc', 'mpv')
)