diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2016-05-15 09:01:49 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2016-05-15 09:01:49 +0200 |
commit | adf6ed3f675475f658fa8df279dc5a1c67c4d6f9 (patch) | |
tree | 390b8f8d96e8411a60670377a06559f2f69f6efd /doc/es | |
parent | 0ffc3424373548b9ee57cfe2b5465b920519ff6b (diff) | |
download | weechat-adf6ed3f675475f658fa8df279dc5a1c67c4d6f9.zip |
doc: fix source-highlighter in autotools (issue #722)
Diffstat (limited to 'doc/es')
-rw-r--r-- | doc/es/Makefile.am | 2 |
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 |