aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2021-09-20 15:07:35 +0200
committerJonas Smedegaard <dr@jones.dk>2021-09-20 15:07:35 +0200
commit473799ef7656372dee11cfb0d61157d9f6255d10 (patch)
treea4b40c9b10f6c4351f1c040e88b4349a4c05f0f8 /Makefile
parente89c553aedcd130cf97f05bbd58e958607222f4e (diff)
add feature mail
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 90ccc60..60b6bca 100644
--- a/Makefile
+++ b/Makefile
@@ -7,10 +7,11 @@ eventhost ?= event.$(domain)
shellhost ?= shell.$(domain)
githost ?= source.$(domain)
gitshellhost ?= $(shellhost)
+mailhost ?= mail.$(domain)
matrixhost ?= matrix.$(domain)
organisation ?= Example orga
contact_sysadmins ?= contact sysadmins
-VARIABLES = domain eventhost shellhost githost gitshellhost matrixhost organisation contact_sysadmins
+VARIABLES = domain eventhost shellhost githost gitshellhost mailhost matrixhost organisation contact_sysadmins
MKDOCS_PREP ?= bin/mkdocs-prep.pl