From b839bbe0a9302b470018fac4d99c824948316667 Mon Sep 17 00:00:00 2001 From: Consolatis <35009135+Consolatis@users.noreply.github.com> Date: Fri, 25 Nov 2022 03:13:16 +0100 Subject: [PATCH] docs: install example configs --- docs/meson.build | 11 +++++++++++ 1 file changed, 11 insertions(+) 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() +)