X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Makefile;h=993e66e79d01f59adf420d90e174e75cce0315c8;hb=7bfa509c88f79ec899e7e6ebdb775d3c83e420f9;hp=e704dcc79dbc3eb10987865ad2144d5751f0e674;hpb=9c46568249885085b710f76f00a56a12f5ee61c9;p=org.ibex.core.git diff --git a/Makefile b/Makefile index e704dcc..993e66e 100644 --- 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,11 @@ 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/ + +reference: build/class/org/ibex/util/XML.class build/class/org/ibex/util/Doc.class doc/reference.xml + cd doc; java -cp ../build/class org.ibex.util.Doc < reference.xml > reference.tex + cd doc; pdflatex reference.tex + open doc/reference.pdf +