diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2016-05-04 23:11:14 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2016-05-14 09:42:57 +0200 |
commit | 3bb75b4432fa1bb2367c9fdb50a9665a2e9dd377 (patch) | |
tree | 29e52b397dea604a3cbf68d24cda009c583a9f86 | |
parent | e092bd19d342631c6b9ed0e721402264ed445701 (diff) | |
download | weechat-3bb75b4432fa1bb2367c9fdb50a9665a2e9dd377.zip |
doc: use Font Awesome for admonition labels (issue #722)
-rw-r--r-- | doc/CMakeLists.txt | 2 |
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) |