Ticket #1566 (closed defect: fixed)

Opened 16 months ago

Last modified 16 months ago

r.colors Makefile: help page missing rules with underscores in the name

Reported by: hamish Owned by: grass-dev@…
Priority: minor Milestone: 7.0.0
Component: Docs Version: svn-trunk
Keywords: r.colors Cc:
Platform: Linux CPU: x86-64

Description

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

Change History

Changed 16 months ago by hamish

  • status changed from new to closed
  • resolution set to fixed

fixed in r50682.

Note: See TracTickets for help on using tickets.