From 140d836e9cd54fb67b969fd82ef7ed19ba574d40 Mon Sep 17 00:00:00 2001 From: Luca Falavigna Date: Sat, 26 Apr 2014 15:11:58 +0200 Subject: Imported Upstream version 2.3.1 --- .../docbook-xsl-1.76.1/params/html.stylesheet.xml | 36 ++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 src/engine/SCons/Tool/docbook/docbook-xsl-1.76.1/params/html.stylesheet.xml (limited to 'src/engine/SCons/Tool/docbook/docbook-xsl-1.76.1/params/html.stylesheet.xml') diff --git a/src/engine/SCons/Tool/docbook/docbook-xsl-1.76.1/params/html.stylesheet.xml b/src/engine/SCons/Tool/docbook/docbook-xsl-1.76.1/params/html.stylesheet.xml new file mode 100644 index 0000000..3407094 --- /dev/null +++ b/src/engine/SCons/Tool/docbook/docbook-xsl-1.76.1/params/html.stylesheet.xml @@ -0,0 +1,36 @@ + + +html.stylesheet +string + + +html.stylesheet +Name of the stylesheet(s) to use in the generated HTML + + + + + + + + +Description + +The html.stylesheet parameter is either +empty, indicating that no stylesheet link tag should be +generated in the html output, or it is a list of one or more +stylesheet files. + +Multiple stylesheets are space-delimited. If you need to +reference a stylesheet URI that includes a space, encode it with +%20. A separate html link element will +be generated for each stylesheet in the order they are listed in the +parameter. + + + -- cgit v1.2.3