diff options
author | William Victor Mote <vmote@apache.org> | 2003-05-03 06:16:35 +0000 |
---|---|---|
committer | William Victor Mote <vmote@apache.org> | 2003-05-03 06:16:35 +0000 |
commit | 8bddae3718664de62149e6477f218db86beae38d (patch) | |
tree | b30646edd750b6074e71adca61a2adc4411932e5 /src/documentation/content/xdocs/book.xml | |
parent | 6f03aff6005294b52f41efb0fec24e0245c68026 (diff) | |
download | xmlgraphics-fop-8bddae3718664de62149e6477f218db86beae38d.tar.gz xmlgraphics-fop-8bddae3718664de62149e6477f218db86beae38d.zip |
Add content for the build process.
Change terminology from "compile" to "build".
Add building javadocs as a reason to download source.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196393 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation/content/xdocs/book.xml')
-rw-r--r-- | src/documentation/content/xdocs/book.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/documentation/content/xdocs/book.xml b/src/documentation/content/xdocs/book.xml index f653a6e69..d73690715 100644 --- a/src/documentation/content/xdocs/book.xml +++ b/src/documentation/content/xdocs/book.xml @@ -23,7 +23,7 @@ <menu label="Using FOP"> <menu-item label="Release Notes" href="relnotes.html"/> <menu-item label="Download" href="download.html"/> - <menu-item label="Compile" href="compiling.html"/> + <menu-item label="Build" href="compiling.html"/> <menu-item label="Configure" href="configuration.html"/> <menu-item label="Run" href="running.html"/> <menu-item label="Embed" href="embedding.html"/> |