SRC = tryton.rst
OBJ = ${SRC:.rst=.html}

all: ${OBJ}

%.html: %.rst
	./pygrst2s5 --theme-url ui/tryton-s5 --stylesheet=pygments.css $< $@
