File: meson.build

package info (click to toggle)
graphs 1.8.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 3,120 kB
  • sloc: python: 4,860; xml: 220; sh: 8; makefile: 7
file content (21 lines) | stat: -rw-r--r-- 401 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# SPDX-License-Identifier: GPL-3.0-or-later
pages = [
  'curve_fitting.page',
  'import.page',
  'index.page',
  'manipulate.page',
  'legal.xml',
]

media = [
  'media/add_data_light.png',
  'media/add_equation_light.png',
  'media/curve_fitting_light.png',
  'media/custom_transform_light.png',
  'media/se.sjoerd.Graphs.svg',
]

gnome.yelp(meson.project_name(),
  sources: pages,
  media: media,
)