diff options
author | Leif Johansson <leifj@sunet.se> | 2013-04-10 14:47:17 +0200 |
---|---|---|
committer | Leif Johansson <leifj@sunet.se> | 2013-04-10 14:47:17 +0200 |
commit | abed962bdcdc97178d4bc658bdaa8a5892aa4e63 (patch) | |
tree | b5deebe3209148889ef496f1a31d69500e6855fb /Makefile | |
parent | cbc1bbbaed145de2dfd6b09387f55fa14786ccdc (diff) | |
parent | 3ec6224cc6cf1ad320a51edd64b415be4641aa09 (diff) |
Merge branch 'master' of md-master.swamid.se:swamid-metadata
Conflicts:
swamid-sp-2.0.mxml
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -132,7 +132,8 @@ swamid-ki-sll: @test -s swamid-ki-sll-1.0.xml && cp swamid-ki-sll-1.0.xml $(DEST) test: swamid2-deps - @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 2>&1 ; done | sed 's/fails to validate/[1;31m&[0m/;s/validates/[1;32m&[0m/' clean: @rm -f *.xml *.tbs *.n + |