summaryrefslogtreecommitdiff
path: root/help/meson.build
blob: d6a1fdb27c0f8fc6810eadcb8b70fd176a13e968 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
gnome.yelp('gnome-dictionary',
  sources: [
    'definition.page',
    'dictionary-select.page',
    'find.page',
    'index.page',
    'introduction.page',
    'keyboard-shortcuts.page',
    'legal.xml',
    'pref.page',
    'print-font.page',
    'print.page',
    'prob-retrieving-definition.page',
    'save-definition.page',
    'similar-words.page',
    'source-add-local.page',
    'sources-default.page',
    'sources-delete.page',
    'sources-edit.page',
    'sources.page',
    'sources-select.page',
    'text-copy.page',
  ],
  media: [
    'figures/gnome-dictionary-icon.png',
    'figures/gnome-dictionary-3-26.png',
  ],
)