[GRASS-SVN] r46244 - grass/branches/releasebranch_6_4/include/Make
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu May 12 05:33:27 EDT 2011
Author: neteler
Date: 2011-05-12 02:33:26 -0700 (Thu, 12 May 2011)
New Revision: 46244
Modified:
grass/branches/releasebranch_6_4/include/Make/Man.make
Log:
attempt to fix
Modified: grass/branches/releasebranch_6_4/include/Make/Man.make
===================================================================
--- grass/branches/releasebranch_6_4/include/Make/Man.make 2011-05-12 03:19:12 UTC (rev 46243)
+++ grass/branches/releasebranch_6_4/include/Make/Man.make 2011-05-12 09:33:26 UTC (rev 46244)
@@ -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 $(INSTALL_DATA)/tools/g.html2man/g.html2man
+HTML2MAN = GRASS_PERL=${PERL} VERSION_NUMBER=${GRASS_VERSION_NUMBER} sh $(INST_DIR)/tools/g.html2man/g.html2man
# generic man rules for all commands
More information about the grass-commit
mailing list