[GRASS-SVN] r61536 - in grass/trunk/doc: raster/r.example vector/v.example

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Aug 5 14:45:01 PDT 2014


Author: neteler
Date: 2014-08-05 14:45:01 -0700 (Tue, 05 Aug 2014)
New Revision: 61536

Modified:
   grass/trunk/doc/raster/r.example/r.example.html
   grass/trunk/doc/vector/v.example/Makefile
Log:
raster/vector sample code: fixed

Modified: grass/trunk/doc/raster/r.example/r.example.html
===================================================================
--- grass/trunk/doc/raster/r.example/r.example.html	2014-08-05 20:29:14 UTC (rev 61535)
+++ grass/trunk/doc/raster/r.example/r.example.html	2014-08-05 21:45:01 UTC (rev 61536)
@@ -8,8 +8,7 @@
 <h2>SEE ALSO</h2>
 
 <em>
-<a href="r.stats.html">r.stats</a>
-<p>
+<a href="r.stats.html">r.stats</a>,
 <a href="http://grass.osgeo.org/programming7/">GRASS Programmer's Manual</a>
 </em>
 

Modified: grass/trunk/doc/vector/v.example/Makefile
===================================================================
--- grass/trunk/doc/vector/v.example/Makefile	2014-08-05 20:29:14 UTC (rev 61535)
+++ grass/trunk/doc/vector/v.example/Makefile	2014-08-05 21:45:01 UTC (rev 61536)
@@ -4,8 +4,8 @@
 
 PGM = v.example
 
-LIBES = $(VECTORLIB) $(GISLIB)
-DEPENDENCIES= $(VECTORDEP) $(GISDEP)
+LIBES = $(VECTORLIB) $(DBMILIB) $(GISLIB)
+DEPENDENCIES = $(VECTORDEP) $(DBMIDEP) $(GISDEP)
 EXTRA_INC = $(VECT_INC)
 EXTRA_CFLAGS = $(VECT_CFLAGS)
 



More information about the grass-commit mailing list