From: Consolatis <35009135+Consolatis@users.noreply.github.com> Date: Fri, 25 Nov 2022 02:13:16 +0000 (+0100) Subject: docs: install example configs X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=b839bbe0a9302b470018fac4d99c824948316667;p=proto%2Flabwc.git docs: install example configs --- diff --git a/docs/meson.build b/docs/meson.build index 953c5a85..a3264a20 100644 --- a/docs/meson.build +++ b/docs/meson.build @@ -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() +)