docs/makefile
author Pierre-Yves David <pierre-yves.david@fb.com>
Thu, 14 May 2015 15:59:06 -0700
changeset 1338 77cbf9121e8a
parent 765 015cd9d3bfdd
child 2824 d0e3a8e0b62c
permissions -rw-r--r--
inhibit: handle inhibit marker on stripped revision If a revision disappear from the repo, we should not crash.


all: tutorials/tutorial.rst static/logo-evolve.ico
	sphinx-build . ../html/

tutorials/tutorial.rst: tutorials/tutorial.t
	python test2rst.py tutorials/

static/logo-evolve.ico: static/logo-evolve.svg
	convert -resize 36x36 static/logo-evolve.svg static/logo-evolve.ico