docs/makefile
author Pierre-Yves David <pierre-yves.david@logilab.fr>
Wed, 10 Oct 2012 15:26:09 +0200
changeset 579 f6063ef211fd
parent 558 11c5f734d64e
child 765 015cd9d3bfdd
permissions -rw-r--r--
evolve: drop code now in core The default branch aims compat with the mercurial default branch. we do not need all those conditional.


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