[GRASS-dev] [bug #5392] (grass) some support programs get empty html docs built

this bug's URL: http://intevation.de/rt/webrt?serial_num=5392
-------------------------------------------------------------------------

Subject: some support programs get empty html docs built

Platform: Mac OSX
grass obtained from: Trento Italy site
grass binary for platform: Compiled from Sources
GRASS Version: 6.2.1

A few support progs have empty html docs built. There are dummy targets in their makefiles, with a
comment about docs not needed, yet they are built anyways with just the program name sandwiched by
a header and footer. I'm not sure if this is intentional or not, since there is an exclusion for some in
build_html_index.sh. The following have empty html docs:

i.ask
i.find
modcats (r.support)
modcolr
modhead
modhist
[i.ortho.]photo.elev
[i.ortho.]photo.target
r.watershed.ram
r.watershed.seg

-------------------------------------------- Managed by Request Tracker

Request Tracker wrote:

this bug's URL: http://intevation.de/rt/webrt?serial_num=5392
---------------------------------------------------------------------

Subject: some support programs get empty html docs built

Platform: Mac OSX
GRASS Version: 6.2.1

A few support progs have empty html docs built. There are dummy
targets in their makefiles, with a comment about docs not needed, yet
they are built anyways with just the program name sandwiched by a
header and footer. I'm not sure if this is intentional or not, since
there is an exclusion for some in build_html_index.sh. The following
have empty html docs:

i.ask
i.find
modcats (r.support)
modcolr
modhead
modhist
[i.ortho.]photo.elev
[i.ortho.]photo.target
r.watershed.ram
r.watershed.seg

as a workaround to the [FIXME] "htmletc1" Makefile target
(include/Make/Html.make), the tools/build_html_index.sh script should
skip those modules with:

EXCLUDEHTML="v\.topo\.check\|i\.ask\|i\.find\|photo\.elev\|photo\.targe
t\|helptext\.html\|r\.watershed\.ram\|r\.watershed\.seg"

Hamish