Skip to content
Snippets Groups Projects
Commit 3a911c2a authored by Cam Saul's avatar Cam Saul
Browse files

tweak Makefile

parent d7375dca
No related branches found
No related tags found
No related merge requests found
......@@ -6,12 +6,10 @@ dox:
git checkout master
git pull
lein marg
cp ./docs/uberdoc.html ./uberdoc.html
cp ./docs/uberdoc.html ./index.html
git checkout gh-pages
git pull
rm index.html
mv uberdoc.html index.html
git add index.html
git commit -m "Updated dox."
git push
git checkout master
# git push
# git checkout master
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment