From 9839f474db4e150ba6a61421ec28c879d5b3d3fb Mon Sep 17 00:00:00 2001 From: Tj Holowaychuk Date: Tue, 1 Mar 2011 09:31:21 -0800 Subject: [PATCH] docs --- Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6b8471ab6..6f996a3db 100644 --- a/Makefile +++ b/Makefile @@ -22,4 +22,10 @@ docs: docclean: rm -f docs/*.{html,json} -.PHONY: docs test test-cov docclean \ No newline at end of file +site: docclean docs + cp -fr docs /tmp/docs \ + && git checkout gh-pages \ + && cp -fr /tmp/docs/* . \ + && echo "done" + +.PHONY: site docs test test-cov docclean \ No newline at end of file