X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Makefile;h=993e66e79d01f59adf420d90e174e75cce0315c8;hb=7bfa509c88f79ec899e7e6ebdb775d3c83e420f9;hp=b549dc616c014892180f3bd1d25b679707a1c1db;hpb=0ae74b438d50f79317965e366cbd6919d4910f9a;p=org.ibex.core.git diff --git a/Makefile b/Makefile index b549dc6..993e66e 100644 --- a/Makefile +++ b/Makefile @@ -378,3 +378,9 @@ propose-patch: 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 +