From 473799ef7656372dee11cfb0d61157d9f6255d10 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Mon, 20 Sep 2021 15:07:35 +0200 Subject: add feature mail --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3