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

Hamish hamish_nospam at yahoo.com
Sun Dec 17 21:10:13 EST 2006


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




More information about the grass-dev mailing list