From 8fe16190b98d003c903f252592a4e65ed13651ad Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 29 Jun 2024 18:48:15 -0400 Subject: [PATCH] ci: Build demos and man pages for docs That way, we should get all the man pages online. --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index df48c2673a..3fa3ba16d1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -445,9 +445,10 @@ reference: --force-fallback-for=gdk-pixbuf,pango -Dintrospection=enabled -Ddocumentation=true + -Dman-pages=true -Dgdk-pixbuf:gtk_doc=true -Dpango:documentation=true - -Dbuild-demos=false + -Dbuild-demos=true -Dbuild-examples=false -Dbuild-tests=false -Dbuild-testsuite=false