diff options
Diffstat (limited to 'doc/Makefile')
-rw-r--r-- | doc/Makefile | 11 |
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 |