[GRASS-SVN] r61537 - in grass/branches/releasebranch_7_0/doc: raster/r.example vector/v.example
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Aug 5 14:45:19 PDT 2014
Author: neteler
Date: 2014-08-05 14:45:19 -0700 (Tue, 05 Aug 2014)
New Revision: 61537
Modified:
grass/branches/releasebranch_7_0/doc/raster/r.example/r.example.html
grass/branches/releasebranch_7_0/doc/vector/v.example/Makefile
Log:
raster/vector sample code: fixed
Modified: grass/branches/releasebranch_7_0/doc/raster/r.example/r.example.html
===================================================================
--- grass/branches/releasebranch_7_0/doc/raster/r.example/r.example.html 2014-08-05 21:45:01 UTC (rev 61536)
+++ grass/branches/releasebranch_7_0/doc/raster/r.example/r.example.html 2014-08-05 21:45:19 UTC (rev 61537)
@@ -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/branches/releasebranch_7_0/doc/vector/v.example/Makefile
===================================================================
--- grass/branches/releasebranch_7_0/doc/vector/v.example/Makefile 2014-08-05 21:45:01 UTC (rev 61536)
+++ grass/branches/releasebranch_7_0/doc/vector/v.example/Makefile 2014-08-05 21:45:19 UTC (rev 61537)
@@ -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