docs/makefile
author Pulkit Goyal <pulkit@yandex-team.ru>
Mon, 26 Nov 2018 16:43:39 +0300
changeset 4268 d5a2cc19903f
parent 2960 1a4f26eec0af
child 4631 150be007f421
permissions -rw-r--r--
topics: improve the message around topic changing The new message says 'cleared' when topic name is cleared, if we change to a new topic name, it mentions the new topic name too.


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