From b38015b2db8cd3b4ffc2d9e83b92ffca5f9f0968 Mon Sep 17 00:00:00 2001
From: "Mirar (Pontus Hagland)" <pike@sort.mirar.org>
Date: Sat, 29 Nov 1997 21:43:13 +0100
Subject: [PATCH] Image manual added

Rev: tutorial/Makefile:1.10
Rev: tutorial/the_image_module.wmml:1.2
---
 tutorial/Makefile              |  7 +++++--
 tutorial/the_image_module.wmml | 18 ++++++++++++------
 2 files changed, 17 insertions(+), 8 deletions(-)

diff --git a/tutorial/Makefile b/tutorial/Makefile
index 10ff9a6c00..ab540c4d33 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 a0c75be64a..2ff6ac8908 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>
 
+
+
-- 
GitLab