From 1a8d5bf338113a60f7435a7f6b8ea7db0d7c0f32 Mon Sep 17 00:00:00 2001 From: Dave Henderson Date: Tue, 23 May 2017 23:49:08 -0400 Subject: Hugoizing doc site Signed-off-by: Dave Henderson --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.3