diff --git a/tutorial/Makefile b/tutorial/Makefile
index 647c937195eabe3adfc57634fc5c54c76895558a..0a6322abbb524639f3a6010344aeef8b02a90540 100644
--- a/tutorial/Makefile
+++ b/tutorial/Makefile
@@ -1,10 +1,11 @@
-# all: tutorial.html
+all: tutorial.html tutorial_onepage.html
+
 # lenna.gif lenna-mirrorx.gif lenna-mirrory.gif lenna-rotate.gif lenna-skewx.gif lenna-skewy.gif
 
-all:
+tutorial.html: tutorial.wmml
 	./wmmltohtml2 <tutorial.wmml html tutorial
 
-tutorial_onepage.html:
+tutorial_onepage.html: tutorial.wmml
 	./wmmltohtml2 <tutorial.wmml html_onepage tutorial_onepage
 
 # tutorial.html: tutorial.wmml wmml_to_html