added commit makefile target
[org.ibex.core.git] / Makefile
index e704dcc..b549dc6 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -368,7 +368,7 @@ dist: compile
        echo -e "\n\n\n*** DONE ******************************************"
 
 propose-patch:
-       @darcs push --and-apply --edit-description -o .darcspatch -T patches@xwt.org http://darcs.ibex.org/ibex/
+       @darcs push --and-apply --edit-description -o .darcspatch -T patches@xwt.org http://core.ibex.org/
        @(echo "To: patches@xwt.org";\
         SUB=`grep -A10000 New.patches .darcspatch | grep '^\\[' | cut -b 2- | tr \\\n , | sed s_,_,\ _g | sed "s_, *\\$$__"`;\
         echo "Subject: $$SUB";\
@@ -376,3 +376,5 @@ propose-patch:
         cat .darcspatch) | /usr/sbin/sendmail -bm -f $(USER)@xwt.org patches@xwt.org;
        @rm .darcspatch 
 
+commit: propose-patch
+       darcs push --and-apply xwt@xwt.org:/var/www/org/ibex/core/