Codebase list xapp / 82afd53 docs / meson.build
82afd53

Tree @82afd53 (Download .tar.gz)

meson.build @82afd53raw · history · blame

subdir('xml')

gnome.gtkdoc('libxapp',
    install: true,
    src_dir: [
        join_paths(meson.source_root(), 'libxapp'),
        join_paths(meson.build_root(), 'libxapp'),
    ],
    dependencies: libxapp_dep,
    gobject_typesfile: 'libxapp.types',
    main_xml: 'xapp-docs.xml',
    scan_args: ['--rebuild-types'],
    mkdb_args: ['--xml-mode', '--output-format=xml'],
)