mirror of
https://github.com/vinta/awesome-python.git
synced 2025-02-17 15:55:47 -05:00
fix Makefile
This commit is contained in:
parent
d533c5bc65
commit
4f55f2da5a
1 changed files with 5 additions and 1 deletions
6
Makefile
6
Makefile
|
@ -4,9 +4,13 @@ DOCDIR=$(BASEDIR)/docs
|
|||
install:
|
||||
pip install mkdocs
|
||||
|
||||
link:
|
||||
ln -sf $(BASEDIR)/README.md $(DOCDIR)/index.md
|
||||
|
||||
preview:
|
||||
$(MAKE) link
|
||||
mkdocs serve
|
||||
|
||||
deploy:
|
||||
ln -sf $(BASEDIR)/README.md $(DOCDIR)/index.md
|
||||
$(MAKE) link
|
||||
mkdocs gh-deploy --clean
|
||||
|
|
Loading…
Add table
Reference in a new issue