Skip to content

Commit

Permalink
dirhtml > html for websites
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuhiko committed Apr 18, 2010
1 parent fdf4d79 commit 764b4e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -14,4 +14,4 @@ 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/
$(MAKE) -C docs dirhtml && scp -r docs/_build/dirhtml/* pocoo.org:/var/www/flask.pocoo.org/docs/

0 comments on commit 764b4e4

Please sign in to comment.