summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeif Johansson <leifj@sunet.se>2011-11-30 15:45:36 +0100
committerLeif Johansson <leifj@sunet.se>2011-11-30 15:45:36 +0100
commit63fab40be6b6f280f5d06bcdc9e8b202e2b2e747 (patch)
tree71460faf77e100733b6ee27c2fb73b78ecb9ca01
parente6b7bd66a4f2e7eae691ea9e27b96ec635b1a357 (diff)
nsclean before signing
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c78a881b..8933a186 100644
--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,7 @@ MXML=$(shell echo *.mxml)
sign: keys swamid nya nya-testing swamid-testing swamid-testing-idp upstream swamid-ki-sll swamid-fiv-test
%.sig: %.mxml
- xsltproc $(XSLTDEFS) --xinclude --nsclean xslt/swamid-sign.xsl $< > $*.tbs
+ xsltproc $(XSLTDEFS) --xinclude xslt/swamid-sign.xsl $< > $*.tbs
xmlsec1 --sign --privkey-pem $(KEY),$(CERT) --pwd $(PASS) --output $@ $*.tbs
xmllint --xinclude --nowarning --noout --path schema --schema schema.xsd $@
rm -f $*.tbs