summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a41e735b..4ec83fdd 100644
--- a/Makefile
+++ b/Makefile
@@ -33,8 +33,7 @@ sign: swamid upstream projects
rm -f $*.tbs $*.n
%.pub: %.sig
- samlsign -c $(CERT) -f $< && xmllint --c14n $< > $(DEST)/$*.xml
- rm -f $<
+ xmllint --nowarning --noout --path schema --schema schema.xsd $< && mv $< $(DEST)/$*.xml
dependencies: swamid-externals-sp-2.0.xml swamid-interfederations-idp-2.0.xml