docs/makefile
author Pierre-Yves David <pierre-yves.david@octobus.net>
Sat, 10 Nov 2018 16:01:31 +0100
changeset 4239 7e274734cc2c
parent 2960 1a4f26eec0af
child 4631 150be007f421
permissions -rw-r--r--
next: use the `hint` argument of bail if changed The argument is availabel since Mercurial 4.1. So let's use it.


all: tutorials/tutorial.rst tutorials/topic-tutorial.rst static/logo-evolve.ico
	sphinx-build . ../html/

tutorials/tutorial.rst: tutorials/tutorial.t test2rst.py
	python test2rst.py tutorials/

tutorials/topic-tutorial.rst: tutorials/topic-tutorial.t test2rst.py
	python test2rst.py tutorials/

static/logo-evolve.ico: static/logo-evolve.svg
	convert -resize 36x36 static/logo-evolve.svg static/logo-evolve.ico