On Mon, 23 Feb 2015, Gerben Wierda wrote: > I have a standard ConTeXt project setup (products, environment, chapters subdirectory). In the chapters subdirectory there is a Makefile. I’ve just installed mkiv. Can someone tell me what I need to change in this Makefile to compile my project with mkiv instead of mkii? > > .tex.pdf: > texexec --pdf ${MODE} ${ONCE} $< Change `texexec --pdf` to `context` Aditya