diff options
author | Keiron Liddle <keiron@apache.org> | 2002-03-18 08:58:05 +0000 |
---|---|---|
committer | Keiron Liddle <keiron@apache.org> | 2002-03-18 08:58:05 +0000 |
commit | 68384a39b8517bcda2be21e1b663499966490aca (patch) | |
tree | acfd13aaac2539e2651b526f022d817f99c80fcf /docs/design/book.xml | |
parent | 3de2bfd03b153d0aa42e8e42c8a1ad55b04e1adb (diff) | |
download | xmlgraphics-fop-68384a39b8517bcda2be21e1b663499966490aca.tar.gz xmlgraphics-fop-68384a39b8517bcda2be21e1b663499966490aca.zip |
updates to docs with build target for understanding and alt.design
Submitted by: "Peter B. West" <pbwest@powerup.com.au>
Reviewed by: Keiron
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194707 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/design/book.xml')
-rw-r--r-- | docs/design/book.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/design/book.xml b/docs/design/book.xml index cdb23444b..315ed9cac 100644 --- a/docs/design/book.xml +++ b/docs/design/book.xml @@ -3,6 +3,8 @@ <book title="FOP Design" copyright="1999-2002 The Apache Software Foundation"> <external href="http://xml.apache.org/fop/" label="About FOP"/> <separator/> + <external href="understanding/index.html" label="Understanding" /> + <separator/> <page id="index" label="Design" source="intro.xml"/> <page id="architecture" label="Architecture" source="architecture.xml" /> <page id="properties" label="Properties" source="properties.xml" /> @@ -19,4 +21,7 @@ <page id="extending" label="Extending" source="extending.xml" /> <separator/> <page id="status" label="Status" source="status.xml" /> + <separator/> + <external href="alt.design/index.html" label="ALT DESIGN" /> + <separator/> </book> |