[GRASS-SVN] r34686 - grass/trunk/lib/symbol

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Dec 2 16:25:08 EST 2008


Author: martinl
Date: 2008-12-02 16:25:08 -0500 (Tue, 02 Dec 2008)
New Revision: 34686

Modified:
   grass/trunk/lib/symbol/Makefile
Log:
Makefile: add 'geology' symbols

Modified: grass/trunk/lib/symbol/Makefile
===================================================================
--- grass/trunk/lib/symbol/Makefile	2008-12-02 20:52:56 UTC (rev 34685)
+++ grass/trunk/lib/symbol/Makefile	2008-12-02 21:25:08 UTC (rev 34686)
@@ -18,6 +18,7 @@
 	if [ ! -d $(ETC)/symbol/demo ]; then $(MKDIR) $(ETC)/symbol/demo ; fi
 	if [ ! -d $(ETC)/symbol/basic ]; then $(MKDIR) $(ETC)/symbol/basic ; fi
 	if [ ! -d $(ETC)/symbol/extra ]; then $(MKDIR) $(ETC)/symbol/extra ; fi
+	if [ ! -d $(ETC)/symbol/geology ]; then $(MKDIR) $(ETC)/symbol/geology ; fi
 
 symb:	$(SYMBOL_DST)
 



More information about the grass-commit mailing list