|
@@ -14,7 +14,7 @@ default: cmd
|
|
|
# Insert thumbnail previews
|
|
|
v.colors.tmp.html: $(BIN)/v.colors$(EXE) thumbnails
|
|
|
$(call htmldesc,$<,$@)
|
|
|
- sed 's!^<dd><b>\([a-z0-9.]*\)</b>:!<dd><img width="80" height="12" src="Colortable_\1.png"> <b>\1</b>:!' "$@" > "$@.tmp"
|
|
|
+ sed 's!^<dd><b>\([a-z0-9._]*\)</b>:!<dd><img width="80" height="12" src="Colortable_\1.png"> <b>\1</b>:!' "$@" > "$@.tmp"
|
|
|
mv -f "$@.tmp" "$@"
|
|
|
$(MAKE) thumbnails
|
|
|
|