X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Makefile;h=993e66e79d01f59adf420d90e174e75cce0315c8;hb=7bfa509c88f79ec899e7e6ebdb775d3c83e420f9;hp=5e3536e17b55bdb582702b1fa11108b7936b8f21;hpb=65f5a2e162b6b33498f4911122820c08881e3a07;p=org.ibex.core.git diff --git a/Makefile b/Makefile index 5e3536e..993e66e 100644 --- a/Makefile +++ b/Makefile @@ -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 +