[pango/for-master: 3/3] meson: Fix help2man options command line



commit ce2258484f22e43c83ffb6825cfa0e5af2c40925
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]