mirror of
https://github.com/vinta/awesome-python.git
synced 2025-01-18 07:16:59 +00:00
update Makefile
This commit is contained in:
parent
a7c4e01f95
commit
0d3f958760
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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user