aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile12
1 files changed, 0 insertions, 12 deletions
diff --git a/Makefile b/Makefile
index 60b6bca..8a69b7e 100644
--- a/Makefile
+++ b/Makefile
@@ -2,17 +2,6 @@
-include site.mk
-domain ?= example.org
-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 mailhost matrixhost organisation contact_sysadmins
-
MKDOCS_PREP ?= bin/mkdocs-prep.pl
all: doc
@@ -44,7 +33,6 @@ docs/%: source
init:
mr update
- $(if $(wildcard site.mk),,$(foreach v,$(VARIABLES),echo $v = $($v) >> site.mk;))
clean:
rm -rf site