From 847208f196cc25817c0f65b3d3dfd981328b8d84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Tue, 20 May 2025 20:51:26 +0200 Subject: [PATCH] core: add verbose flag in asciidoctor This allows asciidoctor to display important messages, for example invalid references like this one: asciidoctor: INFO: possible invalid reference: compile_with_cmake --- doc/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index 0348fd323..fc162aa2e 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -38,6 +38,7 @@ if(ENABLE_MAN OR ENABLE_DOC) if(ASCIIDOCTOR_FOUND) # common asciidoctor arguments set(ASCIIDOCTOR_ARGS + -v -a experimental -a reproducible -a "prewrap!"