diff --git a/docs/Makefile b/docs/Makefile deleted file mode 100644 index ea695e8..0000000 --- a/docs/Makefile +++ /dev/null @@ -1,3 +0,0 @@ -html: - - ronn -5 ./httpbin.1.md --style toc --pipe > ../httpbin/templates/httpbin.1.html \ No newline at end of file diff --git a/fabfile.py b/fabfile.py index cdcb961..6e5cc54 100644 --- a/fabfile.py +++ b/fabfile.py @@ -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():