docs/makefile
author Dan Villiom Podlaski Christiansen <dan@cabo.dk>
Tue, 22 Oct 2013 11:16:55 +0200
changeset 762 942aabaa8a8e
parent 558 11c5f734d64e
child 765 015cd9d3bfdd
permissions -rw-r--r--
evolve: show progress The total count may be too low on occasion. Not sure why. gaved up at testing this, can't get stable result.


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