From 3b9562ac88ddb8cd134dae6cbab4c315ca854a18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?I=C3=B1igo=20Mart=C3=ADnez?= Date: Sat, 11 Sep 2021 01:09:45 +0200 Subject: 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) --- docs/reference/libmbim-glib/meson.build | 1 + 1 file changed, 1 insertion(+) 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, ) -- cgit v1.2.1