Fix installign of manpages

This commit is contained in:
Sebastian Ramacher 2018-02-10 14:15:57 +01:00
parent 21a9aed968
commit 14a867f080

View File

@ -15,9 +15,10 @@ custom_target('man pages',
'man/_synctex.txt', 'man/_synctex.txt',
'man/zathura.1.rst' 'man/zathura.1.rst'
], ],
build_by_default: true build_by_default: true,
) install: true,
install_man( install_dir: [
join_paths(meson.current_build_dir(), 'zathura.1'), join_paths(get_option('mandir'), 'man1'),
join_paths(meson.current_build_dir(), 'zathurarc.5') join_paths(get_option('mandir'), 'man5')
]
) )