summaryrefslogtreecommitdiff
path: root/doc/gupnp-dlna-gst/meson.build
blob: b791bf733da2ad4263a936e8abfb9c5dd6723124 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
gnome.gtkdoc('gupnp-dlna-gst',
             main_xml : 'gupnp-dlna-gst-docs.sgml',
             src_dir : ['libgupnp-dlna/metadata-backends/gstreamer'],
             ignore_headers : [
                 'gupnp-dlna-gst-container-information.h',
                 'gupnp-dlna-gst-video-information.h',
                 'gupnp-dlna-gst-metadata-extractor.h',
                 'gupnp-dlna-gst-audio-information.h',
                 'gupnp-dlna-gst-info-utils.h',
                 'gupnp-dlna-gst-information.h',
                 'gupnp-dlna-gst-image-information.h',
             ],
             fixxref_args : [
                 '--extra-dir', join_paths(meson.build_root(), 'doc/gupnp-dlna/html'),
             ],
             content_files : version_xml,
             dependencies : [
                 libgupnp_dlna,
                 libgupnp_dlna_gst
             ],
             install : true)