summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2016-05-04 23:11:14 +0200
committerSébastien Helleu <flashcode@flashtux.org>2016-05-14 09:42:57 +0200
commit3bb75b4432fa1bb2367c9fdb50a9665a2e9dd377 (patch)
tree29e52b397dea604a3cbf68d24cda009c583a9f86
parente092bd19d342631c6b9ed0e721402264ed445701 (diff)
downloadweechat-3bb75b4432fa1bb2367c9fdb50a9665a2e9dd377.zip
doc: use Font Awesome for admonition labels (issue #722)
-rw-r--r--doc/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt
index fe54a5d36..5605c917d 100644
--- a/doc/CMakeLists.txt
+++ b/doc/CMakeLists.txt
@@ -24,7 +24,7 @@ if(ENABLE_MAN OR ENABLE_DOC)
if(ASCIIDOCTOR_FOUND)
- set(ASCIIDOCTOR_ARGS -a experimental -a revnumber="${VERSION}" -a sectanchors -a source-highlighter=prettify)
+ set(ASCIIDOCTOR_ARGS -a experimental -a icons=font -a revnumber="${VERSION}" -a sectanchors -a source-highlighter=prettify)
add_subdirectory(en)
add_subdirectory(fr)