make html => fab docs

This commit is contained in:
Kenneth Reitz
2011-06-12 23:18:49 -04:00
parent adf2704081
commit 0492f24b86
2 changed files with 1 additions and 5 deletions
-3
View File
@@ -1,3 +0,0 @@
html:
ronn -5 ./httpbin.1.md --style toc --pipe > ../httpbin/templates/httpbin.1.html
Vendored
+1 -2
View File
@@ -20,9 +20,8 @@ def _path_to(*loc):
def docs():
os.chdir(_path_to('docs'))
os.system('make')
os.chdir(_path_to('.'))
os.system('ronn -5 README.md --style toc --pipe > ./httpbin/templates/httpbin.1.html')
def prod():