[GRASS-SVN] r48437 - grass/trunk/lib/vector

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Sep 23 16:36:14 EDT 2011


Author: martinl
Date: 2011-09-23 13:36:13 -0700 (Fri, 23 Sep 2011)
New Revision: 48437

Modified:
   grass/trunk/lib/vector/Makefile
Log:
r48436 - modify Makefile


Modified: grass/trunk/lib/vector/Makefile
===================================================================
--- grass/trunk/lib/vector/Makefile	2011-09-23 20:35:29 UTC (rev 48436)
+++ grass/trunk/lib/vector/Makefile	2011-09-23 20:36:13 UTC (rev 48437)
@@ -1,5 +1,7 @@
 MODULE_TOPDIR = ../..
 
+PGM = vectorascii
+
 SUBDIRS = rtree \
 	dglib \
 	diglib \
@@ -11,10 +13,12 @@
 include $(MODULE_TOPDIR)/include/Make/Dir.make
 include $(MODULE_TOPDIR)/include/Make/Doxygen.make
 
-DOXNAME=vector
+DOXNAME = vector
 
-default: parsubdirs
+default: htmldir
 
+htmldir: parsubdirs
+
 diglib: rtree
 
 Vlib: rtree dglib diglib



More information about the grass-commit mailing list