From: Joel Rosdahl Date: Tue, 27 Jul 2021 13:07:49 +0000 (+0200) Subject: docs: Enable AsciiDoc admonition icons X-Git-Tag: v4.4~75 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96b7fa2eac8cc0408b53a5a6c20724985e4555db;p=thirdparty%2Fccache.git docs: Enable AsciiDoc admonition icons --- diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index f251a53d3..997e49d20 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -12,6 +12,7 @@ else() ${ASCIIDOCTOR_EXE} -o "${output_file}" -a revnumber="${CCACHE_VERSION}" + -a icons=font -a toc=left -a sectanchors -a stylesheet="${CMAKE_CURRENT_SOURCE_DIR}/ccache-doc.css"