]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
docs: Enable AsciiDoc admonition icons
authorJoel Rosdahl <joel@rosdahl.net>
Tue, 27 Jul 2021 13:07:49 +0000 (15:07 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Wed, 28 Jul 2021 12:42:02 +0000 (14:42 +0200)
doc/CMakeLists.txt

index f251a53d3bb8f71e24ba676ce42b3c64dcabf1da..997e49d208c804d9a12d02e0ffb6d6e663a407e3 100644 (file)
@@ -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"