X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Makefile;h=4229a7156d5cbbd2885a930b65d728d6fa3c1b79;hb=9d4e2434725c2ee15785e27d662bb9465cb767f2;hp=b549dc616c014892180f3bd1d25b679707a1c1db;hpb=0ae74b438d50f79317965e366cbd6919d4910f9a;p=org.ibex.core.git diff --git a/Makefile b/Makefile index b549dc6..4229a71 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/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 +