Commit 4c93165a authored by Max Kellermann's avatar Max Kellermann

doc/meson.build: use install_man()

parent 5f63ffd8
...@@ -47,6 +47,6 @@ if get_option('manpages') ...@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment