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

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Nov 6 16:02:08 EST 2011


Author: hamish
Date: 2011-11-06 13:02:08 -0800 (Sun, 06 Nov 2011)
New Revision: 49122

Modified:
   grass/branches/develbranch_6/include/Make/Man.make
Log:
MODULE_TOPDIR refers to the source code dir, not the installed ARCH_DISTDIR. see the first line of the main Makefile.

Modified: grass/branches/develbranch_6/include/Make/Man.make
===================================================================
--- grass/branches/develbranch_6/include/Make/Man.make	2011-11-06 19:30:36 UTC (rev 49121)
+++ grass/branches/develbranch_6/include/Make/Man.make	2011-11-06 21:02:08 UTC (rev 49122)
@@ -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