view docs/makefile @ 2895:e4ee0b6170e9

compat: make it more clear that evolve need Mercurial >= minversion The message is more clear when mercurial isn't installed at all.
author Philippe Pepiot <phil@philpep.org>
date Tue, 29 Aug 2017 17:30:07 +0200
parents d0e3a8e0b62c
children 1a4f26eec0af
line wrap: on
line source


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

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

tutorials/topic-tutorial.rst: tutorials/topic-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