summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2021-05-20 20:31:42 +0100
committerCarlos Garnacho <carlosg@gnome.org>2021-05-22 13:29:59 +0200
commit96152f38d7cc16155e8451614624f4d46b13b3f2 (patch)
tree02dd990483dbe745cba120ddac0ccca44f5e9e34 /meson.build
parent5ec57f6fae22953adff0ab10325b29eeffc80a60 (diff)
downloadlibmediaart-96152f38d7cc16155e8451614624f4d46b13b3f2.tar.gz
docs: Use a more idiomatic gtk-doc set up
- look for sources in both source and build directories - depend on the built library - ignore the generated, uninstalled marshallers header - make gtk-doc track the overview.xml file - add the missing indices - add the missing symbols - use a boolean `gtk_doc` build option, like every other GNOME project
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 430fc75..d8d33c0 100644
--- a/meson.build
+++ b/meson.build
@@ -112,3 +112,4 @@ summary('includedir', get_option('includedir'), section: 'Directories')
summary('libdir', get_option('libdir'), section: 'Directories')
summary('Image processing library', image_library_name, section: 'Build')
+summary('Documentation', get_option('gtk_doc'), section: 'Build', bool_yn: true)