Added makefile target for website and doc updating.
This commit is contained in:
parent
b9cae3564a
commit
74862dcbca
1 changed files with 6 additions and 0 deletions
6
Makefile
6
Makefile
|
|
@ -9,3 +9,9 @@ clean-pyc:
|
|||
find . -name '*.pyc' -exec rm -f {} +
|
||||
find . -name '*.pyo' -exec rm -f {} +
|
||||
find . -name '*~' -exec rm -f {} +
|
||||
|
||||
upload-website:
|
||||
scp -r website/* pocoo.org:/var/www/flask.pocoo.org/
|
||||
|
||||
upload-docs:
|
||||
$(MAKE) -C docs html && scp -r docs/_build/html/* pocoo.org:/var/www/flask.pocoo.org/docs/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue