[GRASS-SVN] r46242 - grass/branches/develbranch_6/include/Make

svn_grass at osgeo.org svn_grass at osgeo.org
Wed May 11 23:16:13 EDT 2011


Author: kyngchaos
Date: 2011-05-11 20:16:12 -0700 (Wed, 11 May 2011)
New Revision: 46242

Modified:
   grass/branches/develbranch_6/include/Make/Man.make
Log:
use INSTALL_DATA instead of GRASS_HOME for consistency

Modified: grass/branches/develbranch_6/include/Make/Man.make
===================================================================
--- grass/branches/develbranch_6/include/Make/Man.make	2011-05-12 03:12:23 UTC (rev 46241)
+++ grass/branches/develbranch_6/include/Make/Man.make	2011-05-12 03:16:12 UTC (rev 46242)
@@ -2,7 +2,7 @@
 SECT = 1
 MANDIR  = $(ARCH_DISTDIR)/man/man$(SECT)
 HTMLDIR = $(ARCH_DISTDIR)/docs/html
-HTML2MAN = GRASS_PERL=${PERL} VERSION_NUMBER=${GRASS_VERSION_NUMBER} sh $(GRASS_HOME)/tools/g.html2man/g.html2man
+HTML2MAN = GRASS_PERL=${PERL} VERSION_NUMBER=${GRASS_VERSION_NUMBER} sh $(INSTALL_DATA)/tools/g.html2man/g.html2man
 
 # generic man rules for all commands
 



More information about the grass-commit mailing list