diff --git a/tutorial/Makefile b/tutorial/Makefile index 10ff9a6c0064651f69d3a36a6b4f0b0d5e308b86..ab540c4d33829b37f76ee63dd796f15b46442519 100644 --- a/tutorial/Makefile +++ b/tutorial/Makefile @@ -2,7 +2,7 @@ all: tutorial.html tutorial_onepage.html # lenna.gif lenna-mirrorx.gif lenna-mirrory.gif lenna-rotate.gif lenna-skewx.gif lenna-skewy.gif -.DUMMY: +.DUMMY: Image.wmml tutorial.html: .DUMMY ./wmmltohtml2 <tutorial.wmml html tutorial @@ -11,11 +11,14 @@ tutorial_onepage.html: .DUMMY ./wmmltohtml2 <tutorial.wmml html_onepage tutorial_onepage Image.wmml : - cd ../src/modules/Image; make wmml + (cd ../src/modules/Image; make wmml) the_image_module_onepage.html: Image.wmml the_image_module.wmml ./wmmltohtml2 <the_image_module.wmml html_onepage the_image_module_onepage +the_image_module.html: Image.wmml the_image_module.wmml + ./wmmltohtml2 <the_image_module.wmml html the_image_module + clean: rm *.html illustration_cache illustration*.gif diff --git a/tutorial/the_image_module.wmml b/tutorial/the_image_module.wmml index a0c75be64a0dfdcf4c46df24aad3646f91b4eaba..2ff6ac8908f22c07a3a96eb5874c5dc9766d5d9e 100644 --- a/tutorial/the_image_module.wmml +++ b/tutorial/the_image_module.wmml @@ -1,11 +1,17 @@ -<chapter title='the Image module'> +<preface title="Preface"> +bla blahu blu bla blä +</preface> -<section title="bla bla"> -</section> +<table-of-contents title="Table of contents"> -<section title="Reference"> -<include file=Image.wmml> -</section> +<introduction title="Introduction"> +bla blabla bla blah blah +</introduction> +<chapter title="Reference"> +[...] +<include file=Image.wmml> </chapter> + +