From 702830465ac87867fa4051a9be5036ef0b795c13 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 31 Aug 2023 23:02:14 -0400 Subject: Move man pages to their own directory --- meson.build | 5 ----- 1 file changed, 5 deletions(-) (limited to 'meson.build') 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', ) -- cgit v1.2.1