[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 603ed0acce32cbf4f91fb1eda06245c80a6e03e3

Ville Skyttä ville.skytta at iki.fi
Mon Sep 7 21:08:47 UTC 2009


The following commit has been merged in the master branch:
commit 603ed0acce32cbf4f91fb1eda06245c80a6e03e3
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Tue Sep 8 00:08:31 2009 +0300

    Use --asciidoc-opts="--unsafe" instead of --unsafe for a2x for compatibility with asciidoc < 8.4.5.

diff --git a/doc/makeHtml.sh b/doc/makeHtml.sh
index ed29ab4..79780eb 100755
--- a/doc/makeHtml.sh
+++ b/doc/makeHtml.sh
@@ -1,4 +1,4 @@
 #!/bin/bash -eu
 
 [ -d html~ ] || mkdir html~
-a2x -D html~ -d book -f xhtml --unsafe main.txt
+a2x -D html~ -d book -f xhtml --asciidoc-opts="--unsafe" main.txt

-- 
bash-completion



More information about the Bash-completion-commits mailing list