summaryrefslogtreecommitdiff
path: root/doc/a2x.1.txt
diff options
context:
space:
mode:
authorStuart Rackham <srackham@methods.co.nz>2011-04-23 16:11:16 +1200
committerStuart Rackham <srackham@methods.co.nz>2011-04-23 16:11:16 +1200
commit643df5b6096a85fc2d8ceab90982a2821877b305 (patch)
tree1bd625d5713e095508e20a4fbfe903dd7e4f0f8d /doc/a2x.1.txt
parent9170fcddc9801c82fe6fb4b0ee578df9067947a8 (diff)
downloadasciidoc-git-643df5b6096a85fc2d8ceab90982a2821877b305.tar.gz
Documented that you can specify multiple CSS files with the a2x(1) --stylesheet
command option. See: http://groups.google.com/group/asciidoc/browse_thread/thread/baf3218551d05a05
Diffstat (limited to 'doc/a2x.1.txt')
-rw-r--r--doc/a2x.1.txt11
1 files changed, 6 insertions, 5 deletions
diff --git a/doc/a2x.1.txt b/doc/a2x.1.txt
index 55be1fd..f7b7d96 100644
--- a/doc/a2x.1.txt
+++ b/doc/a2x.1.txt
@@ -87,11 +87,12 @@ OPTIONS
Environment variables and tilde home directories are allowed.
*--stylesheet*='STYLESHEET'::
- The file name of the CSS stylesheet file that is used to style HTML
- output generated by docbook-xsl. Defaults to 'docbook-xsl.css'. The
- stylesheet must reside in a valid <<X3, resource file>> location.
- Applies to HTML formats: 'xhtml', 'epub', 'chunked', 'htmlhelp'
- formats.
+ A space delimited list of one or more CSS stylesheet file names that
+ are used to style HTML output generated by DocBook XSL Stylesheets.
+ Defaults to 'docbook-xsl.css'. The stylesheets are processed in
+ list order. The stylesheets must reside in a valid <<X3, resource
+ file>> location. Applies to HTML formats: 'xhtml', 'epub',
+ 'chunked', 'htmlhelp' formats.
*-v, --verbose*::
Print operational details to stderr.