diff options
author | David Robillard <d@drobilla.net> | 2023-08-31 23:02:14 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2023-09-22 23:54:50 -0400 |
commit | 702830465ac87867fa4051a9be5036ef0b795c13 (patch) | |
tree | b622b24311da2017d3f4904f9a099c467417c32c /meson.build | |
parent | d28682c92d400d5eb5a2ef19d4b88c34bfcf5eea (diff) | |
download | serd-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.build | 5 |
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', ) |