summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorStef Walter <stef@thewalter.net>2010-12-06 08:01:48 +0000
committerStef Walter <stef@thewalter.net>2010-12-06 08:01:48 +0000
commit0ab2f566734609d572950d9281a219c96c4b60ea (patch)
tree54b7f39b3dd8d9d8d29916d2117eaaabebb814e7 /Makefile
parent76e037cf7f9949e6e76621e9c3ae8c12eea9cea3 (diff)
Initial version of trust assertion docbook.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e19e697..ddaa252 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,7 @@
+all: draft-pkcs11-trust-assertions.txt html/index.html
+
draft-pkcs11-trust-assertions.txt: draft-pkcs11-trust-assertions.xml
xml2rfc $<
-all: draft-pkcs11-trust-assertions.txt
+html/index.html: docbook-params.xsl trust-assertions.xml
+ xmlto --skip-validation -o html/ -x docbook-params.xsl xhtml trust-assertions.xml