Thank Glynn<div>But if I just "write" a script a put it in /Scripts/ I will have to create a HTML page and put it in $GISBASE/docs/html/<scriptname>.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 = <SCRIPT NAME></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"><<a href="mailto:glynn@gclements.plus.com">glynn@gclements.plus.com</a>></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>
> I've been browsing around the Scripts and, for example i.tasscap /i.oif, has<br>
> a fine and nice manual tab associated with the function (with pictures, text<br>
> bla bla bla).<br>
> 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/<scriptname>.html<br>
<br>
If scripts are "built" 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 <<a href="mailto:glynn@gclements.plus.com">glynn@gclements.plus.com</a>><br>
</font></blockquote></div><br></div>