[GRASS-SVN] r32170 - in grass/trunk/visualization/nviz: . html
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Jul 19 05:55:51 EDT 2008
Author: glynn
Date: 2008-07-19 05:55:51 -0400 (Sat, 19 Jul 2008)
New Revision: 32170
Modified:
grass/trunk/visualization/nviz/Makefile
grass/trunk/visualization/nviz/html/Makefile
Log:
Allow symlinks (to support lndir builds)
Modified: grass/trunk/visualization/nviz/Makefile
===================================================================
--- grass/trunk/visualization/nviz/Makefile 2008-07-19 09:54:01 UTC (rev 32169)
+++ grass/trunk/visualization/nviz/Makefile 2008-07-19 09:55:51 UTC (rev 32170)
@@ -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/trunk/visualization/nviz/html/Makefile
===================================================================
--- grass/trunk/visualization/nviz/html/Makefile 2008-07-19 09:54:01 UTC (rev 32169)
+++ grass/trunk/visualization/nviz/html/Makefile 2008-07-19 09:55:51 UTC (rev 32170)
@@ -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