summaryrefslogtreecommitdiff
path: root/help/meson.build
blob: 516a127db5e56504bae3e5ef4c7d6dd001363b20 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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,
)