Skip to content
Snippets Groups Projects
Commit b38015b2 authored by Mirar (Pontus Hagland)'s avatar Mirar (Pontus Hagland)
Browse files

Image manual added

Rev: tutorial/Makefile:1.10
Rev: tutorial/the_image_module.wmml:1.2
parent 35be3beb
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ all: tutorial.html tutorial_onepage.html ...@@ -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 # lenna.gif lenna-mirrorx.gif lenna-mirrory.gif lenna-rotate.gif lenna-skewx.gif lenna-skewy.gif
.DUMMY: .DUMMY: Image.wmml
tutorial.html: .DUMMY tutorial.html: .DUMMY
./wmmltohtml2 <tutorial.wmml html tutorial ./wmmltohtml2 <tutorial.wmml html tutorial
...@@ -11,11 +11,14 @@ tutorial_onepage.html: .DUMMY ...@@ -11,11 +11,14 @@ tutorial_onepage.html: .DUMMY
./wmmltohtml2 <tutorial.wmml html_onepage tutorial_onepage ./wmmltohtml2 <tutorial.wmml html_onepage tutorial_onepage
Image.wmml : 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 the_image_module_onepage.html: Image.wmml the_image_module.wmml
./wmmltohtml2 <the_image_module.wmml html_onepage the_image_module_onepage ./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: clean:
rm *.html illustration_cache illustration*.gif rm *.html illustration_cache illustration*.gif
......
<chapter title='the Image module'> <preface title="Preface">
bla blahu blu bla blä
</preface>
<section title="bla bla"> <table-of-contents title="Table of contents">
</section>
<section title="Reference"> <introduction title="Introduction">
<include file=Image.wmml> bla blabla bla blah blah
</section> </introduction>
<chapter title="Reference">
[...]
<include file=Image.wmml>
</chapter> </chapter>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment