[GRASS-SVN] r34689 - grass/branches/develbranch_6/lib/symbol
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Dec 2 18:42:18 EST 2008
Author: hamish
Date: 2008-12-02 18:42:18 -0500 (Tue, 02 Dec 2008)
New Revision: 34689
Modified:
grass/branches/develbranch_6/lib/symbol/Makefile
Log:
install geo symbols
Modified: grass/branches/develbranch_6/lib/symbol/Makefile
===================================================================
--- grass/branches/develbranch_6/lib/symbol/Makefile 2008-12-02 21:40:23 UTC (rev 34688)
+++ grass/branches/develbranch_6/lib/symbol/Makefile 2008-12-02 23:42:18 UTC (rev 34689)
@@ -13,6 +13,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
@# check for file type to avoid problems with CVS/ directory:
for file in symbol/demo/* ; do \
[ -f "$$file" ] && $(INSTALL_DATA) $$file $(ETC)/symbol/demo ; \
@@ -23,3 +24,6 @@
for file in symbol/extra/* ; do \
[ -f "$$file" ] && $(INSTALL_DATA) $$file $(ETC)/symbol/extra ; \
done
+ for file in symbol/geology/* ; do \
+ [ -f "$$file" ] && $(INSTALL_DATA) $$file $(ETC)/symbol/geology ; \
+ done
More information about the grass-commit
mailing list