summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTobias Gerdin <tgerdin@gmail.com>2018-07-19 15:14:57 +0200
committerBozhidar Batsov <bozhidar.batsov@gmail.com>2018-07-31 19:34:13 +0300
commite5d332e133d76a9796d2ad448b78b6e652422746 (patch)
treef2756f8026b01d5d69b41c112e63c358e4713855 /Makefile
parentdf6f56e5f94d97efac9063a6dcfd25cf75e477f5 (diff)
Add makefile target for building docs
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1343586c..507103d6 100644
--- a/Makefile
+++ b/Makefile
@@ -60,3 +60,6 @@ elpaclean: clean
run-cider: elpa
cask exec $(EMACS) -Q -L . --eval "(require 'cider)"
+
+html:
+ mkdocs build