[GRASS-SVN] r58487 - in grass/trunk: . macosx/pkg/resources man tools visualization

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Dec 18 14:02:11 PST 2013


Author: wenzeslaus
Date: 2013-12-18 14:02:11 -0800 (Wed, 18 Dec 2013)
New Revision: 58487

Modified:
   grass/trunk/REQUIREMENTS.html
   grass/trunk/macosx/pkg/resources/ReadMe.rtf
   grass/trunk/man/build_html.py
   grass/trunk/man/build_rest.py
   grass/trunk/tools/module_synopsis.sh
   grass/trunk/visualization/Makefile
Log:
xganim: removing xganim from Makefile and other places (following r58484)

Modified: grass/trunk/REQUIREMENTS.html
===================================================================
--- grass/trunk/REQUIREMENTS.html	2013-12-18 22:02:00 UTC (rev 58486)
+++ grass/trunk/REQUIREMENTS.html	2013-12-18 22:02:11 UTC (rev 58487)
@@ -122,11 +122,6 @@
 <a href="http://www.unixodbc.org">http://www.unixodbc.org</a>
 </li>
 
-<li><b>Motif or Lesstif libraries</b> (for the "xganim" <!-- and ogl3d -->
-module)<br>
-<a href="http://www.lesstif.org">http://www.lesstif.org</a>
-</li>
-
 <li><b>R language</b> (for the R statistical language interface)<br>
 <a href="http://cran.r-project.org">http://cran.r-project.org</a>
 </li>

Modified: grass/trunk/macosx/pkg/resources/ReadMe.rtf
===================================================================
(Binary files differ)

Modified: grass/trunk/man/build_html.py
===================================================================
--- grass/trunk/man/build_html.py	2013-12-18 22:02:00 UTC (rev 58486)
+++ grass/trunk/man/build_html.py	2013-12-18 22:02:11 UTC (rev 58487)
@@ -201,7 +201,6 @@
 <tr><td>  <a href="full_index.html#v">v.*</a> </td><td>vector commands</td></tr>
 <tr><td>  <a href="wxGUI.Nviz.html">nviz</a> </td><td>visualization suite</td></tr>
 <tr><td>  <a href="wxGUI.html">wxGUI</a> </td><td>wxPython-based GUI frontend</td></tr>
-<tr><td>  <a href="xganim.html">xganim</a> </td><td>raster map slideshow</td></tr>
 </table>
 """
 #"

Modified: grass/trunk/man/build_rest.py
===================================================================
--- grass/trunk/man/build_rest.py	2013-12-18 22:02:00 UTC (rev 58486)
+++ grass/trunk/man/build_rest.py	2013-12-18 22:02:11 UTC (rev 58487)
@@ -85,7 +85,6 @@
         Display commands manual <display>
         Display drivers <displaydrivers>
         nviz 3D visualization and animation tool <wxGUI.Nviz>
-        xganim tool for animating a raster map series <xganim>
 
 
 Raster and 3D raster processing
@@ -218,8 +217,6 @@
 +-----------------------------+-------------------------------+
 |`wxGUI <wxGUI.html>`_        | `wxPython-based GUI frontend` |
 +-----------------------------+-------------------------------+
-|`xganim <xganim.html>`_      | `raster map slideshow`        |
-+-----------------------------+-------------------------------+
 
 """
 

Modified: grass/trunk/tools/module_synopsis.sh
===================================================================
--- grass/trunk/tools/module_synopsis.sh	2013-12-18 22:02:00 UTC (rev 58486)
+++ grass/trunk/tools/module_synopsis.sh	2013-12-18 22:02:11 UTC (rev 58487)
@@ -247,7 +247,6 @@
   <li> v.* - <a href="#v">vector</a> commands
   <li> <a href="wxGUI.html">wxGUI</a> - GUI frontend (wxPython)
   <li> <a href="nviz.html">NVIZ</a> - <i>n</i>-dimensional visualization suite
-  <li> <a href="xganim.html">xganim</a> - raster map slideshow viewer
 EOF
 
 
@@ -388,7 +387,6 @@
 \item [v.{*}]vector commands
 \item [wxGUI]GUI frontend (wxPython)
 \item [NVIZ]$n$-dimensional visualization suite
-\item [xganim]raster map slideshow viewer
 EOF
 
 

Modified: grass/trunk/visualization/Makefile
===================================================================
--- grass/trunk/visualization/Makefile	2013-12-18 22:02:00 UTC (rev 58486)
+++ grass/trunk/visualization/Makefile	2013-12-18 22:02:11 UTC (rev 58487)
@@ -1,6 +1,6 @@
 MODULE_TOPDIR = ..
 
-SUBDIRS = xganim \
+SUBDIRS = \
 	ximgview \
 	wximgview
 



More information about the grass-commit mailing list