diff docs/makefile @ 2960:1a4f26eec0af

test2rst: ignore the #if/#endif line in the output They are not useful for the rest.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Thu, 21 Sep 2017 16:55:17 +0200
parents d0e3a8e0b62c
children 150be007f421
line wrap: on
line diff
--- a/docs/makefile	Thu Sep 21 10:45:27 2017 +0200
+++ b/docs/makefile	Thu Sep 21 16:55:17 2017 +0200
@@ -2,10 +2,10 @@
 all: tutorials/tutorial.rst tutorials/topic-tutorial.rst static/logo-evolve.ico
 	sphinx-build . ../html/
 
-tutorials/tutorial.rst: tutorials/tutorial.t
+tutorials/tutorial.rst: tutorials/tutorial.t test2rst.py
 	python test2rst.py tutorials/
 
-tutorials/topic-tutorial.rst: tutorials/topic-tutorial.t
+tutorials/topic-tutorial.rst: tutorials/topic-tutorial.t test2rst.py
 	python test2rst.py tutorials/
 
 static/logo-evolve.ico: static/logo-evolve.svg