From a73dda48bd9b9bdc925b180fd7dab4c9689da09f Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Fri, 22 Sep 2017 10:35:52 +0100 Subject: Install manpage in man1/, not 1/ Fixes: #95. --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 12e4d06..20d588c 100644 --- a/meson.build +++ b/meson.build @@ -58,7 +58,7 @@ executable('sshfs', sshfs_sources, if rst2man.found() custom_target('manpages', input: [ 'sshfs.rst' ], output: [ 'sshfs.1' ], command: [rst2man, '@INPUT@', '@OUTPUT@'], install: true, - install_dir: join_paths(get_option('mandir'), '1')) + install_dir: join_paths(get_option('mandir'), 'man1')) else message('rst2man not found, not building manual page.') endif -- cgit v1.2.3