From d4667297365a0f4ddbb00e901819f146b10a1c0c Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 12 Jun 2011 18:25:35 -0400 Subject: [PATCH] html build makefile --- docs/Makefile | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 docs/Makefile diff --git a/docs/Makefile b/docs/Makefile new file mode 100644 index 0000000..f6f1dd3 --- /dev/null +++ b/docs/Makefile @@ -0,0 +1,3 @@ +html: + + ronn -5 ./httpbin.1.md --pipe > ../httpbin/static/index.html \ No newline at end of file