docs/makefile
author Martin von Zweigbergk <martinvonz@google.com>
Thu, 16 Nov 2017 11:38:33 -0800
changeset 3198 390c87f8c65d
parent 2960 1a4f26eec0af
child 4631 150be007f421
permissions -rw-r--r--
summaryhook: respect -q flag There's no test coverage, but it seems pretty obvious and I don't care enough to write a test.


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

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

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

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