summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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