summaryrefslogtreecommitdiff
path: root/docs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--docs/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/Makefile b/docs/Makefile
new file mode 100644
index 0000000..6e023a7
--- /dev/null
+++ b/docs/Makefile
@@ -0,0 +1,7 @@
+.PHONY: docs
+
+docs: ../dist/docs/admin_handbook.html ../dist/docs/cca.scfg.example ../dist/docs/handbook.css
+
+../dist/docs/%: %
+ mkdir -p ../dist/docs
+ cp $< $@