diff options
author | Rico Tzschichholz <ricotz@ubuntu.com> | 2020-04-14 20:45:14 +0200 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2020-06-08 17:18:52 +0100 |
commit | ce2258484f22e43c83ffb6825cfa0e5af2c40925 (patch) | |
tree | 7529fe3e7209434b5ceb981506e0ffd4a9a40856 /utils/meson.build | |
parent | 6944e96edf3e12ce5ee35043e638462ab43d2e26 (diff) | |
download | pango-ce2258484f22e43c83ffb6825cfa0e5af2c40925.tar.gz |
meson: Fix help2man options command line
Diffstat (limited to 'utils/meson.build')
-rw-r--r-- | utils/meson.build | 2 |
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', |