Added new doc files to upload.

This commit is contained in:
idmillington 2013-09-29 19:51:19 +01:00
parent 6aa173bfb0
commit c84a620247
1 changed files with 1 additions and 1 deletions

2
site/fabfile.py vendored
View File

@ -36,7 +36,7 @@ def package():
"""Create an archive with the site content in it."""
# Start with the docs.
with lcd(DOC_OUT_DIR):
local("tar -cf %s *.html media" % TAR)
local("tar -cf %s *.html media doc" % TAR)
# Add games.
with lcd(ROOT_DIR):