summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--man/meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/meson.build b/man/meson.build
index 71a6a6c..aa4e236 100644
--- a/man/meson.build
+++ b/man/meson.build
@@ -26,7 +26,7 @@ custom_target(
find_program('sed'), '-e', 's/__xorgversion__/X Version 11/', '@INPUT@',
],
capture : true,
- install : true,
- install_dir : join_paths(get_option('prefix'), get_option('mandir'), '1'),
+ install : false,
+ install_dir : join_paths(get_option('prefix'), get_option('mandir'), 'man1'),
)