docs fabfile fix

This commit is contained in:
Kenneth Reitz
2011-06-12 19:25:08 -04:00
parent d80a1d91a9
commit 8e09d4f0da
Vendored
+1
View File
@@ -22,6 +22,7 @@ def _path_to(*loc):
def docs():
os.chdir(_path_to('docs'))
os.system('make')
os.chdir(_path_to('.'))
def prod():