diff options
author | Wim Taymans <wtaymans@redhat.com> | 2017-06-16 17:47:56 +0200 |
---|---|---|
committer | Wim Taymans <wtaymans@redhat.com> | 2017-06-16 17:56:18 +0200 |
commit | 6df165315ce43c69f43d3fcae0a087cb03f143a2 (patch) | |
tree | c37d495fd25748c1de259e5db14e22779a42f88a /man | |
parent | 573e032cc1f9314790f9e970d6d73b96e0019bd7 (diff) |
man: fixes
Diffstat (limited to 'man')
-rw-r--r-- | man/meson.build | 2 |
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 |