diff options
| author | Dave Henderson <dhenderson@gmail.com> | 2017-05-23 23:49:08 -0400 |
|---|---|---|
| committer | Dave Henderson <dhenderson@gmail.com> | 2017-05-24 23:53:07 -0400 |
| commit | 1a8d5bf338113a60f7435a7f6b8ea7db0d7c0f32 (patch) | |
| tree | dc1c43a06021cf6fae6b7389bff007aad1691207 /Makefile | |
| parent | caa326d2c16fa3f1f24897f17dc14ff290be82e2 (diff) | |
Hugoizing doc site
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |
