[GRASS-SVN] r59820 - grass/trunk/raster/r.colors
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Apr 19 13:20:28 PDT 2014
Author: martinl
Date: 2014-04-19 13:20:28 -0700 (Sat, 19 Apr 2014)
New Revision: 59820
Modified:
grass/trunk/raster/r.colors/Makefile
Log:
fix generating color table thumbnails (missing dependency)
Modified: grass/trunk/raster/r.colors/Makefile
===================================================================
--- grass/trunk/raster/r.colors/Makefile 2014-04-19 20:10:17 UTC (rev 59819)
+++ grass/trunk/raster/r.colors/Makefile 2014-04-19 20:20:28 UTC (rev 59820)
@@ -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