From: Antonio Ospite Date: Thu, 3 Nov 2016 09:30:53 +0000 (+0100) Subject: meson: tools: install the man pages X-Git-Tag: 1.12.0~222 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=38b9aa4c333a3ffa6f0ef96b860714cf87d8ceb0;p=platform%2Fupstream%2Fgstreamer.git meson: tools: install the man pages https://bugzilla.gnome.org/show_bug.cgi?id=773917 --- diff --git a/tools/meson.build b/tools/meson.build index c8d752f..c23b6a6 100644 --- a/tools/meson.build +++ b/tools/meson.build @@ -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