[Spice-commits] man/meson.build

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sat Apr 4 20:10:49 UTC 2020


 man/meson.build |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c355bc02e33ff047a876c71b5b5d269fea2a7a6e
Author: Antoine Jacoutot <ajacoutot at gnome.org>
Date:   Fri Apr 3 12:07:56 2020 +0200

    Install man pages under mandir.
    
    Acked-by: Frediano Ziglio <fziglio at redhat.com>

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


More information about the Spice-commits mailing list