From 1a2bc098bfafb5ce357755634e0fb5c6fb12dadb Mon Sep 17 00:00:00 2001 From: Stuart Rackham Date: Mon, 18 Jan 2010 08:14:50 +1300 Subject: Bump version number and update release docs. --- a2x.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'a2x.py') 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 = '' -- cgit v1.2.1