view docs/makefile @ 760:bbb3a0e1dfea

evolve: add more details when we abort for case not handled yet Verboser output to help people knowing what is going on and solving it on their own.
author Pierre-Yves David <pierre-yves.david@fb.com>
date Tue, 07 Jan 2014 15:52:47 -0800
parents 11c5f734d64e
children 015cd9d3bfdd
line wrap: on
line source


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

tutorial:
	python test2rst.py tutorials/

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