Переглянути джерело

Updated with stylesheet description for xhtml.chunked.xsl and
html.chunked.xsl

Greger V. Teigre 19 роки тому
батько
коміт
4afe97e771
1 змінених файлів з 11 додано та 0 видалено
  1. 11 0
      doc/stylesheets/README

+ 11 - 0
doc/stylesheets/README

@@ -21,6 +21,17 @@ Description of files in this directory:
      Stylesheet used to build parts of the documentation tree. This would
      generate single large xhtml file in the same directory.
 
+* xhtml.chunked.xsl:
+     Stylesheet used to generate chunked xhtml version, i.e. multiple 
+     files. Normally used with a Makefile setting output_dir=some_sub_dir
+     to generate all output files in one directory.
+
+* html.chunked.xsl:
+     Stylesheet used to generate chunked html version, i.e. multiple
+     files. Used to generate html that browsers without xhtml support
+     can view.  Normally used with a Makefile setting 
+     output_dir=some_sub_dir to generate all output files in one directory.
+
 * dep.xsl:
      XSL stylesheet that traverses XML documents and generates list of
      dependencies that will be included by makefiles.