summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
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,