From e4ce50db67f6dc6d77f96b0fae1f7590bc62ee9e Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Tue, 27 Jul 2004 22:09:11 +0000 Subject: - Fix font problem --- doc/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'doc/Makefile') diff --git a/doc/Makefile b/doc/Makefile index fb2dc5d..a27e322 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -1,11 +1,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) \ No newline at end of file + $(XSDDOC) -o xsddoc -t $(TITLE) -g $(XSD) + $(RTFX) -p sample.rtf sample_p.xml + $(RTFX) sample.rtf sample.xml -- cgit v1.2.3