From 22168a3aaf9ca3d3e4ccaa255ac5cf6674a68a2a Mon Sep 17 00:00:00 2001
From: Cam Saul <cam@geotip.com>
Date: Mon, 23 Feb 2015 12:37:15 -0800
Subject: [PATCH] tweak Makefile

---
 Makefile | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/Makefile b/Makefile
index 4646364c800..481db33ff0a 100644
--- a/Makefile
+++ b/Makefile
@@ -5,11 +5,13 @@
 dox:
 	git checkout master
 	git pull
-	lein marg
-	cp ./docs/uberdoc.html ./index.html
+	# lein marg
+	cp ./docs/uberdoc.html ~/Desktop/index.html.temp
 	git checkout gh-pages
 	git pull
-	git add index.html
+	rm index.html
+	mv ~/Desktop/index.html.temp index.html
+	git add index.htmlg
 	git commit -m "Updated dox."
 	# git push
 	# git checkout master
-- 
GitLab