summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2018-05-03 00:45:29 -0300
committerGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2018-05-03 00:45:29 -0300
commitaf0186aaf99cb6add6b5a3c85828e8a4d6e49fd5 (patch)
tree598d9e4eb973fc5fc04e765adb2da7d748c83803 /man
parent36af5e51d13b035eb3eb6b7d196d8924996ce344 (diff)
downloadgnome-control-center-af0186aaf99cb6add6b5a3c85828e8a4d6e49fd5.tar.gz
project: Update meson files
I probably have OCD. Seeing these files with this poor alignment gives me physical pain.
Diffstat (limited to 'man')
-rw-r--r--man/meson.build12
1 files changed, 6 insertions, 6 deletions
diff --git a/man/meson.build b/man/meson.build
index cab3fa945..1e9e08971 100644
--- a/man/meson.build
+++ b/man/meson.build
@@ -17,10 +17,10 @@ xsltproc_cmd = [
output = meson.project_name() + '.1'
custom_target(
- output,
- input: meson.project_name() + '.xml',
- output: output,
- command: xsltproc_cmd,
- install: true,
- install_dir: join_paths(control_center_mandir, 'man1')
+ output,
+ input : meson.project_name() + '.xml',
+ output : output,
+ command : xsltproc_cmd,
+ install : true,
+ install_dir : join_paths(control_center_mandir, 'man1')
)