summaryrefslogtreecommitdiff
path: root/doc/Makefile
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2004-07-27 22:03:40 +0000
committerStef Walter <stef@memberwebs.com>2004-07-27 22:03:40 +0000
commit2577a1c42b8304db19d79cf24b28b03c34786f6d (patch)
tree798c8aeb3f520d07f518f861a99b532ce95ffff8 /doc/Makefile
parent42cb5dad6e77d88baad0dad56e47410f9412a814 (diff)
- Documentation building
Diffstat (limited to 'doc/Makefile')
-rw-r--r--doc/Makefile11
1 files changed, 11 insertions, 0 deletions
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