aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f8ce4ef..d358ec3 100644
--- a/Makefile
+++ b/Makefile
@@ -21,6 +21,8 @@ docs/%: source
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)
+ $(if $(wildcard source/$(subst /,-,$*)/DEVELOP.md),\
+ ln -sf $(shell realpath --relative-to=$@ source/$(subst /,-,$*)/DEVELOP.md) docs/$*/devel.md)
init:
mr update