mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-06-16 00:05:40 +02:00
doc: meson: only install man pages for modules we actually build
This commit is contained in:
parent
a5e79d14b7
commit
a53e48a2c1
2 changed files with 68 additions and 17 deletions
|
@ -99,11 +99,11 @@ if backend_x11
|
|||
endif
|
||||
|
||||
subdir('completions')
|
||||
subdir('doc')
|
||||
subdir('bar')
|
||||
subdir('decorations')
|
||||
subdir('particles')
|
||||
subdir('modules')
|
||||
subdir('doc')
|
||||
|
||||
env = find_program('env', native: true)
|
||||
generate_version_sh = files('generate-version.sh')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue