docs/makefile
author Dan Villiom Podlaski Christiansen <danchr@gmail.com>
Wed, 16 Oct 2013 18:28:52 +0200
changeset 745 99e51aff724b
parent 558 11c5f734d64e
child 765 015cd9d3bfdd
permissions -rw-r--r--
add obsolete parents wrapper to the 'parents' command although the command itself cannot *cause* obsolete changesets, the information is rather relevant to the state of the parents


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