From c989351b1430ec2a98a121906ee47df6347ff712 Mon Sep 17 00:00:00 2001 From: Andy Balaam Date: Wed, 30 Sep 2015 14:28:18 +0100 Subject: [PATCH] Document the need for source-highlight to be installed for asciidoc2html to work fully. --- INSTALL.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL.asciidoc b/INSTALL.asciidoc index dd49a15ab..edeb7a2f4 100644 --- a/INSTALL.asciidoc +++ b/INSTALL.asciidoc @@ -57,7 +57,7 @@ To generate the documentation for the `:help` command, when using the git repository (rather than a release): ---- -# apt-get install asciidoc +# apt-get install asciidoc source-highlight $ python3 scripts/asciidoc2html.py ---- @@ -83,7 +83,7 @@ To generate the documentation for the `:help` command, when using the git repository (rather than a release): ---- -# dnf install asciidoc +# dnf install asciidoc source-highlight $ python3 scripts/asciidoc2html.py ----