diff options
author | Rob Austein <sra@hactrn.net> | 2007-12-13 04:38:25 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2007-12-13 04:38:25 +0000 |
commit | 4bd92fbff3a3f0ae2293d2099254f4b0cd196613 (patch) | |
tree | 74cb4dbd9d23e8b2d4753ba1f1c7419c517b2146 /scripts/Makefile | |
parent | 860f22425ed8e45de79309cf8839f25de6d0a1f2 (diff) |
Basic client revocation, not yet tested
svn path=/scripts/Makefile; revision=1378
Diffstat (limited to 'scripts/Makefile')
-rw-r--r-- | scripts/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/Makefile b/scripts/Makefile index 9be3323d..8133d691 100644 --- a/scripts/Makefile +++ b/scripts/Makefile @@ -16,10 +16,6 @@ all:: up-down-schema.rng up-down-schema.rng: up-down-schema.rnc trang up-down-schema.rnc up-down-schema.rng -test:: relaxng - -#test:: all ; python xml-parse-test.py - dont-run-trang: touch *.rng @@ -29,6 +25,10 @@ relaxng: left-right-protocol-samples/.stamp left-right-schema.rng up-down-schema # all:: resource-cert-samples-regen +# test:: relaxng + +# test:: all ; python xml-parse-test.py + resource-cert-samples-regen: resource-cert-samples/.stamp cd resource-cert-samples && make |