diff options
author | eldritch horrors <pennae@lix.systems> | 2024-03-29 21:31:37 +0100 |
---|---|---|
committer | eldritch horrors <pennae@lix.systems> | 2024-03-30 14:26:47 +0000 |
commit | bfbcc3352bd91aa2636386ff0c10d8d0318b1ebc (patch) | |
tree | f66a900a25436512366a46e51fbb5f98959accee /meson.build | |
parent | 65d544b1a631a139c369387618adbb2fe2fe9e1f (diff) |
meson: add manpages for old cli and config files
Change-Id: I93384ec774d1945a649f6aaf7cd967c3fb7197f9
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build index eaa5aa348..8f2a2f88d 100644 --- a/meson.build +++ b/meson.build @@ -356,6 +356,7 @@ endif subdir('src') subdir('scripts') subdir('misc') +subdir('doc/manual') if enable_tests subdir('tests/unit') |