docs/makefile
author Pierre-Yves David <pierre-yves.david@logilab.fr>
Tue, 23 Oct 2012 15:05:32 +0200
branchstable
changeset 585 f013ca072bd9
parent 558 11c5f734d64e
child 765 015cd9d3bfdd
permissions -rw-r--r--
evolve: detect and abort if 2.4 is detected The meaning of critical attribut have changed in 2.4


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