view docs/makefile @ 716:4c0f6d555032 stable

prune: add --user and --date options They control the metadata writen to the obsolescence marker.
author Levi Bard <levi@unity3d.com>
date Mon, 11 Feb 2013 09:21:22 +0000
parents 11c5f734d64e
children 015cd9d3bfdd
line wrap: on
line source


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