Moved website into separate branch
This commit is contained in:
parent
e7811186e2
commit
cdb17c55b3
97 changed files with 1 additions and 6930 deletions
17
Makefile
17
Makefile
|
|
@ -1,17 +0,0 @@
|
|||
.PHONY: clean-pyc test
|
||||
|
||||
all: clean-pyc test
|
||||
|
||||
test:
|
||||
python tests/flask_tests.py
|
||||
|
||||
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 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