mirror of
https://github.com/vinta/awesome-python.git
synced 2026-07-25 21:23:27 +00: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…
Add table
Add a link
Reference in a new issue