File: meson.build

package info (click to toggle)
gnome-software 49.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 25,892 kB
  • sloc: ansic: 98,572; xml: 3,630; python: 1,055; makefile: 75; sh: 28
file content (11 lines) | stat: -rw-r--r-- 266 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
gnome.gtkdoc(
  'gnome-software',
  src_dir : join_paths(meson.project_source_root(), 'lib'),
  main_xml : 'gnome-software-docs.xml',
  html_assets : [
    'gs-example-details.png',
    'gs-example-installed.png',
    'gs-example-search.png'
  ],
  install : true
)