summaryrefslogtreecommitdiff
path: root/doc/es
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2016-05-15 09:01:49 +0200
committerSébastien Helleu <flashcode@flashtux.org>2016-05-15 09:01:49 +0200
commitadf6ed3f675475f658fa8df279dc5a1c67c4d6f9 (patch)
tree390b8f8d96e8411a60670377a06559f2f69f6efd /doc/es
parent0ffc3424373548b9ee57cfe2b5465b920519ff6b (diff)
downloadweechat-adf6ed3f675475f658fa8df279dc5a1c67c4d6f9.zip
doc: fix source-highlighter in autotools (issue #722)
Diffstat (limited to 'doc/es')
-rw-r--r--doc/es/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/es/Makefile.am b/doc/es/Makefile.am
index 2dd9746b5..04748bcea 100644
--- a/doc/es/Makefile.am
+++ b/doc/es/Makefile.am
@@ -36,7 +36,7 @@ all-local: $(man_targets) $(doc_targets)
# quickstart
weechat_quickstart.es.html: weechat_quickstart.es.adoc $(abs_top_srcdir)/doc/docinfo.html
- $(ASCIIDOCTOR) -a revision="$(VERSION)" -a sectanchors -a source-highlighter=highlight.js -o weechat_quickstart.es.html $(abs_top_srcdir)/doc/es/weechat_quickstart.es.adoc
+ $(ASCIIDOCTOR) -a revision="$(VERSION)" -a sectanchors -a source-highlighter=prettify -o weechat_quickstart.es.html $(abs_top_srcdir)/doc/es/weechat_quickstart.es.adoc
# install man/docs