diff options
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |