summaryrefslogtreecommitdiff
path: root/doc/Makefile
blob: fb2dc5d1bc8d7d36879a92571fd7fd7c716892c3 (plain)
1
2
3
4
5
6
7
8
9
10
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)