From 36fb7d1f162cf8203135c4f799ef692ab42c3e46 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Mon, 20 Sep 2021 17:14:03 +0200 Subject: stop generate default hints file (done with mkdocs-prep now) --- Makefile | 12 ------------ 1 file changed, 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 -- cgit v1.2.3