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

autocreation of Image.wmml and/or the_image_module_onepage.html

Rev: tutorial/Image.wmml:1.5
Rev: tutorial/Makefile:1.8
parent af1aa540
No related branches found
No related tags found
No related merge requests found
......@@ -34,24 +34,24 @@ This module adds image-drawing and -manipulating
<dt><encaps>NOTA BENE</encaps><dd>
<font size=-1><pre>Image module documentation is based on these file versions:
$Id: Image.wmml,v 1.4 1997/11/10 14:19:41 mirar Exp $
$Id: Image.wmml,v 1.4 1997/11/10 14:19:41 mirar Exp $
$Id: Image.wmml,v 1.4 1997/11/10 14:19:41 mirar Exp $
$Id: Image.wmml,v 1.4 1997/11/10 14:19:41 mirar Exp $
$Id: Image.wmml,v 1.4 1997/11/10 14:19:41 mirar Exp $
$Id: Image.wmml,v 1.4 1997/11/10 14:19:41 mirar Exp $
$Id: Image.wmml,v 1.4 1997/11/10 14:19:41 mirar Exp $
$Id: Image.wmml,v 1.4 1997/11/10 14:19:41 mirar Exp $
$Id: Image.wmml,v 1.4 1997/11/10 14:19:41 mirar Exp $
$Id: Image.wmml,v 1.4 1997/11/10 14:19:41 mirar Exp $
$Id: Image.wmml,v 1.4 1997/11/10 14:19:41 mirar Exp $
$Id: Image.wmml,v 1.4 1997/11/10 14:19:41 mirar Exp $
$Id: Image.wmml,v 1.4 1997/11/10 14:19:41 mirar Exp $
$Id: Image.wmml,v 1.4 1997/11/10 14:19:41 mirar Exp $
$Id: Image.wmml,v 1.4 1997/11/10 14:19:41 mirar Exp $
$Id: Image.wmml,v 1.4 1997/11/10 14:19:41 mirar Exp $
$Id: Image.wmml,v 1.4 1997/11/10 14:19:41 mirar Exp $
$Id: Image.wmml,v 1.4 1997/11/10 14:19:41 mirar Exp $
$Id: Image.wmml,v 1.5 1997/11/10 14:23:46 mirar Exp $
$Id: Image.wmml,v 1.5 1997/11/10 14:23:46 mirar Exp $
$Id: Image.wmml,v 1.5 1997/11/10 14:23:46 mirar Exp $
$Id: Image.wmml,v 1.5 1997/11/10 14:23:46 mirar Exp $
$Id: Image.wmml,v 1.5 1997/11/10 14:23:46 mirar Exp $
$Id: Image.wmml,v 1.5 1997/11/10 14:23:46 mirar Exp $
$Id: Image.wmml,v 1.5 1997/11/10 14:23:46 mirar Exp $
$Id: Image.wmml,v 1.5 1997/11/10 14:23:46 mirar Exp $
$Id: Image.wmml,v 1.5 1997/11/10 14:23:46 mirar Exp $
$Id: Image.wmml,v 1.5 1997/11/10 14:23:46 mirar Exp $
$Id: Image.wmml,v 1.5 1997/11/10 14:23:46 mirar Exp $
$Id: Image.wmml,v 1.5 1997/11/10 14:23:46 mirar Exp $
$Id: Image.wmml,v 1.5 1997/11/10 14:23:46 mirar Exp $
$Id: Image.wmml,v 1.5 1997/11/10 14:23:46 mirar Exp $
$Id: Image.wmml,v 1.5 1997/11/10 14:23:46 mirar Exp $
$Id: Image.wmml,v 1.5 1997/11/10 14:23:46 mirar Exp $
$Id: Image.wmml,v 1.5 1997/11/10 14:23:46 mirar Exp $
$Id: Image.wmml,v 1.5 1997/11/10 14:23:46 mirar Exp $
</pre></font>
<p>
......@@ -1083,8 +1083,8 @@ zero upon failure, font object upon success
<hr newpage>
<anchor name=Image.font.set_xspacing_scale>
<anchor name=Image.font.set_yspacing_scale>
<anchor name=Image.font.set_xspacing_scale>
<dl>
<dt><encaps>NAME</encaps><dd>
<tt>Image.font->set_xspacing_scale</tt><br>
......@@ -2167,9 +2167,9 @@ color of the requested pixel -- ({int red,int green,int blue})
<anchor name=Image.image.gif_begin>
<anchor name=Image.image.gif_add>
<anchor name=Image.image.gif_end>
<anchor name=Image.image.gif_add_fs_nomap>
<anchor name=Image.image.gif_netscape_loop>
<anchor name=Image.image.gif_add_nomap>
<anchor name=Image.image.gif_add_fs_nomap>
<anchor name=Image.image.togif>
<anchor name=Image.image.togif_fs>
<anchor name=Image.image.gif_add_fs>
......
......@@ -8,8 +8,14 @@ tutorial.html: tutorial.wmml
tutorial_onepage.html: tutorial.wmml
./wmmltohtml2 <tutorial.wmml html_onepage tutorial_onepage
Image.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
clean:
rm *.html illustration_cache illustration*.gif
rm *.html illustration_cache illustration*.gif
export:
(cd .. ; tar czvf tutorial.tar.gz \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment