summaryrefslogtreecommitdiff
path: root/doc/Makefile
blob: a27e322fb96b075a875d06e66cd40423c2dc6fae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

# To rebuild the docs change this
XSDDOC = /opt/xsddoc/bin/xsddoc
RTFX = ../src/rtfx

# Various settings
XSD = rtfx.xsd
TITLE = "RTFX Output Format"


.SUFFIXES: .xml .rtf

all:
	mkdir -p xsddoc
	$(XSDDOC) -o xsddoc -t $(TITLE) -g $(XSD)
	$(RTFX) -p sample.rtf sample_p.xml
	$(RTFX) sample.rtf sample.xml