docs/makefile
author Greg Ward <greg@gerg.ca>
Thu, 24 Jan 2013 18:02:00 -0500
changeset 654 c56109c9aebf
parent 558 11c5f734d64e
child 765 015cd9d3bfdd
permissions -rw-r--r--
tutorial: fix grammar, spelling, punctuation I restrained myself to making only changes that turn bad English into good English. There are still opportunities to improve the tutorial, but other changes require some discussion and review. This change should be uncontroversial. The same changes had to be duplicated in both copies of the tutorial (hmmm); it's not clear which one is definitive.


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