diff options
-rw-r--r-- | Makefile | 12 |
1 files changed, 0 insertions, 12 deletions
@@ -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 |