[GRASS-SVN] r43749 - grass/branches/develbranch_6

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Oct 1 04:53:09 EDT 2010


Author: hamish
Date: 2010-10-01 08:53:09 +0000 (Fri, 01 Oct 2010)
New Revision: 43749

Modified:
   grass/branches/develbranch_6/Makefile
Log:
install g.html2man for g.extension (#1180)

Modified: grass/branches/develbranch_6/Makefile
===================================================================
--- grass/branches/develbranch_6/Makefile	2010-10-01 08:48:33 UTC (rev 43748)
+++ grass/branches/develbranch_6/Makefile	2010-10-01 08:53:09 UTC (rev 43749)
@@ -292,6 +292,7 @@
 	@##### -cd ${GISBASE} ; tar cBf - man | (cd ${INST_DIR} ; tar xBf - ) 2>/dev/null
 	-cd ${GISBASE} ; tar cBf - include | (cd ${INST_DIR} ; tar xBf - ) 2>/dev/null
 	-sed -i -e "s#^\(GRASS_HOME.[^=]*\).*#\1= ${INST_DIR}#" -e "s#^\(RUN_GISBASE.[^=]*\).*#\1= ${INST_DIR}#" ${INST_DIR}/include/Make/Platform.make
+	-sed -i -e 's#/tools/g.html2man/g.html2man$#/tools/g.html2man#'  ${INST_DIR}/include/Make/Man.make
 	-cd ${GISBASE} ; tar cBf - lib | (cd ${INST_DIR} ; tar xBf - ) 2>/dev/null
 	-sed 's#'${GISBASE}'#'${INST_DIR}'#g' ${GISBASE}/etc/monitorcap > ${INST_DIR}/etc/monitorcap
 	-sed 's#'${GISBASE}'#'${INST_DIR}'#g' ${GISBASE}/etc/fontcap > ${INST_DIR}/etc/fontcap



More information about the grass-commit mailing list