diff options
author | Leif Johansson <leifj@sunet.se> | 2016-11-17 08:14:45 +0100 |
---|---|---|
committer | Leif Johansson <leifj@sunet.se> | 2016-11-17 08:14:45 +0100 |
commit | 8386ce0d096b543dc20dae8e535914789a4b64d1 (patch) | |
tree | 776fd40baddb91d63324509edfcb08d109fca1a8 /Makefile | |
parent | ed6b6b786e57edc5b831030c80de9d6b288cac54 (diff) |
copy tou's
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -19,6 +19,7 @@ SIGNER := xmlsec1 --sign --privkey-pem $(KEY),$(CERT) --pwd $(PASS) --id-attr:ID BASEURL := http://md.swamid.se/md SIGN := xslt/sign.xsl SITE := site/md.swamid.se +TOU := swamid-tou-en.txt swamid-tou-sv.txt -include $(SWAMID_MK_CONFIG) @@ -76,8 +77,8 @@ swamid-interfederations2: swamid: swamid-2.0.pub swamid-no-interfederation-combined.pub swamid-discovery.pub swamid-idp.pub swamid-idp-transitive.pub swamid-registered.pub swamid-testing-1.0.pub swamid-testing-idp-1.0.pub -web: $(SITE) - rsync -avz $(CERT) $(SITE)/ $(DEST) +web: $(SITE) $(TOU) $(CERT) + rsync -avz $(CERT) $(TOU) $(SITE)/ $(DEST) swamid-interfederations-idp-2.0.xml: swamid-interfederations-2.0.mxml @xsltproc --xinclude xslt/extract-idp.xslt swamid-interfederations-2.0.mxml > swamid-interfederations-idp-2.0.xml |