[go: up one dir, main page]

File: meson.build

package info (click to toggle)
libgusb 0.3.5-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 456 kB
  • sloc: ansic: 3,453; python: 84; xml: 25; makefile: 10; sh: 8
file content (15 lines) | stat: -rw-r--r-- 251 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
gusb_version_xml = configure_file(
  input : 'version.xml.in',
  output : 'version.xml',
  configuration : conf,
)

gnome.gtkdoc(
  'gusb',
  src_dir : [
    gusb_source_dir,
    gusb_build_dir,
  ],
  main_sgml : 'gusb-docs.sgml',
  install : true
)