summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIñigo Martínez <inigomartinez@gmail.com>2021-09-11 01:09:45 +0200
committerAleksander Morgado <aleksander@aleksander.es>2021-09-13 09:48:12 +0200
commit3b9562ac88ddb8cd134dae6cbab4c315ca854a18 (patch)
tree8ae8d50b52b2064892afe64ea53ff81010b1f205
parent8eeaac7cd2f451ccecfc5e0c5ee387e0207c5913 (diff)
downloadlibmbim-3b9562ac88ddb8cd134dae6cbab4c315ca854a18.tar.gz
build: Add explicit content files to documentation
Although not totally necessary due to its implementation, some files built by meson are included as content files. They have been explicitly added for the sake of correctness. (cherry picked from commit 231ade71dd0e3fb88ab7c8ffca6097400902d8f7)
-rw-r--r--docs/reference/libmbim-glib/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/reference/libmbim-glib/meson.build b/docs/reference/libmbim-glib/meson.build
index c426174..a2795ed 100644
--- a/docs/reference/libmbim-glib/meson.build
+++ b/docs/reference/libmbim-glib/meson.build
@@ -63,5 +63,6 @@ gnome.gtkdoc(
namespace: 'mbim',
scan_args: scan_args,
fixxref_args: fixxref_args,
+ content_files: [sections_txt, version_xml],
install: true,
)