aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2020-06-20 10:42:22 +0200
committerJonas Smedegaard <dr@jones.dk>2020-06-20 10:42:22 +0200
commit8fe1e54f704d6a1eefff2109d578821cc0c52315 (patch)
treed8bf113981db30f0b9dab123c0c415aadfdb2b19 /Makefile
parent83b92e26072029241e181f11a66301a2f7f8650f (diff)
include this SETUP as About → Website setup; Improve menu items below About
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3bd88cf..a6839fc 100644
--- a/Makefile
+++ b/Makefile
@@ -29,6 +29,7 @@ docs:
mkdir -p docs
find docs -type l -delete
$(MUSTACHE) < README.md > docs/index.md
+ $(MUSTACHE) < SETUP.md > docs/setup.md
docs/%: source
mkdir -p docs/$*