diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 14 |
1 files changed, 4 insertions, 10 deletions
@@ -18,14 +18,11 @@ XSLTDEFS := --stringparam org $(ORG) --stringparam ID $(ID) --stringparam tou $( SIGNER := xmlsec1 --sign --privkey-pem $(KEY),$(CERT) --pwd $(PASS) --id-attr:ID urn:oasis:names:tc:SAML:2.0:metadata:EntitiesDescriptor BASEURL := http://md.swamid.se/md SIGN := xslt/sign.xsl -HTML := HEADER.html README.html -STYLE := bootstrap swamid-logo-3.png -TOU := swamid-tou-en.txt swamid-tou-sv.txt -WEBFILES := $(HTML) $(STYLE) $(TOU) +SITE := site/md.swamid.se -include $(SWAMID_MK_CONFIG) -all: clean dependencies test sign clean web pubpubkey +all: clean dependencies test sign clean web MXML=$(shell echo *.mxml) @@ -79,11 +76,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: $(WEBFILES) - rsync -avz $(WEBFILES) $(DEST) - -pubpubkey: - rsync -avz $(CERT) $(DEST) +web: $(SITE) + rsync -avz $(CERT) $(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 |