Browse Source

fix generating color table thumbnails (missing dependency)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@59820 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 11 years ago
parent
commit
2147ce6d75
1 changed files with 1 additions and 1 deletions
  1. 1 1
      raster/r.colors/Makefile

+ 1 - 1
raster/r.colors/Makefile

@@ -12,7 +12,7 @@ include $(MODULE_TOPDIR)/include/Make/Multi.make
 
 
 default: multi thumbnails
 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)
 	-$(call run_grass, $(GRASS_HOME)/tools/thumbnails.py)
 
 
 $(HTMLDIR)/colortables: $(HTMLDIR)
 $(HTMLDIR)/colortables: $(HTMLDIR)