From b8f6adf700fa3c67feefaea3d2cf5c4626300489 Mon Sep 17 00:00:00 2001 From: Adam Megacz Date: Mon, 7 Mar 2011 12:26:33 -0800 Subject: [PATCH] more Makefile updates --- Makefile | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index 8abce1b..ce0c250 100644 --- a/Makefile +++ b/Makefile @@ -23,6 +23,14 @@ clean: # this is for Adam's use only! +push: build/CoqPass.hs + git push http://git.megacz.com/coq-garrows.git master + git add -f build/CoqPass.hs; \ + git commit -m 'update baked-in CoqPass.hs' && \ + (git push -f http://git.megacz.com/coq-garrows.git master:coq-extraction-baked-in; \ + git reset HEAD^) + make publish + publish: rm -rf .temp mkdir .temp @@ -47,10 +55,3 @@ publish: ssh login.eecs.berkeley.edu -- 'rm public_html/coq-in-ghc/pdfs/*.pdf' ; true scp .temp/*.pdf login.eecs.berkeley.edu:public_html/coq-in-ghc/pdfs/ rm -rf .temp - -push: build/CoqPass.hs - git push http://git.megacz.com/coq-garrows.git master - git add -f build/CoqPass.hs - git commit -m 'update baked-in CoqPass.hs' - git push http://git.megacz.com/coq-garrows.git master:coq-extraction-baked-in - git reset HEAD^ -- 1.7.10.4