doc/meson.build: use install_man()
This commit is contained in:
@@ -47,6 +47,6 @@ if get_option('manpages')
|
|||||||
build_by_default: true,
|
build_by_default: true,
|
||||||
)
|
)
|
||||||
|
|
||||||
install_data(join_paths(manpages.full_path(), 'mpd.1'), install_dir: join_paths(get_option('mandir'), 'man1'))
|
install_man(join_paths(manpages.full_path(), 'mpd.1'),
|
||||||
install_data(join_paths(manpages.full_path(), 'mpd.conf.5'), install_dir: join_paths(get_option('mandir'), 'man5'))
|
join_paths(manpages.full_path(), 'mpd.conf.5'))
|
||||||
endif
|
endif
|
||||||
|
Reference in New Issue
Block a user