Author: alexsmirnov
Date: 2007-06-06 18:15:38 -0400 (Wed, 06 Jun 2007)
New Revision: 1064
Modified:
trunk/docs/userguide/pom.xml
Log:
generate multipage html documentation
Modified: trunk/docs/userguide/pom.xml
===================================================================
--- trunk/docs/userguide/pom.xml 2007-06-06 20:02:15 UTC (rev 1063)
+++ trunk/docs/userguide/pom.xml 2007-06-06 22:15:38 UTC (rev 1064)
@@ -195,25 +195,34 @@
master.xml
</sourceDocumentName>
<formats>
-
- <format>
+
+ <format>
<formatName>pdf</formatName>
<stylesheetResource>
- /${translation}/fopdf.xsl
+ /${translation}/fopdf.xsl
</stylesheetResource>
<finalName>
- ajax4jsf_reference.pdf
+ richfaces_reference.pdf
</finalName>
- </format>
-
+ </format>
<format>
<formatName>html</formatName>
<stylesheetResource>
+ /${translation}/html_chunk.xsl
+ </stylesheetResource>
+ <finalName>index.html</finalName>
+ </format>
+
+ <format>
+ <formatName>html</formatName>
+ <stylesheetResource>
/${translation}/html.xsl
</stylesheetResource>
- <!--
- <finalName>index.html</finalName>
- -->
+
+ <finalName>
+ richfaces_reference.html
+ </finalName>
+
</format>
</formats>
<xincludeSupported>true</xincludeSupported>