docs/makefile
author Boris Feld <boris.feld@octobus.net>
Mon, 26 Jun 2017 17:20:08 +0200
changeset 2688 b6e50897b94e
parent 765 015cd9d3bfdd
child 2824 d0e3a8e0b62c
permissions -rw-r--r--
obsfate: override the default log output Override the default log output by showing obsfate if not empty.


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