diff options
author | Antonio Ospite <ao2@ao2.it> | 2016-11-03 10:30:53 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2016-11-23 09:38:25 +0000 |
commit | 38b9aa4c333a3ffa6f0ef96b860714cf87d8ceb0 (patch) | |
tree | 784128ab83a59b08fdbfb44b94b753a3acf384ba | |
parent | 2a5a8dd3c7461b45e25abaaf16cce43eb0d10ecf (diff) |
meson: tools: install the man pages
https://bugzilla.gnome.org/show_bug.cgi?id=773917
-rw-r--r-- | tools/meson.build | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/meson.build b/tools/meson.build index c8d752f8a..c23b6a6e2 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 |