summaryrefslogtreecommitdiffstats
path: root/doc/api/meson.build
blob: 2ccab7b056aabd631212d62ac55becf5e7e87879 (plain)
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
)