]> git.mdlowis.com Git - proto/labwc.git/commitdiff
docs: install example configs
authorConsolatis <35009135+Consolatis@users.noreply.github.com>
Fri, 25 Nov 2022 02:13:16 +0000 (03:13 +0100)
committerConsolatis <35009135+Consolatis@users.noreply.github.com>
Mon, 28 Nov 2022 11:09:24 +0000 (12:09 +0100)
docs/meson.build

index 953c5a851df9142bca574f87c0f67035ce77a271..a3264a202111dc4bdafefaab354133f6ec07dc14 100644 (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()
+)