summaryrefslogtreecommitdiff
path: root/doc/a2x.1.txt
diff options
context:
space:
mode:
authorStuart Rackham <srackham@methods.co.nz>2010-10-07 11:25:17 +1300
committerStuart Rackham <srackham@methods.co.nz>2010-10-07 11:25:17 +1300
commitfcfbacfaecac5d6f378d22eed8cdf169c6ee95ce (patch)
tree5d3a2f41d711985b8f707b2f2463991968e4f6c1 /doc/a2x.1.txt
parent40d1f1ebcc7039f3ff29f0a0bb971f151d50f86a (diff)
downloadasciidoc-git-fcfbacfaecac5d6f378d22eed8cdf169c6ee95ce.tar.gz
a2x: The `asciidoc_opts`, `dblatex_opts`, `fop_opts` and
`xsltproc_opts` command-line options can be specified multiple times. This makes embedding multiple a2x options in document headers easier to manage and less error prone.
Diffstat (limited to 'doc/a2x.1.txt')
-rw-r--r--doc/a2x.1.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/a2x.1.txt b/doc/a2x.1.txt
index 533023a..ee37baf 100644
--- a/doc/a2x.1.txt
+++ b/doc/a2x.1.txt
@@ -27,10 +27,12 @@ OPTIONS
-------
*-a, --attribute*='ATTRIBUTE'::
Set asciidoc(1) attribute value (shortcut for *--asciidoc-opts*='"-a
- ATTRIBUTE"' option). This option may be specified more than once.
+ ATTRIBUTE"' option).
+ This option may be specified more than once.
*--asciidoc-opts*='ASCIIDOC_OPTS'::
Additional 'asciidoc(1)' options.
+ This option may be specified more than once.
*--conf-file*='CONF_FILE'::
Load configuration file. See <<X2,CONF FILES section>>.
@@ -98,6 +100,7 @@ OPTIONS
*--xsltproc-opts*='XSLTPROC_OPTS'::
Additional 'xsltproc(1)' options.
+ This option may be specified more than once.
*--fop*::
Use FOP to generate PDFs. The default behavior is to use
@@ -107,9 +110,11 @@ OPTIONS
*--fop-opts*='FOP_OPTS'::
Additional 'fop(1)' options. If this option is specified FOP is used
to generate PDFs.
+ This option may be specified more than once.
*--dblatex-opts*='DBLATEX_OPTS'::
Additional 'dblatex(1)' options.
+ This option may be specified more than once.
Options can also be set in the AsciiDoc source file. If 'SOURCE_FILE'
contains a comment line beginning with *// a2x:* then the remainder of