浏览代码

raster/vector sample code: fixed

git-svn-id: https://svn.osgeo.org/grass/grass/branches/releasebranch_7_0@61537 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 10 年之前
父节点
当前提交
e40a95043d
共有 2 个文件被更改,包括 3 次插入4 次删除
  1. 1 2
      doc/raster/r.example/r.example.html
  2. 2 2
      doc/vector/v.example/Makefile

+ 1 - 2
doc/raster/r.example/r.example.html

@@ -8,8 +8,7 @@ See the source code for details.
 <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>
 

+ 2 - 2
doc/vector/v.example/Makefile

@@ -4,8 +4,8 @@ MODULE_TOPDIR = ../../..
 
 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)