mirror of
https://github.com/vinta/awesome-python.git
synced 2024-11-13 11:16:10 -05:00
update Makefile
This commit is contained in:
parent
a7c4e01f95
commit
0d3f958760
1 changed files with 3 additions and 4 deletions
7
Makefile
7
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
|
||||
|
|
Loading…
Reference in a new issue