gplugin/gplugin

Fix man pages generated with meson.
feature/meson
2016-09-26, Elliott Sales de Andrade
bb6e861b1101
Parents aee3a6f05682
Children f51f6882c86d
Fix man pages generated with meson.
--- a/gplugin-gtk/meson.build Mon Sep 26 03:24:43 2016 -0400
+++ b/gplugin-gtk/meson.build Mon Sep 26 03:27:42 2016 -0400
@@ -108,7 +108,7 @@
gplugin_gtk_viewer_man = custom_target('gplugin-gtk-viewer.1',
command : [help2man,
'--name=View installed plugins', '--section=1',
- '--help-option=--help-all',
+ '--help-option=--help-all', '--no-info',
'--output', '@OUTPUT@',
gplugin_gtk_viewer],
output : 'gplugin-gtk-viewer.1',
--- a/gplugin/meson.build Mon Sep 26 03:24:43 2016 -0400
+++ b/gplugin/meson.build Mon Sep 26 03:27:42 2016 -0400
@@ -228,7 +228,7 @@
custom_target('gplugin-query.1',
command : [help2man,
'--name=Query installed plugins', '--section=1',
- '--help-option=--help-all',
+ '--help-option=--help-all', '--no-info',
'--output', '@OUTPUT@',
gplugin_query],
output : 'gplugin-query.1',