[GRASS-SVN] r46357 - grass/branches/develbranch_6
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun May 22 08:01:08 EDT 2011
Author: martinl
Date: 2011-05-22 05:01:07 -0700 (Sun, 22 May 2011)
New Revision: 46357
Modified:
grass/branches/develbranch_6/Makefile
Log:
fix Makefile: install g.html2man to ${ARCH_DISTDIR}/tools/
Modified: grass/branches/develbranch_6/Makefile
===================================================================
--- grass/branches/develbranch_6/Makefile 2011-05-22 11:51:32 UTC (rev 46356)
+++ grass/branches/develbranch_6/Makefile 2011-05-22 12:01:07 UTC (rev 46357)
@@ -97,8 +97,7 @@
-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/mkhtml.sh ${ARCH_DISTDIR}/tools/ 2>/dev/null
- @test -d ${ARCH_DISTDIR}/tools/g.html2man/ || mkdir -p ${ARCH_DISTDIR}/tools/g.html2man/
- -${INSTALL} tools/g.html2man/g.html2man ${ARCH_DISTDIR}/tools/g.html2man/ 2>/dev/null
+ -${INSTALL} tools/g.html2man/g.html2man ${ARCH_DISTDIR}/tools/ 2>/dev/null
@(cd tools ; sh -c "./build_html_index.sh")
@if [ `cat "$(ERRORLOG)" | wc -l` -gt 5 ] ; then \
echo "--" >> $(ERRORLOG) ; \
More information about the grass-commit
mailing list