mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-06 23:48:53 +00:00
meson: tools: install the man pages
https://bugzilla.gnome.org/show_bug.cgi?id=773917
This commit is contained in:
parent
2a5a8dd3c7
commit
38b9aa4c33
1 changed files with 3 additions and 0 deletions
|
@ -11,4 +11,7 @@ foreach tool : tools
|
||||||
link_with: [printf_lib],
|
link_with: [printf_lib],
|
||||||
c_args: gst_c_args,
|
c_args: gst_c_args,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
man_page = '@0@-1.0.1'.format(tool)
|
||||||
|
install_man(man_page)
|
||||||
endforeach
|
endforeach
|
||||||
|
|
Loading…
Reference in a new issue