X-Git-Url: http://git.megacz.com/?p=org.ibex.core.git;a=blobdiff_plain;f=Makefile;h=3369b98cb6f1626c310595151ff1294f59499cb4;hp=136f4efb4baa2cb5aae2924e0e944343fc6ba247;hb=db9fd9570a6e8302a34e6fc32d04d58b59e39a99;hpb=f719d37ecf9ebe11b95975b3b3b7cdd82bee174a diff --git a/Makefile b/Makefile index 136f4ef..3369b98 100644 --- a/Makefile +++ b/Makefile @@ -380,7 +380,7 @@ commit: propose-patch darcs push --and-apply 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 + cd $(@D); java -cp ../../build/class org.ibex.util.Doc < `basename $*`.xml > `basename $*`.tex cd $(@D); pdflatex `basename $*`.tex open doc/$*.pdf