From 0d3f958760bc14efcf8c168afd7bb8b00f0861b4 Mon Sep 17 00:00:00 2001 From: Vinta Date: Mon, 24 Apr 2017 21:16:43 +0800 Subject: [PATCH] update Makefile --- Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 0c42fe4f..3b5b08e9 100644 --- a/Makefile +++ b/Makefile @@ -3,14 +3,13 @@ DOCDIR=$(BASEDIR)/docs install: pip install mkdocs + pip install mkdocs-bootswatch link: ln -sf $(BASEDIR)/README.md $(DOCDIR)/index.md -preview: - $(MAKE) link +preview: link mkdocs serve -deploy: - $(MAKE) link +deploy: link mkdocs gh-deploy --clean