Thank Glynn<div>But if I just &quot;write&quot; a script a put it in /Scripts/ I will have to create a HTML page and put it   in $GISBASE/docs/html/&lt;scriptname&gt;.html in order to have a manual right?</div><div><br></div>
<div>Regarding Built Scripts using GRASS makefiles, the structure would be something like this?</div><div><div><br></div><div><span class="Apple-style-span" style="background-color: rgb(204, 204, 204);">MODULE_TOPDIR = ../..</span></div>
<div><span class="Apple-style-span" style="background-color: rgb(204, 204, 204);">PGM = &lt;SCRIPT NAME&gt;</span></div><div><span class="Apple-style-span" style="background-color: rgb(204, 204, 204);">include $(MODULE_TOPDIR)/include/Make/Script.make</span></div>
<div><span class="Apple-style-span" style="background-color: rgb(204, 204, 204);">default: script</span></div><div><br></div><div>?</div><div><br></div><div>Thanks you all</div><br><div class="gmail_quote">On Thu, Jan 28, 2010 at 1:19 PM, Glynn Clements <span dir="ltr">&lt;<a href="mailto:glynn@gclements.plus.com">glynn@gclements.plus.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im"><br>
Franz Schiller wrote:<br>
<br>
&gt; I&#39;ve been browsing around the Scripts and, for example i.tasscap /i.oif, has<br>
&gt; a fine and nice manual tab associated with the function (with pictures, text<br>
&gt; bla bla bla).<br>
&gt; How can I do this manual pages to be associated with my own scripts?<br>
<br>
</div>It should appear automatically if there is a manual page at<br>
<br>
        $GISBASE/docs/html/&lt;scriptname&gt;.html<br>
<br>
If scripts are &quot;built&quot; using the GRASS Makefiles, the manual page will<br>
be generated by merging the description.html file with the module and<br>
option descriptions at the top of the script.<br>
<font color="#888888"><br>
--<br>
Glynn Clements &lt;<a href="mailto:glynn@gclements.plus.com">glynn@gclements.plus.com</a>&gt;<br>
</font></blockquote></div><br></div>