aboutsummaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2023-08-31 23:02:14 -0400
committerDavid Robillard <d@drobilla.net>2023-09-22 23:54:50 -0400
commit702830465ac87867fa4051a9be5036ef0b795c13 (patch)
treeb622b24311da2017d3f4904f9a099c467417c32c /meson.build
parentd28682c92d400d5eb5a2ef19d4b88c34bfcf5eea (diff)
downloadserd-702830465ac87867fa4051a9be5036ef0b795c13.tar.gz
serd-702830465ac87867fa4051a9be5036ef0b795c13.tar.bz2
serd-702830465ac87867fa4051a9be5036ef0b795c13.zip
Move man pages to their own directory
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',
)