docs/makefile
branchstable
changeset 557 41688ca951e7
parent 242 1fc4299ca8e2
child 558 11c5f734d64e
equal deleted inserted replaced
556:c6236b19b10c 557:41688ca951e7
     1 
     1 
     2 all: tutorial
     2 all: tutorial static/logo-evolve.ico
     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 
       
     8 logo-evolve.ico:
       
     9 	convert -resize 36x36 static/logo-evolve.svg static/logo-evolve.ico
       
    10 
       
    11