reduce whineage originating from tupshin
[org.ibex.core.git] / Makefile
index 7690ad6..2c873c6 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -409,7 +409,7 @@ dist: compile
        echo -e "\n\n\n*** DONE ******************************************"
 
 propose-patch:
-       @darcs push --edit-description -o .darcspatch -T patches@xwt.org http://core.ibex.org/
+       @darcs send --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";\
@@ -418,7 +418,7 @@ propose-patch:
        @rm .darcspatch 
 
 commit: propose-patch
-       darcs push --and-apply xwt@xwt.org:/var/www/org/ibex/core/
+       darcs push xwt@xwt.org:/var/www/org/ibex/core/
 
 doc/%.pdf: build/class/org/ibex/util/XML.class build/class/org/ibex/util/Doc.class doc/%.xml
        cd $(@D); java -cp ../../build/class org.ibex.util.Doc slides < `basename $*`.xml > `basename $*`.tex