Removed website from main branch. Makes no sense to be there
This commit is contained in:
parent
d73be4b709
commit
3261357ba7
6 changed files with 0 additions and 131 deletions
3
Makefile
3
Makefile
|
|
@ -10,8 +10,5 @@ clean-pyc:
|
|||
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 dirhtml && scp -r docs/_build/dirhtml/* pocoo.org:/var/www/flask.pocoo.org/docs/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue