mirror of
https://github.com/labwc/labwc.git
synced 2026-03-16 05:33:50 -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
|
endforeach
|
||||||
endif
|
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