diff options
author | Leif Johansson <leifj@sunet.se> | 2010-11-23 16:09:00 +0100 |
---|---|---|
committer | Leif Johansson <leifj@sunet.se> | 2010-11-23 16:09:00 +0100 |
commit | 937d645098213bb8d77126ad2d332e3b5b561533 (patch) | |
tree | 4e42f64b9cf5bae13cceaed58f411b815a991670 /NewMakefile | |
parent | c6ef63afb44b877af279a68eb69cbc1a7d83dbe8 (diff) |
build idp-only testing metadata
Diffstat (limited to 'NewMakefile')
-rw-r--r-- | NewMakefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/NewMakefile b/NewMakefile index 41bc9cc9..627007a2 100644 --- a/NewMakefile +++ b/NewMakefile @@ -13,7 +13,7 @@ keys: $(KEY) $(CERT) MXML=$(shell echo *.mxml) -sign: keys swamid nya swamid-compat nya-testing old-swamid-testing swamid-testing swamid-kalmar swamid-edugain-testing swamid-ki-sll +sign: keys swamid nya swamid-compat nya-testing old-swamid-testing swamid-testing swamid-testing-idp swamid-kalmar swamid-edugain-testing swamid-ki-sll urn-mace-swami.se-swamid-test-1.0-metadata.mxml: @sed 's!http://md.swamid.se/md/swamid-1.0.xml!urn:mace:swami.se:swamid:test-1.0!g' < swamid-1.0.mxml > urn-mace-swami.se-swamid-test-1.0-metadata.mxml @@ -63,7 +63,7 @@ swamid-ki-sll: @test -s swamid-ki-sll-1.0.xml && cp swamid-ki-sll-1.0.xml $(DEST) test: - for x in $(MXML); do xmllint --xinclude --nowarning --noout --path schema --schema schema.xsd $$x; done + @for x in $(MXML); do xmllint --xinclude --nowarning --noout --path schema --schema schema.xsd $$x; done clean: @rm -f *.xml |