doc: smarter make file stable
authorPierre-Yves David <pierre-yves.david@fb.com>
Thu, 09 Jan 2014 21:22:00 -0800
branchstable
changeset 765 015cd9d3bfdd
parent 764 4a74288c671c
child 766 32936a9f4389
doc: smarter make file We regenerate the tutorials when needed only
docs/makefile
--- a/docs/makefile	Thu Jan 09 21:38:56 2014 -0800
+++ b/docs/makefile	Thu Jan 09 21:22:00 2014 -0800
@@ -1,8 +1,8 @@
 
-all: tutorial static/logo-evolve.ico
+all: tutorials/tutorial.rst static/logo-evolve.ico
 	sphinx-build . ../html/
 
-tutorial:
+tutorials/tutorial.rst: tutorials/tutorial.t
 	python test2rst.py tutorials/
 
 static/logo-evolve.ico: static/logo-evolve.svg