view docs/makefile @ 2413:22fb71a2d865

obshashrangecache: make sure we re-warm the cache after a reset This will "mitigate" the effect of dropping existing entries when new markers affect existing range.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Thu, 18 May 2017 17:47:59 +0200
parents 015cd9d3bfdd
children d0e3a8e0b62c
line wrap: on
line source


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