X-Git-Url: http://git.megacz.com/?p=org.ibex.core.git;a=blobdiff_plain;f=Makefile;h=3369b98cb6f1626c310595151ff1294f59499cb4;hp=fbe7bcd1fded353c1e25d56b41c004f3f6f2074e;hb=db9fd9570a6e8302a34e6fc32d04d58b59e39a99;hpb=05cee6f0c97936e58be6ec625d851afb3d63495e diff --git a/Makefile b/Makefile index fbe7bcd..3369b98 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ target := $(target_$(platform)) all: Java2 Linux Win32 Darwin Solaris -clean: ; rm -rf build +clean: ; rm -rf build; rm .preprocessor dist-clean: rm -rf .jikes .configure* .install* build .compile .build* find upstream -name config.cache -exec rm {} \; @@ -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