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

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Jun 23 10:05:26 EDT 2011


Author: martinl
Date: 2011-06-23 07:05:26 -0700 (Thu, 23 Jun 2011)
New Revision: 46762

Modified:
   grass/branches/develbranch_6/include/Make/Man.make
Log:
revert wrong commit (r46761)


Modified: grass/branches/develbranch_6/include/Make/Man.make
===================================================================
--- grass/branches/develbranch_6/include/Make/Man.make	2011-06-23 13:27:34 UTC (rev 46761)
+++ grass/branches/develbranch_6/include/Make/Man.make	2011-06-23 14:05:26 UTC (rev 46762)
@@ -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 $(MODULE_TOPDIR)/tools/g.html2man
+HTML2MAN = GRASS_PERL=${PERL} VERSION_NUMBER=${GRASS_VERSION_NUMBER} sh $(MODULE_TOPDIR)/tools/g.html2man/g.html2man
 
 # generic man rules for all commands
 



More information about the grass-commit mailing list