[GRASS-SVN] r57802 - grass/trunk/display/d.barscale

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Sep 22 02:00:26 PDT 2013


Author: martinl
Date: 2013-09-22 02:00:25 -0700 (Sun, 22 Sep 2013)
New Revision: 57802

Modified:
   grass/trunk/display/d.barscale/Makefile
Log:
d.barscale: use relative thumbnails path

Modified: grass/trunk/display/d.barscale/Makefile
===================================================================
--- grass/trunk/display/d.barscale/Makefile	2013-09-22 08:54:41 UTC (rev 57801)
+++ grass/trunk/display/d.barscale/Makefile	2013-09-22 09:00:25 UTC (rev 57802)
@@ -22,7 +22,7 @@
 # insert thumbnail previews
 $(PGM).tmp.html: $(BIN)/$(PGM)$(EXE)
 	$(call htmldesc,$<,$@)
-	sed 's!^<dd><b>\([a-z0-9._]*\)</b>:!<dd><img width="80" height="12" src="$(HTMLDIR)/barscales/\1.png"> <b>\1</b>:!' "$@" > "$@.tmp"
+	sed 's!^<dd><b>\([a-z0-9._]*\)</b>:!<dd><img width="80" height="12" src="barscales/\1.png"> <b>\1</b>:!' "$@" > "$@.tmp"
 	mv -f "$@.tmp" "$@"
 
 .INTERMEDIATE: $(PGM).tmp.html



More information about the grass-commit mailing list