docs/makefile
author Pierre-Yves David <pierre-yves.david@logilab.fr>
Wed, 19 Sep 2012 17:30:07 +0200
branchstable
changeset 571 31efc36f3aac
parent 558 11c5f734d64e
child 765 015cd9d3bfdd
permissions -rw-r--r--
rebase: warn about troubles created by rebase The previous order created obsolete marker after checking for new troubles


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