diff options
Diffstat (limited to 'help/meson.build')
-rw-r--r-- | help/meson.build | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/help/meson.build b/help/meson.build new file mode 100644 index 00000000..516a127d --- /dev/null +++ b/help/meson.build @@ -0,0 +1,22 @@ +mcc_help_sources = [ + 'config-accessibility-keyboard.xml', + 'config-background.xml', + 'config-behavior.xml', + 'config-cds.xml', + 'config-default-apps.xml', + 'config-file-type.xml', + 'config-hints.xml', + 'config-html.xml', + 'config-kbd.xml', + 'config-keybindings.xml', + 'config-mouse.xml', + 'config-screensaver.xml', + 'config-themes.xml', + 'index.docbook', + 'legal.xml', +] + +gnome.yelp( + 'mate-control-center', + sources: mcc_help_sources, +) |