From a92a0ae865b9d9fccb001bec52cbf470d040ec4e Mon Sep 17 00:00:00 2001 From: adam Date: Wed, 14 Apr 2004 20:49:08 +0000 Subject: [PATCH] reduce whineage originating from tupshin darcs-hash:20040414204908-5007d-72466073d9afc93cfb1deccfb26e59eaa7bad431.gz --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 1.7.10.4