summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 1fb324ee..2370c899 100644
--- a/Makefile
+++ b/Makefile
@@ -8,8 +8,9 @@ DAYS:=1
DATE=$(shell perl scripts/expiration_date.pl $(DAYS))
RPI=false
CONTACTS=false
+TOU=true
TRANSFORM=xslt/normalize.xsl
-XSLTDEFS := --stringparam rpi $(RPI) --stringparam defaultContact $(CONTACTS) --stringparam date $(DATE)
+XSLTDEFS := --stringparam tou $(TOU) --stringparam rpi $(RPI) --stringparam defaultContact $(CONTACTS) --stringparam date $(DATE)
all: update clean sign clean
@@ -42,7 +43,7 @@ edugain:
$(MAKE) RPI=true CONTACTS=true swamid-edugain-testing-1.0.pub swamid-edugain-1.0.pub
projects:
- $(MAKE) RPI=false CONTACTS=false swamid-fiv-test.pub
+ $(MAKE) RPI=false CONTACTS=false TOU=false swamid-fiv-test.pub
swamid-externals: swamid-externals1 swamid-externals2