summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2022-07-05 13:19:29 +1000
committerBenno Schulenberg <bensberg@telfort.nl>2022-07-06 06:41:53 +0000
commit78ffd20ba15af8b223e0327d2c54fc9d03167997 (patch)
tree16b9c4ac198b06736c8c7c1ff8ec52997a98887d /meson.build
parent1c6326336d35b7fc2a60650bfb2c2abb447bda40 (diff)
downloadxkeyboard-config-78ffd20ba15af8b223e0327d2c54fc9d03167997.tar.gz
man: drop the custom man suffixes
Everyone's using the same numbers now. Welcome to the future. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 0 insertions, 2 deletions
diff --git a/meson.build b/meson.build
index 8da6b42..b46466c 100644
--- a/meson.build
+++ b/meson.build
@@ -43,8 +43,6 @@ if xsltproc.found()
# emulating what the macros do for vendorversion, hardcoding the man
# suffixes
man_substs.set('vendorversion', '"@0@ @1@" "X Version 11"'.format(meson.project_name(), meson.project_version()))
- man_substs.set('appmansuffix', '1')
- man_substs.set('miscmansuffix', '7')
xsl = configure_file(input: 'man/man.xsl',
output: 'man.xsl',
configuration: man_substs,