summaryrefslogtreecommitdiff
path: root/a2x.py
diff options
context:
space:
mode:
authorStuart Rackham <srackham@methods.co.nz>2010-01-18 08:14:50 +1300
committerStuart Rackham <srackham@methods.co.nz>2010-01-18 08:14:50 +1300
commit1a2bc098bfafb5ce357755634e0fb5c6fb12dadb (patch)
tree4a0b5cef1ccbf28bccb3e72721ddbb35c5271a8a /a2x.py
parent4dcbe0e7e6bd753e1196612a41ae1c3660f4b2ff (diff)
downloadasciidoc-1a2bc098bfafb5ce357755634e0fb5c6fb12dadb.tar.gz
Bump version number and update release docs.8.5.3
Diffstat (limited to 'a2x.py')
-rwxr-xr-xa2x.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/a2x.py b/a2x.py
index eb305d1..186ccdf 100755
--- a/a2x.py
+++ b/a2x.py
@@ -32,8 +32,9 @@ CONF_DIR = '/etc/asciidoc'
# Default configuration file parameters.
######################################################################
-# Optional environment variable dictionary passed to executing programs.
-# If set to None the existing environment is used.
+# Optional environment variable dictionary passed to
+# executing programs. If set to None the existing
+# environment is used.
ENV = None
# External executables.
@@ -45,6 +46,7 @@ W3M = 'w3m' # text generation.
LYNX = 'lynx' # text generation (if no w3m).
XMLLINT = 'xmllint' # Set to '' to disable.
EPUBCHECK = 'epubcheck' # Set to '' to disable.
+# External executable default options.
ASCIIDOC_OPTS = ''
DBLATEX_OPTS = ''
FOP_OPTS = ''