aboutsummaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build5
1 files changed, 0 insertions, 5 deletions
diff --git a/meson.build b/meson.build
index 44fc3328..a9fa5643 100644
--- a/meson.build
+++ b/meson.build
@@ -184,10 +184,6 @@ if not get_option('tools').disabled()
)
meson.override_find_program('serdi', serdi)
-
- if not get_option('docs').disabled()
- install_man(files('doc/serdi.1'))
- endif
endif
# Display top-level summary (before subdirectories to appear first)
@@ -214,7 +210,6 @@ if not meson.is_subproject()
summary(
{
'Executables': get_option('prefix') / get_option('bindir'),
- 'Man pages': get_option('prefix') / get_option('mandir'),
},
section: 'Directories',
)