diff options
author | Stef Walter <stef@thewalter.net> | 2010-12-06 18:30:54 +0000 |
---|---|---|
committer | Stef Walter <stef@thewalter.net> | 2010-12-06 18:30:54 +0000 |
commit | 0d9953a60407ce5b457a84df7bac00ac0b72230c (patch) | |
tree | cbba5ff890fdfff5697ccbdd4bc9b11a2a525319 /Makefile | |
parent | 8d6346fb6ff49c8fd919217a1fb662ddca9da2a8 (diff) |
Remove old RFC draft.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -1,7 +1,4 @@ -all: draft-pkcs11-trust-assertions.txt html/index.html - -draft-pkcs11-trust-assertions.txt: draft-pkcs11-trust-assertions.xml - xml2rfc $< +all: html/index.html html/index.html: docbook-params.xsl trust-assertions.xml xmlto --skip-validation -o html/ -x docbook-params.xsl xhtml trust-assertions.xml |