From 0ea543e300c1b73082616431a1717a68a95a6959 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Thu, 29 Nov 2018 03:43:21 +0100 Subject: Support setup files. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e856307..f8ce4ef 100644 --- a/Makefile +++ b/Makefile @@ -19,6 +19,8 @@ docs/%: source ln -sf $(shell realpath --relative-to=$@ source/$(subst /,-,$*)/USE.md) docs/$*/use.md) $(if $(wildcard source/$(subst /,-,$*)/ADMIN.md),\ ln -sf $(shell realpath --relative-to=$@ source/$(subst /,-,$*)/ADMIN.md) docs/$*/admin.md) + $(if $(wildcard source/$(subst /,-,$*)/SETUP.md),\ + ln -sf $(shell realpath --relative-to=$@ source/$(subst /,-,$*)/SETUP.md) docs/$*/setup.md) init: mr update -- cgit v1.2.3