docs/makefile
author Dan Villiom Podlaski Christiansen <danchr@gmail.com>
Fri, 26 Jul 2013 12:06:44 +0200
changeset 743 af74a5cdf96b
parent 558 11c5f734d64e
child 765 015cd9d3bfdd
permissions -rw-r--r--
conform to the Mercurial custom of lowercase messages ...and while at it, use the more usual long form of "can't"


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