kaz 02/02/23 11:56:45
Modified: xdocs build-file.xml
Log:
Updated to relect how the 'docs' target works now.
Revision Changes Path
1.4 +6 -10 jakarta-turbine-maven/xdocs/build-file.xml
Index: build-file.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/xdocs/build-file.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- build-file.xml 23 Feb 2002 01:35:07 -0000 1.3
+++ build-file.xml 23 Feb 2002 19:56:45 -0000 1.4
@@ -218,20 +218,16 @@
documentation in xdoc format. The documentation for the
project is determined from various elements of the
<a href="project-descriptor.html#project"><code>project</code></a>
- element of the Maven project descriptor as well as the
- <a
href="project-descriptor.html#documentation"><code>documentation</code></a>
- element.
- </p>
- <p>
- [FIXME: Waiting to see what comes of the docuemtation. Its still
- being worked out. As soon as its complete, I've revise this
- section appropriately.]
+ element of the Maven project descriptor. In addition, any
+ documentation in the <code>xdoc</code> directory is
+ transformed to HTML.
</p>
<p>
The generated HTML documentation is placed in the
<code>docs</code> directory relative to the base directory of
- the project. If this directory does not exist, it is
- created.
+ the project. If this directory does not exist, it is created.
+ Additionally, all images from the <code>xdoc/images</code>
+ directory are copied to the <code>docs/images</code> directory.
</p>
</subsection>
<subsection name="javadocs">
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>