summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2020-04-18 21:52:50 +0200
committerSébastien Helleu <flashcode@flashtux.org>2020-04-18 21:52:50 +0200
commit862cf34ba7d5d259cbf887d78f7f8732b973934e (patch)
tree7a8043af50b8785d2a65b6bcbcfea0de4b88c687 /configure.ac
parent350227419e60c07a0196e47a5ab610262397bc5d (diff)
downloadweechat-862cf34ba7d5d259cbf887d78f7f8732b973934e.zip
doc: fix asciidoctor options in autotools build
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
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
# ------------------------------------------------------------------------------