update Makefile
This commit is contained in:
7
Makefile
7
Makefile
@ -3,14 +3,13 @@ DOCDIR=$(BASEDIR)/docs
|
|||||||
|
|
||||||
install:
|
install:
|
||||||
pip install mkdocs
|
pip install mkdocs
|
||||||
|
pip install mkdocs-bootswatch
|
||||||
|
|
||||||
link:
|
link:
|
||||||
ln -sf $(BASEDIR)/README.md $(DOCDIR)/index.md
|
ln -sf $(BASEDIR)/README.md $(DOCDIR)/index.md
|
||||||
|
|
||||||
preview:
|
preview: link
|
||||||
$(MAKE) link
|
|
||||||
mkdocs serve
|
mkdocs serve
|
||||||
|
|
||||||
deploy:
|
deploy: link
|
||||||
$(MAKE) link
|
|
||||||
mkdocs gh-deploy --clean
|
mkdocs gh-deploy --clean
|
||||||
|
Reference in New Issue
Block a user