blob: 998dc8663f699c0ad968fa010b300682df5fad28 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
Manpages are available even with -Ddocs=disabled
--- meson.build.orig 2022-09-09 03:08:05 UTC
+++ meson.build
@@ -128,10 +128,8 @@ if not get_option('tools').disabled()
meson.override_find_program('sord_validate', sord_validate)
endif
- if not get_option('docs').disabled()
install_man(files('doc/sordi.1'))
install_man(files('doc/sord_validate.1'))
- endif
endif
if not get_option('docs').disabled()
|