summaryrefslogtreecommitdiff
path: root/doc/Makefile
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2004-07-27 22:09:11 +0000
committerStef Walter <stef@memberwebs.com>2004-07-27 22:09:11 +0000
commite4ce50db67f6dc6d77f96b0fae1f7590bc62ee9e (patch)
treeb7710dc8d1ebd398e8cef9aa6f35ad1e8f5f0551 /doc/Makefile
parent2577a1c42b8304db19d79cf24b28b03c34786f6d (diff)
- Fix font problem
Diffstat (limited to 'doc/Makefile')
-rw-r--r--doc/Makefile8
1 files changed, 7 insertions, 1 deletions
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