aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
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