diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,7 +35,7 @@ sign: swamid upstream projects rm -f $*.tbs $*.n %.pub: %.sig - xmllint --nowarning --noout --path schema --schema schema.xsd $< && mv $< $(DEST)/$*.xml + mkdir -p $(DEST) && xmllint --nowarning --noout --path schema --schema schema.xsd $< && mv $< $(DEST)/$*.xml dependencies: swamid-externals-sp-2.0.xml swamid-interfederations-idp-2.0.xml |