meson: tools: install the man pages

https://bugzilla.gnome.org/show_bug.cgi?id=773917
This commit is contained in:
Antonio Ospite 2016-11-03 10:30:53 +01:00 committed by Tim-Philipp Müller
parent 2a5a8dd3c7
commit 38b9aa4c33

View 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