docs: install example configs

This commit is contained in:
Consolatis 2022-11-25 03:13:16 +01:00
parent b67eccc99a
commit b839bbe0a9

View file

@ -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()
)