From 8c9af651d5555e513fe5ba70798dfc4d10c24b63 Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Sun, 9 Jan 2022 13:58:16 +0100 Subject: build: force building doc on normal builds Not just during install, as it would fail. See https://gitlab.freedesktop.org/mobile-broadband/libmbim/-/issues/19 (cherry picked from commit e8352f9c5ed99924e43630c435fc4fd55df2ac28) --- 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 a2795ed..3dcc67e 100644 --- a/docs/reference/libmbim-glib/meson.build +++ b/docs/reference/libmbim-glib/meson.build @@ -65,4 +65,5 @@ gnome.gtkdoc( fixxref_args: fixxref_args, content_files: [sections_txt, version_xml], install: true, + check: true, ) -- cgit v1.2.1