X-Git-Url: http://git.megacz.com/?p=org.ibex.core.git;a=blobdiff_plain;f=Makefile;fp=Makefile;h=2c873c6323061c94e4c197e8db0c8b877ed4b4d3;hp=7690ad661eb809e2a1bcd3dd8e064b4822fb484f;hb=a92a0ae865b9d9fccb001bec52cbf470d040ec4e;hpb=23aea54b4e270294024080696610c61ef0267de5 diff --git a/Makefile b/Makefile index 7690ad6..2c873c6 100644 --- 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