comparison docs/makefile @ 558:11c5f734d64e stable

docs: fix makefile
author Pierre-Yves David <pierre-yves.david@logilab.fr>
date Tue, 11 Sep 2012 16:17:11 +0200
parents 41688ca951e7
children 015cd9d3bfdd
comparison
equal deleted inserted replaced
557:41688ca951e7 558:11c5f734d64e
3 sphinx-build . ../html/ 3 sphinx-build . ../html/
4 4
5 tutorial: 5 tutorial:
6 python test2rst.py tutorials/ 6 python test2rst.py tutorials/
7 7
8 logo-evolve.ico: 8 static/logo-evolve.ico: static/logo-evolve.svg
9 convert -resize 36x36 static/logo-evolve.svg static/logo-evolve.ico 9 convert -resize 36x36 static/logo-evolve.svg static/logo-evolve.ico
10 10
11 11