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

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Oct 1 04:48:33 EDT 2010


Author: hamish
Date: 2010-10-01 08:48:33 +0000 (Fri, 01 Oct 2010)
New Revision: 43748

Modified:
   grass/branches/develbranch_6/Makefile
Log:
install g.html2man for g.extension

Modified: grass/branches/develbranch_6/Makefile
===================================================================
--- grass/branches/develbranch_6/Makefile	2010-10-01 04:56:16 UTC (rev 43747)
+++ grass/branches/develbranch_6/Makefile	2010-10-01 08:48:33 UTC (rev 43748)
@@ -98,6 +98,7 @@
 	-cp -f $(FILES) ${ARCH_DISTDIR}/
 	-cp -f ${ARCH_BINDIR}/grass${GRASS_VERSION_MAJOR}${GRASS_VERSION_MINOR} ${ARCH_DISTDIR}/grass${GRASS_VERSION_MAJOR}${GRASS_VERSION_MINOR}.tmp
 	@test -d ${ARCH_DISTDIR}/tools/ || mkdir -p ${ARCH_DISTDIR}/tools/
+	-${INSTALL} tools/g.html2man/g.html2man ${ARCH_DISTDIR}/tools/ 2>/dev/null
 	-${INSTALL} tools/mkhtml.sh ${ARCH_DISTDIR}/tools/ 2>/dev/null
 	@(cd tools ; sh -c "./build_html_index.sh")
 	@if [ `cat "$(ERRORLOG)" | wc -l` -gt 5 ] ; then \



More information about the grass-commit mailing list