author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2025年04月05日 15:41:15 -0700 |
---|---|---|
committer | Marge Bot <emma+marge@anholt.net> | 2025年04月12日 17:18:37 +0000 |
commit | b9c31cc9bc3b6468620bf5f12edca16860365ca2 (patch) | |
tree | 480dcbb68c2bc7aedc3e2c8e87282e7805c62e2f | |
parent | cab9017485566da656b12b686e571d42b0f28afb (diff) |
-rw-r--r-- | man/meson.build | 3 |
diff --git a/man/meson.build b/man/meson.build index 2961469c5..eca10561b 100644 --- a/man/meson.build +++ b/man/meson.build @@ -27,7 +27,8 @@ manpage_config.set('modulepath', module_dir) # wtf doesn't this work # manpage_config.set('suid_wrapper_dir', join_paths(get_option('prefix'), libexecdir)) manpage_config.set('suid_wrapper_dir', join_paths(get_option('prefix'), 'libexec')) -manpage_config.set('default_font_path', default_font_path) +# \: allows nroff to insert a line break at that position +manpage_config.set('default_font_path', default_font_path.replace(',', ',\\:')) install_man(configure_file( input: 'Xserver.man', |