File: meson.build

package info (click to toggle)
gnote 49.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 15,156 kB
  • sloc: cpp: 29,832; xml: 403; python: 78; makefile: 4
file content (58 lines) | stat: -rw-r--r-- 1,821 bytes parent folder | download | duplicates (3)
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
help_media = [
  'figures/add-notebook-search.png',
  'figures/add-to-notebook.png',
  'figures/delete-notebook.png',
  'figures/gnote-addin-table-of-contents.png',
  'figures/gnote-new-note.png',
  'figures/gnote-pindown.png',
  'figures/gnote-pinup.png',
  'figures/gnote-preferences-add-ins.png',
  'figures/gnote-preferences-editing.png',
  'figures/gnote-preferences-synchronization.png',
  'figures/gnote-search-all-notes.png',
  'figures/gnote-syncprefs-advanced.png',
  'figures/gnote-syncprefs-gvfs.png',
  'figures/gnote-syncprefs-local.png',
  'figures/gnote-syncprefs-webdav.png',
  'figures/gnote-sync-progress.png',
  'figures/gnote-template-note.png',
  'figures/gnote-tools.png',
  'figures/logo32.png',
  'figures/notebook-icon.png',
  'figures/note-template.png',
]

help_files = [
  'gnote-addin-bugzillalink.page',
  'gnote-addin-fixedwidth.page',
  'gnote-addin-html.page',
  'gnote-addin-notedirwatcher.page',
  'gnote-addin-noteoftheday.page',
  'gnote-addin-print.page',
  'gnote-addins-preferences.page',
  'gnote-addin-readonly.page',
  'gnote-addin-replacetitle.page',
  'gnote-addin-specialnotes.page',
  'gnote-addin-sync-gvfs.page',
  'gnote-addin-sync-local.page',
  'gnote-addin-sync-webdav.page',
  'gnote-addin-tableofcontents.page',
  'gnote-addin-timestamp.page',
  'gnote-addin-underline.page',
  'gnote-bulleted-lists.page',
  'gnote-common-problems.page',
  'gnote-creating-notes.page',
  'gnote-deleting-notes.page',
  'gnote-editing-notes.page',
  'gnote-introduction.page',
  'gnote-links.page',
  'gnote-notes-preferences.page',
  'gnote-searching-notes.page',
  'gnote-synchronization.page',
  'gnote-template-notes.page',
  'gnote-working-with-notebooks.page',
  'index.page',
]

gnome.yelp(meson.project_name(), sources: help_files, media: help_media, symlink_media: false)