summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLeif Johansson <leifj@sunet.se>2011-12-01 13:10:55 +0100
committerLeif Johansson <leifj@sunet.se>2011-12-01 13:10:55 +0100
commitba159a996ea105e4f1dc03647fe0bf22039ff472 (patch)
treee4736c22a3a126e6cf1653a533225580d381d5cf /Makefile
parentee5313ec12f581d7ff175132e3d3816d40090155 (diff)
make org optional
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2370c899..29647d45 100644
--- a/Makefile
+++ b/Makefile
@@ -9,6 +9,7 @@ DATE=$(shell perl scripts/expiration_date.pl $(DAYS))
RPI=false
CONTACTS=false
TOU=true
+ORG=true
TRANSFORM=xslt/normalize.xsl
XSLTDEFS := --stringparam tou $(TOU) --stringparam rpi $(RPI) --stringparam defaultContact $(CONTACTS) --stringparam date $(DATE)
@@ -43,7 +44,7 @@ edugain:
$(MAKE) RPI=true CONTACTS=true swamid-edugain-testing-1.0.pub swamid-edugain-1.0.pub
projects:
- $(MAKE) RPI=false CONTACTS=false TOU=false swamid-fiv-test.pub
+ $(MAKE) RPI=false CONTACTS=false TOU=false ORG=false swamid-fiv-test.pub
swamid-externals: swamid-externals1 swamid-externals2