mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
docs: install example configs
This commit is contained in:
parent
b67eccc99a
commit
b839bbe0a9
1 changed files with 11 additions and 0 deletions
|
|
@ -23,3 +23,14 @@ if scdoc.found()
|
|||
)
|
||||
endforeach
|
||||
endif
|
||||
|
||||
install_data(
|
||||
[
|
||||
'autostart',
|
||||
'environment',
|
||||
'menu.xml',
|
||||
'rc.xml',
|
||||
'rc.xml.all'
|
||||
],
|
||||
install_dir: get_option('datadir') / 'doc' / meson.project_name()
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue