summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDave Henderson <dhenderson@gmail.com>2017-05-23 23:49:08 -0400
committerDave Henderson <dhenderson@gmail.com>2017-05-24 23:53:07 -0400
commit1a8d5bf338113a60f7435a7f6b8ea7db0d7c0f32 (patch)
treedc1c43a06021cf6fae6b7389bff007aad1691207 /Makefile
parentcaa326d2c16fa3f1f24897f17dc14ff290be82e2 (diff)
Hugoizing doc site
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 25694645..7e9b7a44 100644
--- a/Makefile
+++ b/Makefile
@@ -78,4 +78,10 @@ test-integration: build build-mirror
gen-changelog:
github_changelog_generator --no-filter-by-milestone --exclude-labels duplicate,question,invalid,wontfix,admin
+docs/themes/hugo-material-docs:
+ git clone https://github.com/digitalcraftsman/hugo-material-docs.git $@
+
+gen-docs: docs/themes/hugo-material-docs
+ cd docs/; hugo
+
.PHONY: gen-changelog clean test build-x compress-all build-release build build-integration-image test-integration-docker