diff options
author | nobody <nobody@localhost.localdomain> | 2010-10-01 00:42:52 +0000 |
---|---|---|
committer | nobody <nobody@localhost.localdomain> | 2010-10-01 00:42:52 +0000 |
commit | 81d2baf10ca3f9a143eda37efc23c1fa23e8c85c (patch) | |
tree | 24ffe33bf6212c1799720bb1d0aa1a9d8ec145c3 /Makefile |
Rough initial concept of the trust assertions spec.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..e19e697 --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +draft-pkcs11-trust-assertions.txt: draft-pkcs11-trust-assertions.xml + xml2rfc $< + +all: draft-pkcs11-trust-assertions.txt |