[GRASS-SVN] r32173 - in
grass/branches/develbranch_6/visualization/nviz: . html
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Jul 19 17:44:11 EDT 2008
Author: martinl
Date: 2008-07-19 17:44:11 -0400 (Sat, 19 Jul 2008)
New Revision: 32173
Modified:
grass/branches/develbranch_6/visualization/nviz/Makefile
grass/branches/develbranch_6/visualization/nviz/html/Makefile
Log:
Allow symlinks (to support lndir builds)
[merged from trunk, r32170]
Modified: grass/branches/develbranch_6/visualization/nviz/Makefile
===================================================================
--- grass/branches/develbranch_6/visualization/nviz/Makefile 2008-07-19 21:42:48 UTC (rev 32172)
+++ grass/branches/develbranch_6/visualization/nviz/Makefile 2008-07-19 21:44:11 UTC (rev 32173)
@@ -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 '*/.svn' -prune -o -type f -print | \
+ find -L bitmaps -path '*/.svn' -prune -o -type f -print | \
while read file ; do $(INSTALL_DATA) $$file $(INSTALL_DIR)/$$file ; done
docs:
Modified: grass/branches/develbranch_6/visualization/nviz/html/Makefile
===================================================================
--- grass/branches/develbranch_6/visualization/nviz/html/Makefile 2008-07-19 21:42:48 UTC (rev 32172)
+++ grass/branches/develbranch_6/visualization/nviz/html/Makefile 2008-07-19 21:44:11 UTC (rev 32173)
@@ -14,5 +14,5 @@
-$(MKDIR) $(GRASS_NVIZ_DOCS)/nvimg
-$(MKDIR) $(GRASS_NVIZ_DOCS)/nvimg/panel
-$(MKDIR) $(GRASS_NVIZ_DOCS)/nvimg/work
- find . -type f \( -name '*.html' -o -name '*.png' -o -name '*.gif' \) -print | \
+ find -L . -type f \( -name '*.html' -o -name '*.png' -o -name '*.gif' \) -print | \
while read file ; do $(INSTALL_DATA) $$file $(GRASS_NVIZ_DOCS)/$$file ; done
More information about the grass-commit
mailing list