# 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