[GRASS-SVN] r29433 - grass/trunk/visualization/nviz
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Dec 14 06:30:44 EST 2007
Author: mlennert
Date: 2007-12-14 06:30:44 -0500 (Fri, 14 Dec 2007)
New Revision: 29433
Modified:
grass/trunk/visualization/nviz/Makefile
Log:
adapt Makefile to svn repository
Modified: grass/trunk/visualization/nviz/Makefile
===================================================================
--- grass/trunk/visualization/nviz/Makefile 2007-12-14 01:07:28 UTC (rev 29432)
+++ grass/trunk/visualization/nviz/Makefile 2007-12-14 11:30:44 UTC (rev 29433)
@@ -37,7 +37,7 @@
for file in $(SCRIPTS) ; do $(INSTALL) $$file $(INSTALL_DIR)/scripts ; done
-$(MKDIR) $(INSTALL_DIR)/bitmaps
-$(MKDIR) $(INSTALL_DIR)/bitmaps/flythrough
- find bitmaps -path '*/CVS' -prune -o -type f -print | \
+ find bitmaps -path '*/.svn' -prune -o -type f -print | \
while read file ; do $(INSTALL_DATA) $$file $(INSTALL_DIR)/$$file ; done
docs:
More information about the grass-commit
mailing list