diff options
author | Antoine Jacoutot <ajacoutot@gnome.org> | 2020-04-03 12:07:56 +0200 |
---|---|---|
committer | Frediano Ziglio <fziglio@redhat.com> | 2020-04-04 21:10:15 +0100 |
commit | c355bc02e33ff047a876c71b5b5d269fea2a7a6e (patch) | |
tree | c5e0589ba68e6b1f80422a36d58f04a12306337c /man | |
parent | 3c933f53bfa9b679750f5d0bbdc7707134d88598 (diff) |
Install man pages under mandir.
Acked-by: Frediano Ziglio <fziglio@redhat.com>
Diffstat (limited to 'man')
-rw-r--r-- | man/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/meson.build b/man/meson.build index 86c6366..b286621 100644 --- a/man/meson.build +++ b/man/meson.build @@ -5,7 +5,7 @@ if pod2man.found() output : 'spice-client.1', input : 'spice-client.pod', install : true, - install_dir : spice_gtk_datadir / 'man' / 'man1', + install_dir : get_option('prefix') / get_option('mandir') / 'man1', build_by_default : true, command : [pod2man, '-c', 'Spice-GTK Documentation', '@INPUT@', '@OUTPUT@']) endif |