[GRASS-SVN] r59821 - grass/branches/releasebranch_7_0/raster/r.colors

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Apr 19 13:22:11 PDT 2014


Author: martinl
Date: 2014-04-19 13:22:10 -0700 (Sat, 19 Apr 2014)
New Revision: 59821

Modified:
   grass/branches/releasebranch_7_0/raster/r.colors/Makefile
Log:
fix generating color table thumbnails (missing dependency)
    (merge r59820 from trunk)


Modified: grass/branches/releasebranch_7_0/raster/r.colors/Makefile
===================================================================
--- grass/branches/releasebranch_7_0/raster/r.colors/Makefile	2014-04-19 20:20:28 UTC (rev 59820)
+++ grass/branches/releasebranch_7_0/raster/r.colors/Makefile	2014-04-19 20:22:10 UTC (rev 59821)
@@ -12,7 +12,7 @@
 
 default: multi thumbnails
 
-thumbnails: $(BIN)/r.mapcalc$(EXE) $(HTMLDIR)/colortables
+thumbnails: $(BIN)/r.mapcalc$(EXE) $(BIN)/r.colors$(EXE) $(HTMLDIR)/colortables
 	-$(call run_grass, $(GRASS_HOME)/tools/thumbnails.py)
 
 $(HTMLDIR)/colortables: $(HTMLDIR)



More information about the grass-commit mailing list