Re: [GRASS-user] Compiling addons - description.html

2009-08-17 Thread Markus Neteler
On Mon, Aug 17, 2009 at 4:50 PM, John A Stevensonjohn.steven...@manchester.ac.uk wrote: Markus Neteler wrote: John: you can simply copy the file tools/mkhtml.sh manually to /usr/local/grass-6.5.svn/tools/ and don't have to wait for a new release. Please tell me if it solves the problem.

Re: [GRASS-user] Compiling addons - description.html

2009-08-15 Thread Markus Neteler
On Fri, Aug 14, 2009 at 10:55 PM, Markus Netelernete...@osgeo.org wrote: ... if [ $? -ne 0 ] ; then /usr/bin/install -c  -m 644 $file /usr/local/src/grass/develbranch_6/dist.i686-pc-linux-gnu/docs/html ; fi done 2 /dev/null ; true /bin/sh: /usr/local/grass-6.5.svn/tools/mkhtml.sh: not found

Re: [GRASS-user] Compiling addons - description.html

2009-08-14 Thread Markus Neteler
Hi John, On Thu, Aug 13, 2009 at 1:12 PM, John A Stevensonjohn.steven...@manchester.ac.uk wrote: Markus Neteler wrote: g.extension r.denoise g.extension  r.surf.volcano and everything should be installed.  If also g.extension fails, there might be a bug in the install part. Hi Markus,

Re: [GRASS-user] Compiling addons - description.html

2009-08-14 Thread Glynn Clements
Markus Neteler wrote: but sudo doesn't work with GRASS commands). I darkly remember some discussion on this but don't recall the tricks (see mailing list archive). sudo will reset the environment unless -E is used (and the setenv option is enabled in the sudoers file). Also, the loader

Re: [GRASS-user] Compiling addons - description.html

2009-08-13 Thread John A Stevenson
Markus Neteler wrote: g.extension r.denoise g.extension r.surf.volcano and everything should be installed. If also g.extension fails, there might be a bug in the install part. Hi Markus, I tried with g.extension. I had to change the permissions so that I owned the directory

[GRASS-user] Compiling addons - description.html

2009-08-12 Thread John Stevenson
Hi, When compiling addons, how do I make the description.html file that comes with the addon be installed as the help page that loads with g.manual? Currently, I am getting a short page with just the commands as generated by g.parser. e.g. in grass-addons/raster/r.denoise, or