man: fix man page install path

Fixes #85
This commit is contained in:
Wim Taymans 2018-09-19 16:06:29 +02:00
parent 27cacaaa2e
commit 391643271e

View file

@ -27,5 +27,5 @@ foreach m : manpages
command : [xmltoman, '@INPUT@'],
capture : true,
install : true,
install_dir : join_paths(get_option('mandir'), 'man', m.get(1)))
install_dir : join_paths(get_option('mandir'), 'man' + m.get(1)))
endforeach