man: fixes

This commit is contained in:
Wim Taymans 2017-06-16 17:47:56 +02:00
parent 573e032cc1
commit 6df165315c
4 changed files with 4 additions and 5 deletions

View file

@ -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