summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLeif Johansson <leifj@sunet.se>2011-09-23 15:41:16 +0200
committerLeif Johansson <leifj@sunet.se>2011-09-23 15:41:16 +0200
commitfd7278b7937dc24bb4d8a9df88436bbc53682872 (patch)
tree56a9f930f0bd5bd214310bd5a860410ba56df36d /Makefile
parent1998d95569d22e1d237f14f4c0d16c0279c5e26c (diff)
removed unsigned
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f8c2d9ba..4b192359 100644
--- a/Makefile
+++ b/Makefile
@@ -37,7 +37,6 @@ swamid: swamid1 swamid2
swamid1:
@saml-md-tool swamid-1.0 update --key=$(KEY) --cert=$(CERT) --pwd=$(PASS)
@test -s swamid-1.0.xml && cp swamid-1.0.xml $(DEST)
- #@test -s swamid-1.0-unsigned.xml && cp swamid-1.0-unsigned.xml $(DEST)
swamid2-deps: swamid-backport-1.0.xml swamid-externals-sp-2.0.xml
@@ -54,7 +53,6 @@ swamid-externals-sp-2.0.xml: swamid-externals-2.0.mxml
nya:
@saml-md-tool nya-1.0 update --key=$(KEY) --cert=$(CERT) --pwd=$(PASS)
@test -s nya-1.0.xml && cp nya-1.0.xml $(DEST)
- #@test -s nya-1.0-unsigned.xml && cp nya-1.0-unsigned.xml $(DEST)
nya-testing:
@saml-md-tool nya-1.0-testing update --key=$(KEY) --cert=$(CERT) --pwd=$(PASS)