[GRASS-dev] [GRASS GIS] #1566: r.colors Makefile: help page missing rules with underscores in the name

#1566: r.colors Makefile: help page missing rules with underscores in the name
----------------------+-----------------------------------------------------
Reporter: hamish | Owner: grass-dev@…
     Type: defect | Status: new
Priority: minor | Milestone: 7.0.0
Component: Docs | Version: svn-trunk
Keywords: r.colors | Platform: Linux
      Cpu: x86-64 |
----------------------+-----------------------------------------------------
Hi,

the grass7 help page for r.colors is missing the preview images for
population_dens and precipitation_monthly, perhaps because the following
sed substitution is failing in the Makefile doesn't like the underscores
in their names:

{{{
sed 's!^<DD><b>\([a-z0-9.]*\)</b>:!<DD><img width="80" height="12"
src="Colortable_\1.png"> <b>\1</b>:!' "$@" > "$@.tmp"
}}}

?

the images are generated and copied into $GISBASE/docs/html/ correctly,
just missing their reference in the .html file.

thanks,
Hamish

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/1566&gt;
GRASS GIS <http://grass.osgeo.org>

#1566: r.colors Makefile: help page missing rules with underscores in the name
---------------------+------------------------------------------------------
  Reporter: hamish | Owner: grass-dev@…
      Type: defect | Status: closed
  Priority: minor | Milestone: 7.0.0
Component: Docs | Version: svn-trunk
Resolution: fixed | Keywords: r.colors
  Platform: Linux | Cpu: x86-64
---------------------+------------------------------------------------------
Changes (by hamish):

  * status: new => closed
  * resolution: => fixed

Comment:

fixed in r50682.

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/1566#comment:1&gt;
GRASS GIS <http://grass.osgeo.org>