docs/makefile
author Pierre-Yves David <pierre-yves.david@fb.com>
Tue, 07 Jan 2014 16:07:43 -0800
changeset 761 60a2fad03650
parent 558 11c5f734d64e
child 765 015cd9d3bfdd
permissions -rw-r--r--
removed the qsync extension. The only user I knew about (logilab) is not using it anymore. It not compatible with coming Mercurial version 2.9.


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

tutorial:
	python test2rst.py tutorials/

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