summaryrefslogtreecommitdiff
path: root/media-sound/ncmpc/files/ncmpc-0.33-mandir.patch
blob: 0bc3798bc5e7f65b9ba88f7bb29ec6dbbe1a3301 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
From 821acdad907d1558c570bca6e2ac63d55905f363 Mon Sep 17 00:00:00 2001
From: kaliko <kaliko@azylum.org>
Date: Mon, 10 Dec 2018 13:46:42 +0100
Subject: [PATCH] Fixed manual install dir

---
 doc/meson.build | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/meson.build b/doc/meson.build
index aadea58..f4b491d 100644
--- a/doc/meson.build
+++ b/doc/meson.build
@@ -30,9 +30,9 @@ endif
 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'),