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