File: meson.build

package info (click to toggle)
devhelp 43.0-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,144 kB
  • sloc: ansic: 9,775; perl: 216; javascript: 152; sh: 100; xml: 66; python: 55; lisp: 29; makefile: 13
file content (17 lines) | stat: -rw-r--r-- 245 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
pages = [
  'book-format.page',
  'index-file-format.page',
  'index.page',
  'installing-api-documentation.page',
  'search.page'
]

figures = [
  'figures/org.gnome.Devhelp.svg'
]

GNOME.yelp(
  'devhelp',
  sources: pages,
  media: figures
)