]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
readme for generating docs
authorKeiron Liddle <keiron@apache.org>
Tue, 3 Dec 2002 10:06:10 +0000 (10:06 +0000)
committerKeiron Liddle <keiron@apache.org>
Tue, 3 Dec 2002 10:06:10 +0000 (10:06 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195729 13f79535-47bb-0310-9956-ffa450edef68

src/documentation/README [new file with mode: 0644]

diff --git a/src/documentation/README b/src/documentation/README
new file mode 100644 (file)
index 0000000..1c75ce1
--- /dev/null
@@ -0,0 +1,24 @@
+To update the docs:
+
+The documentation is generated using forrest (http://xml.apache.org/forrest/).
+
+The current procedure is:
+
+- checkout xml-forrest module
+- run: build.sh(bat) dist
+- follow instructions to set FORREST_HOME and path
+- go to xml-fop directory
+- run forrest(.bat)
+
+The documents will then be placed in build/site/
+
+NOTE: the compliance.html currently does not work, it can be fixed by
+adding the dtd ref to: build/tmp/context/resources/schema/catalog
+and placing the dtd in: build/tmp/context/resources/schema/dtd/
+
+To update website
+- put the generated docs into the xml-site module targets/fop/
+  this could be done by simlinking the destination to the targets/fop
+- commit the documents
+
+