summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2020-04-14 20:45:14 +0200
committerEmmanuele Bassi <ebassi@gnome.org>2020-06-08 17:18:52 +0100
commitce2258484f22e43c83ffb6825cfa0e5af2c40925 (patch)
tree7529fe3e7209434b5ceb981506e0ffd4a9a40856
parent6944e96edf3e12ce5ee35043e638462ab43d2e26 (diff)
downloadpango-ce2258484f22e43c83ffb6825cfa0e5af2c40925.tar.gz
meson: Fix help2man options command line
-rw-r--r--utils/meson.build2
1 files changed, 1 insertions, 1 deletions
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',