[GRASS-SVN] r56672 - grass/trunk/gui/images
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Jun 10 02:51:09 PDT 2013
Author: hamish
Date: 2013-06-10 02:51:08 -0700 (Mon, 10 Jun 2013)
New Revision: 56672
Modified:
grass/trunk/gui/images/Makefile
Log:
new north arrows section
Modified: grass/trunk/gui/images/Makefile
===================================================================
--- grass/trunk/gui/images/Makefile 2013-06-10 09:47:43 UTC (rev 56671)
+++ grass/trunk/gui/images/Makefile 2013-06-10 09:51:08 UTC (rev 56672)
@@ -7,7 +7,7 @@
IMGSRC := $(wildcard *.png)
IMGDST := $(patsubst %,$(ETCDIR)/%,$(IMGSRC))
-CATEGORIES = basic demo extra geology
+CATEGORIES = basic demo extra geology n_arrows
SYMSRC := $(foreach dir,$(CATEGORIES),$(wildcard symbols/$(dir)/*.png))
SYMDST := $(patsubst symbols/%,$(ETCDIR)/symbols/%,$(SYMSRC))
More information about the grass-commit
mailing list