meson: tools: install the man pages
authorAntonio Ospite <ao2@ao2.it>
Thu, 3 Nov 2016 09:30:53 +0000 (10:30 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Wed, 23 Nov 2016 09:38:25 +0000 (09:38 +0000)
https://bugzilla.gnome.org/show_bug.cgi?id=773917

tools/meson.build

index c8d752f..c23b6a6 100644 (file)
@@ -11,4 +11,7 @@ foreach tool : tools
     link_with: [printf_lib],
     c_args: gst_c_args,
   )
+
+  man_page = '@0@-1.0.1'.format(tool)
+  install_man(man_page)
 endforeach