From 2577a1c42b8304db19d79cf24b28b03c34786f6d Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Tue, 27 Jul 2004 22:03:40 +0000 Subject: - Documentation building --- doc/.cvsignore | 1 + doc/Makefile | 11 +++++++++++ doc/sample_p.xml | 1 + 3 files changed, 13 insertions(+) create mode 100644 doc/.cvsignore create mode 100644 doc/Makefile create mode 100644 doc/sample_p.xml (limited to 'doc') diff --git a/doc/.cvsignore b/doc/.cvsignore new file mode 100644 index 0000000..c60c0ff --- /dev/null +++ b/doc/.cvsignore @@ -0,0 +1 @@ +xsddoc diff --git a/doc/Makefile b/doc/Makefile new file mode 100644 index 0000000..fb2dc5d --- /dev/null +++ b/doc/Makefile @@ -0,0 +1,11 @@ + +# To rebuild the docs change this +XSDDOC = /opt/xsddoc/bin/xsddoc + +# Various settings +XSD = rtfx.xsd +TITLE = "RTFX Output Format" + +all: + mkdir -p xsddoc + $(XSDDOC) -o xsddoc -t $(TITLE) -g $(XSD) \ No newline at end of file diff --git a/doc/sample_p.xml b/doc/sample_p.xml new file mode 100644 index 0000000..313b001 --- /dev/null +++ b/doc/sample_p.xml @@ -0,0 +1 @@ +This is a test RTFNateNate