docs/makefile
author Pierre-Yves David <pierre-yves.david@logilab.fr>
Tue, 11 Sep 2012 15:59:27 +0200
branchstable
changeset 557 41688ca951e7
parent 242 1fc4299ca8e2
child 558 11c5f734d64e
permissions -rw-r--r--
doc: add a logo It's not that cute be we have one.


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

tutorial:
	python test2rst.py tutorials/

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