Description: Fixed manual install dir
Author:  Geoffroy Youri Berret <efrim@azylum.org>
Origin: upstream, https://github.com/MusicPlayerDaemon/ncmpc/pull/42
Forwarded: https://github.com/MusicPlayerDaemon/ncmpc/issues/41
Last-Update: 2018-12-19

--- a/doc/meson.build
+++ b/doc/meson.build
@@ -30,9 +30,9 @@
 if get_option('manual')
   custom_target(
     'Manpage documentation',
-    output: 'man',
+    output: 'man1',
     input: ['index.rst', 'conf.py'],
-    command: [sphinx, '-q', '-b', 'man', '-d', '@OUTDIR@/man_doctrees', meson.current_source_dir(), '@OUTPUT@/man1'],
+    command: [sphinx, '-q', '-b', 'man', '-d', '@OUTDIR@/man_doctrees', meson.current_source_dir(), '@OUTPUT@'],
     build_by_default: true,
     install: true,
     install_dir: get_option('mandir'),
