diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,8 +23,8 @@ sign: keys swamid nya nya-testing swamid-testing swamid-testing-idp upstream swa %.sig: %.mxml xsltproc $(XSLTDEFS) --xinclude xslt/swamid-sign.xsl $< > $*.tbs - xmllint --xinclude --nowarning --noout --path schema --schema schema.xsd $*.tbs xmlsec1 --sign --privkey-pem $(KEY),$(CERT) --pwd $(PASS) --output $@ $*.tbs + xmllint --xinclude --nowarning --noout --path schema --schema schema.xsd $@ rm -f $*.tbs %.pub: %.sig |