diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |