diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2020-04-18 21:52:50 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2020-04-18 21:52:50 +0200 |
commit | 862cf34ba7d5d259cbf887d78f7f8732b973934e (patch) | |
tree | 7a8043af50b8785d2a65b6bcbcfea0de4b88c687 /configure.ac | |
parent | 350227419e60c07a0196e47a5ab610262397bc5d (diff) | |
download | weechat-862cf34ba7d5d259cbf887d78f7f8732b973934e.zip |
doc: fix asciidoctor options in autotools build
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 27a63fef8..6855f830e 100644 --- a/configure.ac +++ b/configure.ac @@ -1254,7 +1254,9 @@ if test "x$enable_man" = "xyes" -o "x$enable_doc" = "xyes"; then enable_man="no" enable_doc="no" fi + ASCIIDOCTOR_ARGS="-a experimental -a 'prewrap!' -a icons=font -a sectanchors -a source-highlighter=prettify" AC_SUBST(ASCIIDOCTOR) + AC_SUBST(ASCIIDOCTOR_ARGS) fi # ------------------------------------------------------------------------------ |