Skip to content

Commit e5d332e

Browse files
gerdintbbatsov
authored andcommitted
Add makefile target for building docs
1 parent df6f56e commit e5d332e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,6 @@ elpaclean: clean
6060

6161
run-cider: elpa
6262
cask exec $(EMACS) -Q -L . --eval "(require 'cider)"
63+
64+
html:
65+
mkdocs build

0 commit comments

Comments
 (0)