summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorWim Taymans <wtaymans@redhat.com>2017-06-16 17:47:56 +0200
committerWim Taymans <wtaymans@redhat.com>2017-06-16 17:56:18 +0200
commit6df165315ce43c69f43d3fcae0a087cb03f143a2 (patch)
treec37d495fd25748c1de259e5db14e22779a42f88a /man
parent573e032cc1f9314790f9e970d6d73b96e0019bd7 (diff)
man: fixes
Diffstat (limited to 'man')
-rw-r--r--man/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/meson.build b/man/meson.build
index 438aa4c8..2a25e9bf 100644
--- a/man/meson.build
+++ b/man/meson.build
@@ -20,5 +20,5 @@ foreach m : manpages
command : [xmltoman, '@INPUT@'],
capture : true,
install : true,
- install_dir : 'subdir')
+ install_dir : join_paths(get_option('mandir'), 'man1'))
endforeach