diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2020-04-18 20:37:54 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2020-04-18 20:37:54 +0200 |
commit | 3133ea9e79ecb1979fade18251ef4945a9df7ff7 (patch) | |
tree | 7b175c652315799e0b2070b13c2f2c9fa378cba3 /doc/CMakeLists.txt | |
parent | b847a052c878095777ab9a24ce856d7d25556bb8 (diff) | |
download | weechat-3133ea9e79ecb1979fade18251ef4945a9df7ff7.zip |
doc: prevent lines from wrapping in <pre> elements
Diffstat (limited to 'doc/CMakeLists.txt')
-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 809db995f..09c01358c 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -21,7 +21,7 @@ if(ENABLE_MAN OR ENABLE_DOC) find_package(Asciidoctor) if(ASCIIDOCTOR_FOUND) - set(ASCIIDOCTOR_ARGS -a experimental -a icons=font -a revnumber="${VERSION}" -a sectanchors -a source-highlighter=prettify) + set(ASCIIDOCTOR_ARGS -a experimental -a "prewrap!" -a icons=font -a revnumber="${VERSION}" -a sectanchors -a source-highlighter=prettify) add_subdirectory(cs) add_subdirectory(de) add_subdirectory(en) |