aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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/$*