[pango/for-master] meson: Fix help2man options command line
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pango/for-master] meson: Fix help2man options command line
- Date: Tue, 14 Apr 2020 18:46:34 +0000 (UTC)
commit 7e3c785194e7e4b9bc186b3c20499eebe19ee672
Author: Rico Tzschichholz <ricotz ubuntu com>
Date: Tue Apr 14 20:45:14 2020 +0200
meson: Fix help2man options command line
utils/meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/utils/meson.build b/utils/meson.build
index 510d1b7e..b71cfe2a 100644
--- a/utils/meson.build
+++ b/utils/meson.build
@@ -47,7 +47,7 @@ if help2man.found() and not meson.is_cross_build()
'--no-info',
'--section=1',
'--help-option=--help-all',
- '--name=Pango text viewer',
+ '--name="Pango text viewer"',
]
custom_target('pango-view.1',
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]