FreeBSD Bugzilla – Attachment 209069 Details for
Bug 241892
databases/grass7: Update to 7.8.2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
grass 7.8.1
grass7-7.8.1.diff (text/plain), 103.48 KB, created by
Loïc Bartoletti
on 2019-11-11 20:11:53 UTC
(
hide
)
Description:
grass 7.8.1
Filename:
MIME Type:
Creator:
Loïc Bartoletti
Created:
2019-11-11 20:11:53 UTC
Size:
103.48 KB
patch
obsolete
>diff --git databases/grass7/Makefile databases/grass7/Makefile >index c7015ece2ca3..e4ddcbbf0f33 100644 >--- databases/grass7/Makefile >+++ databases/grass7/Makefile >@@ -2,8 +2,7 @@ > # $FreeBSD$ > > PORTNAME= grass >-PORTVERSION= 7.6.1 >-PORTREVISION= 7 >+PORTVERSION= 7.8.1 > CATEGORIES= databases geography > MASTER_SITES= https://grass.osgeo.org/%SUBDIR%/ \ > http://grass.cict.fr/%SUBDIR%/ \ >@@ -36,11 +35,12 @@ LIB_DEPENDS= libgdal.so:graphics/gdal \ > libfontconfig.so:x11-fonts/fontconfig \ > libfreetype.so:print/freetype2 \ > libgeos.so:graphics/geos >-RUN_DEPENDS= bash:shells/bash >+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}wxPython40>=0:x11-toolkits/py-wxPython40@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}six>=1.12.0:devel/py-six@${PY_FLAVOR} > >-USES= blaslapack fortran gmake gl gnome \ >- iconv jpeg perl5 pkgconfig python:2.7 \ >- readline shebangfix tk xorg >+USES= blaslapack fortran gmake gl gnome iconv \ >+ jpeg perl5 pkgconfig python:3.6 readline \ >+ shebangfix tk xorg > SHEBANG_LANG= nviz > nviz_OLD_CMD= nviz > nviz_CMD= ${PREFIX}/${GRASS_INST_DIR}/bin/nviz >@@ -48,8 +48,7 @@ USE_XORG= sm ice x11 xext xi xmu xrender xt > USE_GL= gl glu > USE_GNOME= cairo > USE_WX= 3.0 >-WX_COMPS= wx:build python:run >-USE_GCC= yes >+WX_COMPS= wx:build # python:run > GNU_CONFIGURE= yes > > CONFIGURE_ARGS= --with-includes=${LOCALBASE}/include \ >@@ -68,7 +67,7 @@ CONFIGURE_ARGS= --with-includes=${LOCALBASE}/include \ > --with-geos=${LOCALBASE}/bin/geos-config \ > --with-gdal=${LOCALBASE}/bin/gdal-config \ > --with-pthread=yes >- #--with-openmp >+ # --with-openmp > > ALL_TARGET= default > USE_LDCONFIG= ${PREFIX}/${GRASS_INST_DIR}/lib >@@ -87,18 +86,15 @@ OPTIONS_MULTI_DB= MYSQL ODBC PGSQL SQLITE > OPTIONS_DEFAULT= LAS NETCDF NLS PDAL PGSQL SQLITE ZSTD > OPTIONS_SUB= yes > >-# BLAS/LAPACK: Only netlib compile the maxmimum number of modules > #BLAS_DESC= BLAS/LAPACK support > #GOTOBLAS_DESC= GotoBLAS implementationS >+LAS_DESC= Enable LiDAR modules >+PDAL_DESC= Enable points cloud data modules > #ATLAS_USES= blaslapack:atlas > #NETLIB_USES= blaslapack > #GOTOBLAS_USES= blaslapack:gotoblas > #OPENBLAS_USES= blaslapack:openblas >-LAS_DESC= Enable LiDAR modules >-PDAL_DESC= Enable points cloud data modules > DB_DESC= Database support >-NLS_CONFIGURE_WITH= nls >-NLS_USES= gettext > LAS_CONFIGURE_ON= --with-liblas=yes > LAS_LIB_DEPENDS= liblas.so:devel/liblas \ > libboost_program_options.so:devel/boost-libs \ >@@ -110,14 +106,16 @@ MYSQL_CONFIGURE_ON= --with-mysql \ > --with-mysql-libs=${LOCALBASE}/lib/mysql > NETCDF_CONFIGURE_ON= --with-netcdf=${LOCALBASE}/bin/nc-config > NETCDF_LIB_DEPENDS= libnetcdf.so:science/netcdf >+NLS_CONFIGURE_WITH= nls >+NLS_USES= gettext > ODBC_LIB_DEPENDS= libodbc.so:databases/unixODBC >-ODBC_CONFIGURE_ON= --with-odbc >+ODBC_CONFIGURE_WITH= odbc > PDAL_CONFIGURE_ON= --with-pdal=${LOCALBASE}/bin/pdal-config > PDAL_LIB_DEPENDS= libpdal_base.so:math/pdal > PGSQL_USES= pgsql >-PGSQL_CONFIGURE_ON= --with-postgres >+PGSQL_CONFIGURE_WITH= postgres > SQLITE_USES= sqlite >-SQLITE_CONFIGURE_ON= --with-sqlite >+SQLITE_CONFIGURE_WITH= sqlite > SQLITE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} > ZSTD_CONFIGURE_WITH= zstd > ZSTD_LIB_DEPENDS= libzstd.so:archivers/zstd >@@ -147,7 +145,7 @@ post-patch: > /^$$(INST_DIR)\//s|$$(INST_DIR)|$${DESTDIR}$${INST_DIR}|g ; \ > s|> $$(INST_DIR)|> $${DESTDIR}$${INST_DIR}|' ${WRKSRC}/include/Make/Install.make > ${REINPLACE_CMD} \ >- 's|= python|= ${PYTHON_CMD:T}|' ${WRKSRC}/include/Make/Platform.make.in >+ 's|= python3|= ${PYTHON_CMD:T}|' ${WRKSRC}/include/Make/Platform.make.in > ${REINPLACE_CMD} \ > "s|'make'|'gmake'|g" ${WRKSRC}/scripts/g.extension/g.extension.py > ${REINPLACE_CMD} \ >@@ -158,31 +156,22 @@ post-patch: > ${REINPLACE_CMD} 's|GRASS_PYTHON=python|GRASS_PYTHON=${PYTHON_CMD}|g' \ > ${WRKSRC}/lib/init/grass.sh > ${REINPLACE_CMD} \ >- "s|environ\['GRASS_PYTHON'\] = "'"python"'"|environ['GRASS_PYTHON'] = "'"${PYTHON_CMD}"'"|g" \ >+ "s|environ\['GRASS_PYTHON'\] = "'"python3"'"|environ['GRASS_PYTHON'] = "'"${PYTHON_CMD}"'"|g" \ > ${WRKSRC}/lib/python/script/setup.py > cd ${WRKSRC}; \ > for i in `${FIND} . -type f -print`; do \ > ${REINPLACE_CMD} \ >- 's|#!/usr/bin/env python|#!/usr/bin/env ${PYTHON_CMD}|' $$i; \ >+ 's|#!/usr/bin/env python3|#!/usr/bin/env ${PYTHON_CMD}|' $$i; \ > done > > post-install: > ${RM} -rf ${STAGEDIR}${PREFIX}/${GRASS_INST_DIR}/demolocation/PERMANENT/.tmp/ >+ ${RM} -rf ${STAGEDIR}${PREFIX}/${GRASS_INST_DIR}/etc/db.test/ > ${RM} -rf ${STAGEDIR}${PREFIX}/${GRASS_INST_DIR}/docs/html/colortables/*bak.png >+ ${FIND} ${STAGEDIR}${LOCALBASE} -name "__pycache__" | ${XARGS} ${RM} -rf > ${MKDIR} ${STAGEDIR}${LOCALBASE}/${PORTNAME}${VER}/docs/html/ >-.for file in i_atcorr_B02_atcorr.png \ >- i_ortho_photo_step1.png \ >- i_ortho_photo_step5.png \ >- i_ortho_photo_step6.png \ >- i_ortho_photo_step7.png \ >- i_ortho_photo_step8.png \ >- r.viewshed.png \ >- rterraflow_accumulation.png \ >- rterraflow_dir2.png \ >- rterraflow_dir3.png \ >- sweep1.png \ >- sweep2.png >- ${TOUCH} ${STAGEDIR}${LOCALBASE}/${PORTNAME}${VER}/docs/html/${file} >+.for file in wms_base.py wms_drv.py wms_gdal_drv.py wms_cap_parsers.py srs.py >+ ${INSTALL_SCRIPT} ${WRKSRC}/scripts/r.in.wms/${file} ${STAGEDIR}${PREFIX}/${GRASS_INST_DIR}/etc/r.in.wms/${file} > .endfor > ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${GRASS_INST_DIR}/bin/* > ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${GRASS_INST_DIR}/driver/db/* >@@ -196,4 +185,5 @@ post-install: > ${STAGEDIR}${PREFIX}/bin/${PORTNAME}${PKGNAMESUFFIX} > ${LN} -s ${PORTNAME}${VER} \ > ${STAGEDIR}${PREFIX}/${PORTNAME}-${PORTVERSION} >+ > .include <bsd.port.mk> >diff --git databases/grass7/distinfo databases/grass7/distinfo >index 0147058a51d2..4ca654696a9e 100644 >--- databases/grass7/distinfo >+++ databases/grass7/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1553326217 >-SHA256 (grass-7.6.1.tar.gz) = 9e25c99cafd16ed8f5e2dca75b5a10dc2af0568dbedf3fc39f1c5a0a9c840b0b >-SIZE (grass-7.6.1.tar.gz) = 59952303 >+TIMESTAMP = 1573332529 >+SHA256 (grass-7.8.1.tar.gz) = 6ae578fd67afcce7abec4ba4505dcc55b3d2dfe0ca46b99d966cb148c654abb3 >+SIZE (grass-7.8.1.tar.gz) = 60527722 >diff --git databases/grass7/pkg-message databases/grass7/pkg-message >index 649ab0d86992..abb9a75355ad 100644 >--- databases/grass7/pkg-message >+++ databases/grass7/pkg-message >@@ -3,18 +3,18 @@ > message: <<EOM > To run the wxpython based GUI: > >- export GRASS_PYTHON=python2.7 (or your local python version) >+ export GRASS_PYTHON=python3.6 (or your local python version) > grass -gui > > To map gcc for numpy, add: > >- libgcc_s.so.1 gcc6/libgcc_s.so.1 >- libgomp.so.1 gcc6/libgomp.so.1 >- libssp.so.0 gcc6/libssp.so.0 >- libstdc++.so.6 gcc6/libstdc++.so.6 >+ libgcc_s.so.1 gcc9/libgcc_s.so.1 >+ libgomp.so.1 gcc9/libgomp.so.1 >+ libssp.so.0 gcc9/libssp.so.0 >+ libstdc++.so.6 gcc9/libstdc++.so.6 > > to %%LOCALBASE%%/etc/libmap.d/gcc.conf. Use your local gcc version >-instead of gcc6. >+instead of gcc9. > > This is required for some modules using fortran. > EOM >diff --git databases/grass7/pkg-plist databases/grass7/pkg-plist >index 144f61c9ef25..647f2460486e 100644 >--- databases/grass7/pkg-plist >+++ databases/grass7/pkg-plist >@@ -449,68 +449,12 @@ bin/grass%%VER%% > %%GRASS_INST_DIR%%/docs/html/circle_5.png > %%GRASS_INST_DIR%%/docs/html/circle_6.png > %%GRASS_INST_DIR%%/docs/html/class_graphical.html >-%%GRASS_INST_DIR%%/docs/html/colortables/aspect.png >-%%GRASS_INST_DIR%%/docs/html/colortables/aspectcolr.png >-%%GRASS_INST_DIR%%/docs/html/colortables/bcyr.png >-%%GRASS_INST_DIR%%/docs/html/colortables/bgyr.png >-%%GRASS_INST_DIR%%/docs/html/colortables/blues.png >-%%GRASS_INST_DIR%%/docs/html/colortables/byg.png >-%%GRASS_INST_DIR%%/docs/html/colortables/byr.png >-%%GRASS_INST_DIR%%/docs/html/colortables/celsius.png >-%%GRASS_INST_DIR%%/docs/html/colortables/corine.png >-%%GRASS_INST_DIR%%/docs/html/colortables/curvature.png >-%%GRASS_INST_DIR%%/docs/html/colortables/differences.png >-%%GRASS_INST_DIR%%/docs/html/colortables/elevation.png >-%%GRASS_INST_DIR%%/docs/html/colortables/etopo2.png >-%%GRASS_INST_DIR%%/docs/html/colortables/evi.png >-%%GRASS_INST_DIR%%/docs/html/colortables/fahrenheit.png >-%%GRASS_INST_DIR%%/docs/html/colortables/gdd.png >-%%GRASS_INST_DIR%%/docs/html/colortables/grass.png >-%%GRASS_INST_DIR%%/docs/html/colortables/greens.png >-%%GRASS_INST_DIR%%/docs/html/colortables/grey.eq.png >-%%GRASS_INST_DIR%%/docs/html/colortables/grey.log.png >-%%GRASS_INST_DIR%%/docs/html/colortables/grey.png >-%%GRASS_INST_DIR%%/docs/html/colortables/grey1.0.png >-%%GRASS_INST_DIR%%/docs/html/colortables/grey255.png >-%%GRASS_INST_DIR%%/docs/html/colortables/gyr.png >-%%GRASS_INST_DIR%%/docs/html/colortables/haxby.png >-%%GRASS_INST_DIR%%/docs/html/colortables/inferno.png >-%%GRASS_INST_DIR%%/docs/html/colortables/kelvin.png >-%%GRASS_INST_DIR%%/docs/html/colortables/magma.png >-%%GRASS_INST_DIR%%/docs/html/colortables/ndvi.png >-%%GRASS_INST_DIR%%/docs/html/colortables/ndwi.png >-%%GRASS_INST_DIR%%/docs/html/colortables/oranges.png >-%%GRASS_INST_DIR%%/docs/html/colortables/plasma.png >-%%GRASS_INST_DIR%%/docs/html/colortables/population.png >-%%GRASS_INST_DIR%%/docs/html/colortables/population_dens.png >-%%GRASS_INST_DIR%%/docs/html/colortables/precipitation.png >-%%GRASS_INST_DIR%%/docs/html/colortables/precipitation_daily.png >-%%GRASS_INST_DIR%%/docs/html/colortables/precipitation_monthly.png >-%%GRASS_INST_DIR%%/docs/html/colortables/rainbow.png >-%%GRASS_INST_DIR%%/docs/html/colortables/ramp.png >-%%GRASS_INST_DIR%%/docs/html/colortables/random.png >-%%GRASS_INST_DIR%%/docs/html/colortables/reds.png >-%%GRASS_INST_DIR%%/docs/html/colortables/roygbiv.png >-%%GRASS_INST_DIR%%/docs/html/colortables/rstcurv.png >-%%GRASS_INST_DIR%%/docs/html/colortables/ryb.png >-%%GRASS_INST_DIR%%/docs/html/colortables/ryg.png >-%%GRASS_INST_DIR%%/docs/html/colortables/sepia.png >-%%GRASS_INST_DIR%%/docs/html/colortables/slope.png >-%%GRASS_INST_DIR%%/docs/html/colortables/soilmoisture.png >-%%GRASS_INST_DIR%%/docs/html/colortables/srtm.png >-%%GRASS_INST_DIR%%/docs/html/colortables/srtm_plus.png >-%%GRASS_INST_DIR%%/docs/html/colortables/terrain.png >-%%GRASS_INST_DIR%%/docs/html/colortables/viridis.png >-%%GRASS_INST_DIR%%/docs/html/colortables/water.png >-%%GRASS_INST_DIR%%/docs/html/colortables/wave.png > %%GRASS_INST_DIR%%/docs/html/d.barscale.html > %%GRASS_INST_DIR%%/docs/html/d.colorlist.html > %%GRASS_INST_DIR%%/docs/html/d.colortable.html >-%%GRASS_INST_DIR%%/docs/html/d.correlate.html > %%GRASS_INST_DIR%%/docs/html/d.erase.html > %%GRASS_INST_DIR%%/docs/html/d.font.html > %%GRASS_INST_DIR%%/docs/html/d.fontlist.html >-%%GRASS_INST_DIR%%/docs/html/d.frame.html > %%GRASS_INST_DIR%%/docs/html/d.geodesic.html > %%GRASS_INST_DIR%%/docs/html/d.graph.html > %%GRASS_INST_DIR%%/docs/html/d.grid.html >@@ -523,28 +467,19 @@ bin/grass%%VER%% > %%GRASS_INST_DIR%%/docs/html/d.linegraph.html > %%GRASS_INST_DIR%%/docs/html/d.mon.html > %%GRASS_INST_DIR%%/docs/html/d.northarrow.html >-%%GRASS_INST_DIR%%/docs/html/d.out.file.html > %%GRASS_INST_DIR%%/docs/html/d.path.html >-%%GRASS_INST_DIR%%/docs/html/d.polar.html > %%GRASS_INST_DIR%%/docs/html/d.profile.html > %%GRASS_INST_DIR%%/docs/html/d.rast.arrow.html >-%%GRASS_INST_DIR%%/docs/html/d.rast.edit.html > %%GRASS_INST_DIR%%/docs/html/d.rast.html >-%%GRASS_INST_DIR%%/docs/html/d.rast.leg.html > %%GRASS_INST_DIR%%/docs/html/d.rast.num.html >-%%GRASS_INST_DIR%%/docs/html/d.redraw.html > %%GRASS_INST_DIR%%/docs/html/d.rgb.html > %%GRASS_INST_DIR%%/docs/html/d.rhumbline.html >-%%GRASS_INST_DIR%%/docs/html/d.shade.html > %%GRASS_INST_DIR%%/docs/html/d.text.html > %%GRASS_INST_DIR%%/docs/html/d.title.html >-%%GRASS_INST_DIR%%/docs/html/d.to.rast.html > %%GRASS_INST_DIR%%/docs/html/d.vect.chart.html > %%GRASS_INST_DIR%%/docs/html/d.vect.chart_example.jpg > %%GRASS_INST_DIR%%/docs/html/d.vect.html > %%GRASS_INST_DIR%%/docs/html/d.vect.thematic.html >-%%GRASS_INST_DIR%%/docs/html/d.what.rast.html >-%%GRASS_INST_DIR%%/docs/html/d.what.vect.html > %%GRASS_INST_DIR%%/docs/html/d.where.html > %%GRASS_INST_DIR%%/docs/html/d_correlate_plot.png > %%GRASS_INST_DIR%%/docs/html/d_frame.png >@@ -585,17 +520,11 @@ bin/grass%%VER%% > %%GRASS_INST_DIR%%/docs/html/db.databases.html > %%GRASS_INST_DIR%%/docs/html/db.describe.html > %%GRASS_INST_DIR%%/docs/html/db.drivers.html >-%%GRASS_INST_DIR%%/docs/html/db.dropcolumn.html > %%GRASS_INST_DIR%%/docs/html/db.dropdb.html >-%%GRASS_INST_DIR%%/docs/html/db.droptable.html > %%GRASS_INST_DIR%%/docs/html/db.execute.html >-%%GRASS_INST_DIR%%/docs/html/db.in.ogr.html > %%GRASS_INST_DIR%%/docs/html/db.login.html >-%%GRASS_INST_DIR%%/docs/html/db.out.ogr.html > %%GRASS_INST_DIR%%/docs/html/db.select.html > %%GRASS_INST_DIR%%/docs/html/db.tables.html >-%%GRASS_INST_DIR%%/docs/html/db.test.html >-%%GRASS_INST_DIR%%/docs/html/db.univar.html > %%GRASS_INST_DIR%%/docs/html/dbmgr_frame.png > %%GRASS_INST_DIR%%/docs/html/dbmgr_sql_builder.png > %%GRASS_INST_DIR%%/docs/html/dem.png >@@ -608,29 +537,12 @@ bin/grass%%VER%% > %%GRASS_INST_DIR%%/docs/html/g.cairocomp.html > %%GRASS_INST_DIR%%/docs/html/g.copy.html > %%GRASS_INST_DIR%%/docs/html/g.dirseps.html >-%%GRASS_INST_DIR%%/docs/html/g.extension.all.html >-%%GRASS_INST_DIR%%/docs/html/g.extension.html > %%GRASS_INST_DIR%%/docs/html/g.filename.html > %%GRASS_INST_DIR%%/docs/html/g.findetc.html > %%GRASS_INST_DIR%%/docs/html/g.findfile.html > %%GRASS_INST_DIR%%/docs/html/g.gisenv.html >-%%GRASS_INST_DIR%%/docs/html/g.gui.animation.html >-%%GRASS_INST_DIR%%/docs/html/g.gui.datacatalog.html >-%%GRASS_INST_DIR%%/docs/html/g.gui.dbmgr.html >-%%GRASS_INST_DIR%%/docs/html/g.gui.gcp.html >-%%GRASS_INST_DIR%%/docs/html/g.gui.gmodeler.html > %%GRASS_INST_DIR%%/docs/html/g.gui.html >-%%GRASS_INST_DIR%%/docs/html/g.gui.iclass.html >-%%GRASS_INST_DIR%%/docs/html/g.gui.image2target.html >-%%GRASS_INST_DIR%%/docs/html/g.gui.mapswipe.html >-%%GRASS_INST_DIR%%/docs/html/g.gui.photo2image.html >-%%GRASS_INST_DIR%%/docs/html/g.gui.psmap.html >-%%GRASS_INST_DIR%%/docs/html/g.gui.rlisetup.html >-%%GRASS_INST_DIR%%/docs/html/g.gui.timeline.html >-%%GRASS_INST_DIR%%/docs/html/g.gui.tplot.html >-%%GRASS_INST_DIR%%/docs/html/g.gui.vdigit.html > %%GRASS_INST_DIR%%/docs/html/g.list.html >-%%GRASS_INST_DIR%%/docs/html/g.manual.html > %%GRASS_INST_DIR%%/docs/html/g.mapset.html > %%GRASS_INST_DIR%%/docs/html/g.mapsets.html > %%GRASS_INST_DIR%%/docs/html/g.message.html >@@ -642,7 +554,6 @@ bin/grass%%VER%% > %%GRASS_INST_DIR%%/docs/html/g.region.html > %%GRASS_INST_DIR%%/docs/html/g.remove.html > %%GRASS_INST_DIR%%/docs/html/g.rename.html >-%%GRASS_INST_DIR%%/docs/html/g.search.modules.html > %%GRASS_INST_DIR%%/docs/html/g.tempfile.html > %%GRASS_INST_DIR%%/docs/html/g.version.html > %%GRASS_INST_DIR%%/docs/html/g_gui_gmodeler_avg_map.png >@@ -742,10 +653,10 @@ bin/grass%%VER%% > %%GRASS_INST_DIR%%/docs/html/htmldriver.html > %%GRASS_INST_DIR%%/docs/html/i.albedo.html > %%GRASS_INST_DIR%%/docs/html/i.aster.toar.html >+%%GRASS_INST_DIR%%/docs/html/i.atcorr.html > %%GRASS_INST_DIR%%/docs/html/i.biomass.html > %%GRASS_INST_DIR%%/docs/html/i.cca.html > %%GRASS_INST_DIR%%/docs/html/i.cluster.html >-%%GRASS_INST_DIR%%/docs/html/i.colors.enhance.html > %%GRASS_INST_DIR%%/docs/html/i.eb.eta.html > %%GRASS_INST_DIR%%/docs/html/i.eb.evapfr.html > %%GRASS_INST_DIR%%/docs/html/i.eb.hsebal01.html >@@ -762,13 +673,10 @@ bin/grass%%VER%% > %%GRASS_INST_DIR%%/docs/html/i.group.html > %%GRASS_INST_DIR%%/docs/html/i.his.rgb.html > %%GRASS_INST_DIR%%/docs/html/i.ifft.html >-%%GRASS_INST_DIR%%/docs/html/i.image.mosaic.html >-%%GRASS_INST_DIR%%/docs/html/i.in.spotvgt.html > %%GRASS_INST_DIR%%/docs/html/i.landsat.acca.html > %%GRASS_INST_DIR%%/docs/html/i.landsat.toar.html > %%GRASS_INST_DIR%%/docs/html/i.maxlik.html > %%GRASS_INST_DIR%%/docs/html/i.modis.qc.html >-%%GRASS_INST_DIR%%/docs/html/i.oif.html > %%GRASS_INST_DIR%%/docs/html/i.ortho.camera.html > %%GRASS_INST_DIR%%/docs/html/i.ortho.elev.html > %%GRASS_INST_DIR%%/docs/html/i.ortho.init.html >@@ -776,15 +684,12 @@ bin/grass%%VER%% > %%GRASS_INST_DIR%%/docs/html/i.ortho.rectify.html > %%GRASS_INST_DIR%%/docs/html/i.ortho.target.html > %%GRASS_INST_DIR%%/docs/html/i.ortho.transform.html >-%%GRASS_INST_DIR%%/docs/html/i.pansharpen.html > %%GRASS_INST_DIR%%/docs/html/i.pca.html > %%GRASS_INST_DIR%%/docs/html/i.rectify.html > %%GRASS_INST_DIR%%/docs/html/i.rgb.his.html > %%GRASS_INST_DIR%%/docs/html/i.segment.html > %%GRASS_INST_DIR%%/docs/html/i.smap.html >-%%GRASS_INST_DIR%%/docs/html/i.spectral.html > %%GRASS_INST_DIR%%/docs/html/i.target.html >-%%GRASS_INST_DIR%%/docs/html/i.tasscap.html > %%GRASS_INST_DIR%%/docs/html/i.topo.corr.html > %%GRASS_INST_DIR%%/docs/html/i.vi.html > %%GRASS_INST_DIR%%/docs/html/i.zc.html >@@ -803,10 +708,10 @@ bin/grass%%VER%% > %%GRASS_INST_DIR%%/docs/html/i_ortho_photo_step6.png > %%GRASS_INST_DIR%%/docs/html/i_ortho_photo_step7.png > %%GRASS_INST_DIR%%/docs/html/i_ortho_photo_step8.png >-%%GRASS_INST_DIR%%/docs/html/i_pansharpen_rgb_brovey321.jpg >-%%GRASS_INST_DIR%%/docs/html/i_pansharpen_rgb_ihs321.jpg >-%%GRASS_INST_DIR%%/docs/html/i_pansharpen_rgb_landsat321.jpg >-%%GRASS_INST_DIR%%/docs/html/i_pansharpen_rgb_pca321.jpg >+%%GRASS_INST_DIR%%/docs/html/i_pansharpen_rgb_brovey542.jpg >+%%GRASS_INST_DIR%%/docs/html/i_pansharpen_rgb_ihs542.jpg >+%%GRASS_INST_DIR%%/docs/html/i_pansharpen_rgb_landsat542.jpg >+%%GRASS_INST_DIR%%/docs/html/i_pansharpen_rgb_pca542.jpg > %%GRASS_INST_DIR%%/docs/html/i_pca_result.png > %%GRASS_INST_DIR%%/docs/html/i_segment_lsat7_pan.png > %%GRASS_INST_DIR%%/docs/html/i_segment_lsat7_seg_min100.png >@@ -987,7 +892,6 @@ bin/grass%%VER%% > %%GRASS_INST_DIR%%/docs/html/m.measure.html > %%GRASS_INST_DIR%%/docs/html/m.nviz.image.html > %%GRASS_INST_DIR%%/docs/html/m.nviz.script.html >-%%GRASS_INST_DIR%%/docs/html/m.proj.html > %%GRASS_INST_DIR%%/docs/html/m.transform.html > %%GRASS_INST_DIR%%/docs/html/m_measure_distance.png > %%GRASS_INST_DIR%%/docs/html/manual_gallery.html >@@ -1026,9 +930,7 @@ bin/grass%%VER%% > %%GRASS_INST_DIR%%/docs/html/psdriver.html > %%GRASS_INST_DIR%%/docs/html/psmap_frame.jpg > %%GRASS_INST_DIR%%/docs/html/r.basins.fill.html >-%%GRASS_INST_DIR%%/docs/html/r.blend.html > %%GRASS_INST_DIR%%/docs/html/r.buffer.html >-%%GRASS_INST_DIR%%/docs/html/r.buffer.lowmem.html > %%GRASS_INST_DIR%%/docs/html/r.buildvrt.html > %%GRASS_INST_DIR%%/docs/html/r.carve.html > %%GRASS_INST_DIR%%/docs/html/r.category.html >@@ -1037,7 +939,6 @@ bin/grass%%VER%% > %%GRASS_INST_DIR%%/docs/html/r.coin.html > %%GRASS_INST_DIR%%/docs/html/r.colors.html > %%GRASS_INST_DIR%%/docs/html/r.colors.out.html >-%%GRASS_INST_DIR%%/docs/html/r.colors.stddev.html > %%GRASS_INST_DIR%%/docs/html/r.composite.html > %%GRASS_INST_DIR%%/docs/html/r.compress.html > %%GRASS_INST_DIR%%/docs/html/r.contour.html >@@ -1046,30 +947,23 @@ bin/grass%%VER%% > %%GRASS_INST_DIR%%/docs/html/r.cross.html > %%GRASS_INST_DIR%%/docs/html/r.describe.html > %%GRASS_INST_DIR%%/docs/html/r.distance.html >-%%GRASS_INST_DIR%%/docs/html/r.drain.html > %%GRASS_INST_DIR%%/docs/html/r.external.html > %%GRASS_INST_DIR%%/docs/html/r.external.out.html > %%GRASS_INST_DIR%%/docs/html/r.fill.dir.html > %%GRASS_INST_DIR%%/docs/html/r.fill.stats.html >-%%GRASS_INST_DIR%%/docs/html/r.fillnulls.html > %%GRASS_INST_DIR%%/docs/html/r.flow.html > %%GRASS_INST_DIR%%/docs/html/r.geomorphon.html > %%GRASS_INST_DIR%%/docs/html/r.grow.distance.html >-%%GRASS_INST_DIR%%/docs/html/r.grow.html > %%GRASS_INST_DIR%%/docs/html/r.gwflow.html > %%GRASS_INST_DIR%%/docs/html/r.his.html > %%GRASS_INST_DIR%%/docs/html/r.horizon.html >-%%GRASS_INST_DIR%%/docs/html/r.import.html > %%GRASS_INST_DIR%%/docs/html/r.in.ascii.html >-%%GRASS_INST_DIR%%/docs/html/r.in.aster.html > %%GRASS_INST_DIR%%/docs/html/r.in.bin.html > %%GRASS_INST_DIR%%/docs/html/r.in.gdal.html > %%GRASS_INST_DIR%%/docs/html/r.in.gridatb.html > %%GRASS_INST_DIR%%/docs/html/r.in.mat.html > %%GRASS_INST_DIR%%/docs/html/r.in.png.html > %%GRASS_INST_DIR%%/docs/html/r.in.poly.html >-%%GRASS_INST_DIR%%/docs/html/r.in.srtm.html >-%%GRASS_INST_DIR%%/docs/html/r.in.wms.html > %%GRASS_INST_DIR%%/docs/html/r.in.xyz.html > %%GRASS_INST_DIR%%/docs/html/r.info.html > %%GRASS_INST_DIR%%/docs/html/r.kappa.html >@@ -1094,8 +988,6 @@ bin/grass%%VER%% > %%GRASS_INST_DIR%%/docs/html/r.li.shape.html > %%GRASS_INST_DIR%%/docs/html/r.li.simpson.html > %%GRASS_INST_DIR%%/docs/html/r.mapcalc.html >-%%GRASS_INST_DIR%%/docs/html/r.mapcalc.simple.html >-%%GRASS_INST_DIR%%/docs/html/r.mask.html > %%GRASS_INST_DIR%%/docs/html/r.mfilter.html > %%GRASS_INST_DIR%%/docs/html/r.mode.html > %%GRASS_INST_DIR%%/docs/html/r.neighbors.html >@@ -1112,12 +1004,9 @@ bin/grass%%VER%% > %%GRASS_INST_DIR%%/docs/html/r.out.ppm3.html > %%GRASS_INST_DIR%%/docs/html/r.out.vrml.html > %%GRASS_INST_DIR%%/docs/html/r.out.vtk.html >-%%GRASS_INST_DIR%%/docs/html/r.out.xyz.html >-%%GRASS_INST_DIR%%/docs/html/r.pack.html > %%GRASS_INST_DIR%%/docs/html/r.param.scale.html > %%GRASS_INST_DIR%%/docs/html/r.patch.html > %%GRASS_INST_DIR%%/docs/html/r.path.html >-%%GRASS_INST_DIR%%/docs/html/r.plane.html > %%GRASS_INST_DIR%%/docs/html/r.profile.html > %%GRASS_INST_DIR%%/docs/html/r.proj.html > %%GRASS_INST_DIR%%/docs/html/r.quant.html >@@ -1125,7 +1014,6 @@ bin/grass%%VER%% > %%GRASS_INST_DIR%%/docs/html/r.random.cells.html > %%GRASS_INST_DIR%%/docs/html/r.random.html > %%GRASS_INST_DIR%%/docs/html/r.random.surface.html >-%%GRASS_INST_DIR%%/docs/html/r.reclass.area.html > %%GRASS_INST_DIR%%/docs/html/r.reclass.html > %%GRASS_INST_DIR%%/docs/html/r.recode.html > %%GRASS_INST_DIR%%/docs/html/r.region.html >@@ -1141,12 +1029,10 @@ bin/grass%%VER%% > %%GRASS_INST_DIR%%/docs/html/r.resample.html > %%GRASS_INST_DIR%%/docs/html/r.rescale.eq.html > %%GRASS_INST_DIR%%/docs/html/r.rescale.html >-%%GRASS_INST_DIR%%/docs/html/r.rgb.html > %%GRASS_INST_DIR%%/docs/html/r.ros.html > %%GRASS_INST_DIR%%/docs/html/r.series.accumulate.html > %%GRASS_INST_DIR%%/docs/html/r.series.html > %%GRASS_INST_DIR%%/docs/html/r.series.interp.html >-%%GRASS_INST_DIR%%/docs/html/r.shade.html > %%GRASS_INST_DIR%%/docs/html/r.sim.sediment.html > %%GRASS_INST_DIR%%/docs/html/r.sim.water.html > %%GRASS_INST_DIR%%/docs/html/r.slope.aspect.html >@@ -1170,9 +1056,9 @@ bin/grass%%VER%% > %%GRASS_INST_DIR%%/docs/html/r.surf.idw.html > %%GRASS_INST_DIR%%/docs/html/r.surf.random.html > %%GRASS_INST_DIR%%/docs/html/r.texture.html >+%%GRASS_INST_DIR%%/docs/html/r.terraflow.html > %%GRASS_INST_DIR%%/docs/html/r.thin.html > %%GRASS_INST_DIR%%/docs/html/r.tile.html >-%%GRASS_INST_DIR%%/docs/html/r.tileset.html > %%GRASS_INST_DIR%%/docs/html/r.timestamp.html > %%GRASS_INST_DIR%%/docs/html/r.to.rast3.html > %%GRASS_INST_DIR%%/docs/html/r.to.rast3.png >@@ -1183,9 +1069,9 @@ bin/grass%%VER%% > %%GRASS_INST_DIR%%/docs/html/r.topmodel.html > %%GRASS_INST_DIR%%/docs/html/r.transect.html > %%GRASS_INST_DIR%%/docs/html/r.univar.html >-%%GRASS_INST_DIR%%/docs/html/r.unpack.html > %%GRASS_INST_DIR%%/docs/html/r.uslek.html > %%GRASS_INST_DIR%%/docs/html/r.usler.html >+%%GRASS_INST_DIR%%/docs/html/r.viewshed.html > %%GRASS_INST_DIR%%/docs/html/r.viewshed.png > %%GRASS_INST_DIR%%/docs/html/r.volume.html > %%GRASS_INST_DIR%%/docs/html/r.walk.html >@@ -1203,7 +1089,6 @@ bin/grass%%VER%% > %%GRASS_INST_DIR%%/docs/html/r3.in.ascii.html > %%GRASS_INST_DIR%%/docs/html/r3.in.bin.html > %%GRASS_INST_DIR%%/docs/html/r3.in.v5d.html >-%%GRASS_INST_DIR%%/docs/html/r3.in.xyz.html > %%GRASS_INST_DIR%%/docs/html/r3.info.html > %%GRASS_INST_DIR%%/docs/html/r3.mapcalc.html > %%GRASS_INST_DIR%%/docs/html/r3.mask.html >@@ -1269,6 +1154,7 @@ bin/grass%%VER%% > %%GRASS_INST_DIR%%/docs/html/r_resamp_stats_6m_20m.png > %%GRASS_INST_DIR%%/docs/html/r_rgb_elevation.png > %%GRASS_INST_DIR%%/docs/html/r_sim_water.png >+%%GRASS_INST_DIR%%/docs/html/r_sim_water_water_depth.png > %%GRASS_INST_DIR%%/docs/html/r_slope_aspect_4_directions.png > %%GRASS_INST_DIR%%/docs/html/r_slope_aspect_aspect.png > %%GRASS_INST_DIR%%/docs/html/r_slope_aspect_pcurv.png >@@ -1289,6 +1175,7 @@ bin/grass%%VER%% > %%GRASS_INST_DIR%%/docs/html/r_thin_vectorized.png > %%GRASS_INST_DIR%%/docs/html/r_topidx.png > %%GRASS_INST_DIR%%/docs/html/r_water_outlet.png >+%%GRASS_INST_DIR%%/docs/html/r_watershed_drainage.png > %%GRASS_INST_DIR%%/docs/html/raster.html > %%GRASS_INST_DIR%%/docs/html/raster3d.html > %%GRASS_INST_DIR%%/docs/html/raster3d_graphical.html >@@ -1319,54 +1206,6 @@ bin/grass%%VER%% > %%GRASS_INST_DIR%%/docs/html/sweep1.png > %%GRASS_INST_DIR%%/docs/html/sweep2.png > %%GRASS_INST_DIR%%/docs/html/t.connect.html >-%%GRASS_INST_DIR%%/docs/html/t.create.html >-%%GRASS_INST_DIR%%/docs/html/t.info.html >-%%GRASS_INST_DIR%%/docs/html/t.list.html >-%%GRASS_INST_DIR%%/docs/html/t.merge.html >-%%GRASS_INST_DIR%%/docs/html/t.rast.accdetect.html >-%%GRASS_INST_DIR%%/docs/html/t.rast.accumulate.html >-%%GRASS_INST_DIR%%/docs/html/t.rast.aggregate.ds.html >-%%GRASS_INST_DIR%%/docs/html/t.rast.aggregate.html >-%%GRASS_INST_DIR%%/docs/html/t.rast.algebra.html >-%%GRASS_INST_DIR%%/docs/html/t.rast.colors.html >-%%GRASS_INST_DIR%%/docs/html/t.rast.contour.html >-%%GRASS_INST_DIR%%/docs/html/t.rast.export.html >-%%GRASS_INST_DIR%%/docs/html/t.rast.extract.html >-%%GRASS_INST_DIR%%/docs/html/t.rast.gapfill.html >-%%GRASS_INST_DIR%%/docs/html/t.rast.import.html >-%%GRASS_INST_DIR%%/docs/html/t.rast.list.html >-%%GRASS_INST_DIR%%/docs/html/t.rast.mapcalc.html >-%%GRASS_INST_DIR%%/docs/html/t.rast.neighbors.html >-%%GRASS_INST_DIR%%/docs/html/t.rast.out.vtk.html >-%%GRASS_INST_DIR%%/docs/html/t.rast.series.html >-%%GRASS_INST_DIR%%/docs/html/t.rast.to.rast3.html >-%%GRASS_INST_DIR%%/docs/html/t.rast.to.vect.html >-%%GRASS_INST_DIR%%/docs/html/t.rast.univar.html >-%%GRASS_INST_DIR%%/docs/html/t.rast.what.html >-%%GRASS_INST_DIR%%/docs/html/t.rast3d.algebra.html >-%%GRASS_INST_DIR%%/docs/html/t.rast3d.extract.html >-%%GRASS_INST_DIR%%/docs/html/t.rast3d.list.html >-%%GRASS_INST_DIR%%/docs/html/t.rast3d.mapcalc.html >-%%GRASS_INST_DIR%%/docs/html/t.rast3d.univar.html >-%%GRASS_INST_DIR%%/docs/html/t.register.html >-%%GRASS_INST_DIR%%/docs/html/t.remove.html >-%%GRASS_INST_DIR%%/docs/html/t.rename.html >-%%GRASS_INST_DIR%%/docs/html/t.sample.html >-%%GRASS_INST_DIR%%/docs/html/t.select.html >-%%GRASS_INST_DIR%%/docs/html/t.shift.html >-%%GRASS_INST_DIR%%/docs/html/t.snap.html >-%%GRASS_INST_DIR%%/docs/html/t.support.html >-%%GRASS_INST_DIR%%/docs/html/t.topology.html >-%%GRASS_INST_DIR%%/docs/html/t.unregister.html >-%%GRASS_INST_DIR%%/docs/html/t.vect.algebra.html >-%%GRASS_INST_DIR%%/docs/html/t.vect.db.select.html >-%%GRASS_INST_DIR%%/docs/html/t.vect.export.html >-%%GRASS_INST_DIR%%/docs/html/t.vect.extract.html >-%%GRASS_INST_DIR%%/docs/html/t.vect.import.html >-%%GRASS_INST_DIR%%/docs/html/t.vect.list.html >-%%GRASS_INST_DIR%%/docs/html/t.vect.observe.strds.html >-%%GRASS_INST_DIR%%/docs/html/t.vect.univar.html >-%%GRASS_INST_DIR%%/docs/html/t.vect.what.strds.html > %%GRASS_INST_DIR%%/docs/html/tcurv.png > %%GRASS_INST_DIR%%/docs/html/temporal.html > %%GRASS_INST_DIR%%/docs/html/temporal_graphical.html >@@ -1377,33 +1216,25 @@ bin/grass%%VER%% > %%GRASS_INST_DIR%%/docs/html/topic_ACCA.html > %%GRASS_INST_DIR%%/docs/html/topic_GUI.html > %%GRASS_INST_DIR%%/docs/html/topic_LIDAR.html >-%%GRASS_INST_DIR%%/docs/html/topic_RGB.html >-%%GRASS_INST_DIR%%/docs/html/topic_accumulation.html >-%%GRASS_INST_DIR%%/docs/html/topic_aerial.html > %%GRASS_INST_DIR%%/docs/html/topic_aggregation.html > %%GRASS_INST_DIR%%/docs/html/topic_albedo.html > %%GRASS_INST_DIR%%/docs/html/topic_algebra.html >+%%GRASS_INST_DIR%%/docs/html/topic_atmospheric_correction.html > %%GRASS_INST_DIR%%/docs/html/topic_attribute_table.html > %%GRASS_INST_DIR%%/docs/html/topic_biomass.html > %%GRASS_INST_DIR%%/docs/html/topic_buffer.html > %%GRASS_INST_DIR%%/docs/html/topic_cartography.html > %%GRASS_INST_DIR%%/docs/html/topic_category.html >-%%GRASS_INST_DIR%%/docs/html/topic_centroid.html > %%GRASS_INST_DIR%%/docs/html/topic_classification.html >-%%GRASS_INST_DIR%%/docs/html/topic_clip.html > %%GRASS_INST_DIR%%/docs/html/topic_color_table.html > %%GRASS_INST_DIR%%/docs/html/topic_color_transformation.html > %%GRASS_INST_DIR%%/docs/html/topic_composite.html > %%GRASS_INST_DIR%%/docs/html/topic_connection_settings.html >-%%GRASS_INST_DIR%%/docs/html/topic_contour.html > %%GRASS_INST_DIR%%/docs/html/topic_conversion.html > %%GRASS_INST_DIR%%/docs/html/topic_cost_surface.html >-%%GRASS_INST_DIR%%/docs/html/topic_diagram.html > %%GRASS_INST_DIR%%/docs/html/topic_display.html >-%%GRASS_INST_DIR%%/docs/html/topic_dissolve.html > %%GRASS_INST_DIR%%/docs/html/topic_distance.html > %%GRASS_INST_DIR%%/docs/html/topic_edges.html >-%%GRASS_INST_DIR%%/docs/html/topic_editing.html > %%GRASS_INST_DIR%%/docs/html/topic_elevation.html > %%GRASS_INST_DIR%%/docs/html/topic_emissivity.html > %%GRASS_INST_DIR%%/docs/html/topic_energy_balance.html >@@ -1411,7 +1242,6 @@ bin/grass%%VER%% > %%GRASS_INST_DIR%%/docs/html/topic_export.html > %%GRASS_INST_DIR%%/docs/html/topic_extract.html > %%GRASS_INST_DIR%%/docs/html/topic_fire.html >-%%GRASS_INST_DIR%%/docs/html/topic_fusion.html > %%GRASS_INST_DIR%%/docs/html/topic_generalization.html > %%GRASS_INST_DIR%%/docs/html/topic_geometry.html > %%GRASS_INST_DIR%%/docs/html/topic_geomorphology.html >@@ -1423,21 +1253,16 @@ bin/grass%%VER%% > %%GRASS_INST_DIR%%/docs/html/topic_hydrology.html > %%GRASS_INST_DIR%%/docs/html/topic_imagery_quality_assessment.html > %%GRASS_INST_DIR%%/docs/html/topic_import.html >-%%GRASS_INST_DIR%%/docs/html/topic_installation.html >-%%GRASS_INST_DIR%%/docs/html/topic_interpolation.html > %%GRASS_INST_DIR%%/docs/html/topic_kernel_density.html > %%GRASS_INST_DIR%%/docs/html/topic_landscape_structure_analysis.html > %%GRASS_INST_DIR%%/docs/html/topic_latitude.html > %%GRASS_INST_DIR%%/docs/html/topic_linear_reference_system.html >-%%GRASS_INST_DIR%%/docs/html/topic_manual.html > %%GRASS_INST_DIR%%/docs/html/topic_map_annotations.html > %%GRASS_INST_DIR%%/docs/html/topic_map_management.html > %%GRASS_INST_DIR%%/docs/html/topic_mask.html > %%GRASS_INST_DIR%%/docs/html/topic_measurement.html > %%GRASS_INST_DIR%%/docs/html/topic_metadata.html >-%%GRASS_INST_DIR%%/docs/html/topic_modules.html > %%GRASS_INST_DIR%%/docs/html/topic_mosaic.html >-%%GRASS_INST_DIR%%/docs/html/topic_multispectral.html > %%GRASS_INST_DIR%%/docs/html/topic_network.html > %%GRASS_INST_DIR%%/docs/html/topic_null_data.html > %%GRASS_INST_DIR%%/docs/html/topic_orthorectify.html >@@ -1462,47 +1287,31 @@ bin/grass%%VER%% > %%GRASS_INST_DIR%%/docs/html/topic_statistics.html > %%GRASS_INST_DIR%%/docs/html/topic_support.html > %%GRASS_INST_DIR%%/docs/html/topic_surface.html >-%%GRASS_INST_DIR%%/docs/html/topic_temporal.html > %%GRASS_INST_DIR%%/docs/html/topic_terrain.html > %%GRASS_INST_DIR%%/docs/html/topic_tiling.html >-%%GRASS_INST_DIR%%/docs/html/topic_time_management.html > %%GRASS_INST_DIR%%/docs/html/topic_topology.html > %%GRASS_INST_DIR%%/docs/html/topic_transformation.html > %%GRASS_INST_DIR%%/docs/html/topic_unit_test.html >-%%GRASS_INST_DIR%%/docs/html/topic_vector.html > %%GRASS_INST_DIR%%/docs/html/topic_vegetation_index.html >+%%GRASS_INST_DIR%%/docs/html/topic_viewshed.html > %%GRASS_INST_DIR%%/docs/html/topic_visualization.html > %%GRASS_INST_DIR%%/docs/html/topic_volume.html > %%GRASS_INST_DIR%%/docs/html/topic_voxel.html > %%GRASS_INST_DIR%%/docs/html/topics.html > %%GRASS_INST_DIR%%/docs/html/tplot.png > %%GRASS_INST_DIR%%/docs/html/v.buffer.html >-%%GRASS_INST_DIR%%/docs/html/v.build.all.html > %%GRASS_INST_DIR%%/docs/html/v.build.html > %%GRASS_INST_DIR%%/docs/html/v.build.polylines.html > %%GRASS_INST_DIR%%/docs/html/v.category.html >-%%GRASS_INST_DIR%%/docs/html/v.centroids.html > %%GRASS_INST_DIR%%/docs/html/v.class.html > %%GRASS_INST_DIR%%/docs/html/v.clean.html >-%%GRASS_INST_DIR%%/docs/html/v.clip.html > %%GRASS_INST_DIR%%/docs/html/v.cluster.html > %%GRASS_INST_DIR%%/docs/html/v.colors.html > %%GRASS_INST_DIR%%/docs/html/v.colors.out.html >-%%GRASS_INST_DIR%%/docs/html/v.db.addcolumn.html >-%%GRASS_INST_DIR%%/docs/html/v.db.addtable.html > %%GRASS_INST_DIR%%/docs/html/v.db.connect.html >-%%GRASS_INST_DIR%%/docs/html/v.db.dropcolumn.html >-%%GRASS_INST_DIR%%/docs/html/v.db.droprow.html >-%%GRASS_INST_DIR%%/docs/html/v.db.droptable.html >-%%GRASS_INST_DIR%%/docs/html/v.db.join.html >-%%GRASS_INST_DIR%%/docs/html/v.db.reconnect.all.html >-%%GRASS_INST_DIR%%/docs/html/v.db.renamecolumn.html > %%GRASS_INST_DIR%%/docs/html/v.db.select.html >-%%GRASS_INST_DIR%%/docs/html/v.db.univar.html >-%%GRASS_INST_DIR%%/docs/html/v.db.update.html > %%GRASS_INST_DIR%%/docs/html/v.decimate.html > %%GRASS_INST_DIR%%/docs/html/v.delaunay.html >-%%GRASS_INST_DIR%%/docs/html/v.dissolve.html > %%GRASS_INST_DIR%%/docs/html/v.distance.html > %%GRASS_INST_DIR%%/docs/html/v.drape.html > %%GRASS_INST_DIR%%/docs/html/v.edit.html >@@ -1512,17 +1321,11 @@ bin/grass%%VER%% > %%GRASS_INST_DIR%%/docs/html/v.extrude.html > %%GRASS_INST_DIR%%/docs/html/v.generalize.html > %%GRASS_INST_DIR%%/docs/html/v.hull.html >-%%GRASS_INST_DIR%%/docs/html/v.import.html > %%GRASS_INST_DIR%%/docs/html/v.in.ascii.html > %%GRASS_INST_DIR%%/docs/html/v.in.db.html > %%GRASS_INST_DIR%%/docs/html/v.in.dxf.html >-%%GRASS_INST_DIR%%/docs/html/v.in.e00.html >-%%GRASS_INST_DIR%%/docs/html/v.in.geonames.html >-%%GRASS_INST_DIR%%/docs/html/v.in.lines.html >-%%GRASS_INST_DIR%%/docs/html/v.in.mapgen.html > %%GRASS_INST_DIR%%/docs/html/v.in.ogr.html > %%GRASS_INST_DIR%%/docs/html/v.in.region.html >-%%GRASS_INST_DIR%%/docs/html/v.in.wfs.html > %%GRASS_INST_DIR%%/docs/html/v.info.html > %%GRASS_INST_DIR%%/docs/html/v.kcv.html > %%GRASS_INST_DIR%%/docs/html/v.kernel.html >@@ -1562,7 +1365,6 @@ bin/grass%%VER%% > %%GRASS_INST_DIR%%/docs/html/v.out.vtk.html > %%GRASS_INST_DIR%%/docs/html/v.outlier.html > %%GRASS_INST_DIR%%/docs/html/v.overlay.html >-%%GRASS_INST_DIR%%/docs/html/v.pack.html > %%GRASS_INST_DIR%%/docs/html/v.parallel.html > %%GRASS_INST_DIR%%/docs/html/v.patch.html > %%GRASS_INST_DIR%%/docs/html/v.perturb.html >@@ -1570,10 +1372,8 @@ bin/grass%%VER%% > %%GRASS_INST_DIR%%/docs/html/v.proj.html > %%GRASS_INST_DIR%%/docs/html/v.qcount.html > %%GRASS_INST_DIR%%/docs/html/v.random.html >-%%GRASS_INST_DIR%%/docs/html/v.rast.stats.html > %%GRASS_INST_DIR%%/docs/html/v.reclass.html > %%GRASS_INST_DIR%%/docs/html/v.rectify.html >-%%GRASS_INST_DIR%%/docs/html/v.report.html > %%GRASS_INST_DIR%%/docs/html/v.sample.html > %%GRASS_INST_DIR%%/docs/html/v.segment.html > %%GRASS_INST_DIR%%/docs/html/v.select.html >@@ -1585,22 +1385,18 @@ bin/grass%%VER%% > %%GRASS_INST_DIR%%/docs/html/v.timestamp.html > %%GRASS_INST_DIR%%/docs/html/v.to.3d.html > %%GRASS_INST_DIR%%/docs/html/v.to.db.html >-%%GRASS_INST_DIR%%/docs/html/v.to.lines.html > %%GRASS_INST_DIR%%/docs/html/v.to.points.html > %%GRASS_INST_DIR%%/docs/html/v.to.rast.html > %%GRASS_INST_DIR%%/docs/html/v.to.rast3.html > %%GRASS_INST_DIR%%/docs/html/v.transform.html > %%GRASS_INST_DIR%%/docs/html/v.type.html > %%GRASS_INST_DIR%%/docs/html/v.univar.html >-%%GRASS_INST_DIR%%/docs/html/v.unpack.html > %%GRASS_INST_DIR%%/docs/html/v.vect.stats.html > %%GRASS_INST_DIR%%/docs/html/v.vol.rst.html > %%GRASS_INST_DIR%%/docs/html/v.voronoi.html > %%GRASS_INST_DIR%%/docs/html/v.what.html > %%GRASS_INST_DIR%%/docs/html/v.what.rast.html > %%GRASS_INST_DIR%%/docs/html/v.what.rast3.html >-%%GRASS_INST_DIR%%/docs/html/v.what.strds.html >-%%GRASS_INST_DIR%%/docs/html/v.what.vect.html > %%GRASS_INST_DIR%%/docs/html/v_buffer_area.png > %%GRASS_INST_DIR%%/docs/html/v_buffer_area_s.png > %%GRASS_INST_DIR%%/docs/html/v_buffer_areas.png >@@ -1697,27 +1493,13 @@ bin/grass%%VER%% > %%GRASS_INST_DIR%%/docs/html/vrandom_restricted_area.png > %%GRASS_INST_DIR%%/docs/html/vrandom_restricted_attr.png > %%GRASS_INST_DIR%%/docs/html/vrandom_z.png >-%%GRASS_INST_DIR%%/docs/html/wxGUI.animation.html > %%GRASS_INST_DIR%%/docs/html/wxGUI.components.html >-%%GRASS_INST_DIR%%/docs/html/wxGUI.datacatalog.html >-%%GRASS_INST_DIR%%/docs/html/wxGUI.dbmgr.html >-%%GRASS_INST_DIR%%/docs/html/wxGUI.gcp.html >-%%GRASS_INST_DIR%%/docs/html/wxGUI.gmodeler.html > %%GRASS_INST_DIR%%/docs/html/wxGUI.html >-%%GRASS_INST_DIR%%/docs/html/wxGUI.iclass.html >-%%GRASS_INST_DIR%%/docs/html/wxGUI.image2target.html > %%GRASS_INST_DIR%%/docs/html/wxGUI.iscatt.html >-%%GRASS_INST_DIR%%/docs/html/wxGUI.mapswipe.html > %%GRASS_INST_DIR%%/docs/html/wxGUI.modules.html > %%GRASS_INST_DIR%%/docs/html/wxGUI.nviz.html >-%%GRASS_INST_DIR%%/docs/html/wxGUI.photo2image.html >-%%GRASS_INST_DIR%%/docs/html/wxGUI.psmap.html > %%GRASS_INST_DIR%%/docs/html/wxGUI.rdigit.html >-%%GRASS_INST_DIR%%/docs/html/wxGUI.rlisetup.html >-%%GRASS_INST_DIR%%/docs/html/wxGUI.timeline.html > %%GRASS_INST_DIR%%/docs/html/wxGUI.toolboxes.html >-%%GRASS_INST_DIR%%/docs/html/wxGUI.tplot.html >-%%GRASS_INST_DIR%%/docs/html/wxGUI.vdigit.html > %%GRASS_INST_DIR%%/docs/html/wxGUI.vnet.html > %%GRASS_INST_DIR%%/docs/html/wxGUI_animation_tool.jpg > %%GRASS_INST_DIR%%/docs/html/wxGUI_gcp_frame.jpg >@@ -1747,7 +1529,6 @@ bin/grass%%VER%% > %%GRASS_INST_DIR%%/docs/html/wxGUI_rdigit_step5.png > %%GRASS_INST_DIR%%/docs/html/wxGUI_toolboxes.jpg > %%GRASS_INST_DIR%%/docs/html/wxGUI_vnet.jpg >-%%GRASS_INST_DIR%%/docs/html/wxpyimgview.html > %%GRASS_INST_DIR%%/docs/html/ximgview.html > %%GRASS_INST_DIR%%/docs/html/zipcodes_larger2000ha.png > %%GRASS_INST_DIR%%/docs/html/zipcodes_minor1000ha.png >@@ -1756,11 +1537,9 @@ bin/grass%%VER%% > %%GRASS_INST_DIR%%/docs/man/man1/d.barscale.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/d.colorlist.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/d.colortable.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/d.correlate.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/d.erase.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/d.font.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/d.fontlist.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/d.frame.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/d.geodesic.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/d.graph.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/d.grid.1.gz >@@ -1773,27 +1552,18 @@ bin/grass%%VER%% > %%GRASS_INST_DIR%%/docs/man/man1/d.linegraph.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/d.mon.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/d.northarrow.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/d.out.file.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/d.path.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/d.polar.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/d.profile.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/d.rast.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/d.rast.arrow.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/d.rast.edit.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/d.rast.leg.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/d.rast.num.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/d.redraw.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/d.rgb.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/d.rhumbline.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/d.shade.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/d.text.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/d.title.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/d.to.rast.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/d.vect.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/d.vect.chart.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/d.vect.thematic.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/d.what.rast.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/d.what.vect.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/d.where.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/database.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/database_graphical.1.gz >@@ -1805,17 +1575,11 @@ bin/grass%%VER%% > %%GRASS_INST_DIR%%/docs/man/man1/db.databases.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/db.describe.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/db.drivers.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/db.dropcolumn.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/db.dropdb.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/db.droptable.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/db.execute.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/db.in.ogr.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/db.login.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/db.out.ogr.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/db.select.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/db.tables.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/db.test.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/db.univar.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/display.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/display_graphical.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/displaydrivers.1.gz >@@ -1824,29 +1588,12 @@ bin/grass%%VER%% > %%GRASS_INST_DIR%%/docs/man/man1/g.cairocomp.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/g.copy.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/g.dirseps.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/g.extension.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/g.extension.all.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/g.filename.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/g.findetc.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/g.findfile.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/g.gisenv.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/g.gui.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/g.gui.animation.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/g.gui.datacatalog.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/g.gui.dbmgr.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/g.gui.gcp.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/g.gui.gmodeler.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/g.gui.iclass.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/g.gui.image2target.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/g.gui.mapswipe.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/g.gui.photo2image.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/g.gui.psmap.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/g.gui.rlisetup.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/g.gui.timeline.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/g.gui.tplot.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/g.gui.vdigit.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/g.list.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/g.manual.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/g.mapset.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/g.mapsets.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/g.message.1.gz >@@ -1858,7 +1605,6 @@ bin/grass%%VER%% > %%GRASS_INST_DIR%%/docs/man/man1/g.region.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/g.remove.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/g.rename.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/g.search.modules.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/g.tempfile.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/g.version.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/general.1.gz >@@ -1874,10 +1620,10 @@ bin/grass%%VER%% > %%GRASS_INST_DIR%%/docs/man/man1/htmldriver.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/i.albedo.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/i.aster.toar.1.gz >+%%GRASS_INST_DIR%%/docs/man/man1/i.atcorr.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/i.biomass.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/i.cca.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/i.cluster.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/i.colors.enhance.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/i.eb.eta.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/i.eb.evapfr.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/i.eb.hsebal01.1.gz >@@ -1894,13 +1640,10 @@ bin/grass%%VER%% > %%GRASS_INST_DIR%%/docs/man/man1/i.group.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/i.his.rgb.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/i.ifft.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/i.image.mosaic.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/i.in.spotvgt.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/i.landsat.acca.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/i.landsat.toar.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/i.maxlik.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/i.modis.qc.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/i.oif.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/i.ortho.camera.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/i.ortho.elev.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/i.ortho.init.1.gz >@@ -1908,15 +1651,12 @@ bin/grass%%VER%% > %%GRASS_INST_DIR%%/docs/man/man1/i.ortho.rectify.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/i.ortho.target.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/i.ortho.transform.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/i.pansharpen.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/i.pca.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/i.rectify.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/i.rgb.his.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/i.segment.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/i.smap.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/i.spectral.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/i.target.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/i.tasscap.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/i.topo.corr.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/i.vi.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/i.zc.1.gz >@@ -1930,7 +1670,6 @@ bin/grass%%VER%% > %%GRASS_INST_DIR%%/docs/man/man1/m.measure.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/m.nviz.image.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/m.nviz.script.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/m.proj.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/m.transform.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/manual_gallery.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/miscellaneous.1.gz >@@ -1943,9 +1682,7 @@ bin/grass%%VER%% > %%GRASS_INST_DIR%%/docs/man/man1/ps.map.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/psdriver.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/r.basins.fill.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/r.blend.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/r.buffer.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/r.buffer.lowmem.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/r.buildvrt.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/r.carve.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/r.category.1.gz >@@ -1954,7 +1691,6 @@ bin/grass%%VER%% > %%GRASS_INST_DIR%%/docs/man/man1/r.coin.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/r.colors.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/r.colors.out.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/r.colors.stddev.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/r.composite.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/r.compress.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/r.contour.1.gz >@@ -1963,30 +1699,23 @@ bin/grass%%VER%% > %%GRASS_INST_DIR%%/docs/man/man1/r.cross.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/r.describe.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/r.distance.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/r.drain.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/r.external.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/r.external.out.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/r.fill.dir.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/r.fill.stats.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/r.fillnulls.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/r.flow.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/r.geomorphon.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/r.grow.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/r.grow.distance.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/r.gwflow.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/r.his.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/r.horizon.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/r.import.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/r.in.ascii.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/r.in.aster.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/r.in.bin.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/r.in.gdal.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/r.in.gridatb.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/r.in.mat.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/r.in.png.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/r.in.poly.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/r.in.srtm.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/r.in.wms.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/r.in.xyz.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/r.info.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/r.kappa.1.gz >@@ -2011,8 +1740,6 @@ bin/grass%%VER%% > %%GRASS_INST_DIR%%/docs/man/man1/r.li.shape.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/r.li.simpson.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/r.mapcalc.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/r.mapcalc.simple.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/r.mask.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/r.mfilter.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/r.mode.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/r.neighbors.1.gz >@@ -2029,12 +1756,9 @@ bin/grass%%VER%% > %%GRASS_INST_DIR%%/docs/man/man1/r.out.ppm3.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/r.out.vrml.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/r.out.vtk.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/r.out.xyz.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/r.pack.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/r.param.scale.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/r.patch.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/r.path.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/r.plane.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/r.profile.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/r.proj.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/r.quant.1.gz >@@ -2043,7 +1767,6 @@ bin/grass%%VER%% > %%GRASS_INST_DIR%%/docs/man/man1/r.random.cells.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/r.random.surface.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/r.reclass.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/r.reclass.area.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/r.recode.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/r.region.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/r.regression.line.1.gz >@@ -2058,12 +1781,10 @@ bin/grass%%VER%% > %%GRASS_INST_DIR%%/docs/man/man1/r.resample.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/r.rescale.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/r.rescale.eq.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/r.rgb.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/r.ros.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/r.series.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/r.series.accumulate.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/r.series.interp.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/r.shade.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/r.sim.sediment.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/r.sim.water.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/r.slope.aspect.1.gz >@@ -2087,9 +1808,9 @@ bin/grass%%VER%% > %%GRASS_INST_DIR%%/docs/man/man1/r.surf.idw.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/r.surf.random.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/r.texture.1.gz >+%%GRASS_INST_DIR%%/docs/man/man1/r.terraflow.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/r.thin.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/r.tile.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/r.tileset.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/r.timestamp.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/r.to.rast3.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/r.to.rast3elev.1.gz >@@ -2098,9 +1819,9 @@ bin/grass%%VER%% > %%GRASS_INST_DIR%%/docs/man/man1/r.topmodel.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/r.transect.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/r.univar.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/r.unpack.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/r.uslek.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/r.usler.1.gz >+%%GRASS_INST_DIR%%/docs/man/man1/r.viewshed.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/r.volume.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/r.walk.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/r.water.outlet.1.gz >@@ -2116,7 +1837,6 @@ bin/grass%%VER%% > %%GRASS_INST_DIR%%/docs/man/man1/r3.in.ascii.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/r3.in.bin.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/r3.in.v5d.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/r3.in.xyz.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/r3.info.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/r3.mapcalc.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/r3.mask.1.gz >@@ -2141,54 +1861,6 @@ bin/grass%%VER%% > %%GRASS_INST_DIR%%/docs/man/man1/rasterintro.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/sql.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/t.connect.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/t.create.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/t.info.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/t.list.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/t.merge.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/t.rast.accdetect.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/t.rast.accumulate.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/t.rast.aggregate.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/t.rast.aggregate.ds.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/t.rast.algebra.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/t.rast.colors.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/t.rast.contour.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/t.rast.export.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/t.rast.extract.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/t.rast.gapfill.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/t.rast.import.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/t.rast.list.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/t.rast.mapcalc.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/t.rast.neighbors.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/t.rast.out.vtk.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/t.rast.series.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/t.rast.to.rast3.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/t.rast.to.vect.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/t.rast.univar.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/t.rast.what.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/t.rast3d.algebra.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/t.rast3d.extract.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/t.rast3d.list.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/t.rast3d.mapcalc.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/t.rast3d.univar.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/t.register.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/t.remove.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/t.rename.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/t.sample.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/t.select.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/t.shift.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/t.snap.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/t.support.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/t.topology.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/t.unregister.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/t.vect.algebra.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/t.vect.db.select.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/t.vect.export.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/t.vect.extract.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/t.vect.import.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/t.vect.list.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/t.vect.observe.strds.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/t.vect.univar.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/t.vect.what.strds.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/temporal.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/temporal_graphical.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/temporalintro.1.gz >@@ -2197,33 +1869,25 @@ bin/grass%%VER%% > %%GRASS_INST_DIR%%/docs/man/man1/topic_ACCA.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/topic_GUI.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/topic_LIDAR.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/topic_RGB.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/topic_accumulation.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/topic_aerial.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/topic_aggregation.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/topic_albedo.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/topic_algebra.1.gz >+%%GRASS_INST_DIR%%/docs/man/man1/topic_atmospheric_correction.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/topic_attribute_table.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/topic_biomass.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/topic_buffer.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/topic_cartography.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/topic_category.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/topic_centroid.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/topic_classification.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/topic_clip.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/topic_color_table.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/topic_color_transformation.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/topic_composite.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/topic_connection_settings.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/topic_contour.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/topic_conversion.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/topic_cost_surface.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/topic_diagram.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/topic_display.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/topic_dissolve.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/topic_distance.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/topic_edges.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/topic_editing.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/topic_elevation.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/topic_emissivity.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/topic_energy_balance.1.gz >@@ -2231,7 +1895,6 @@ bin/grass%%VER%% > %%GRASS_INST_DIR%%/docs/man/man1/topic_export.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/topic_extract.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/topic_fire.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/topic_fusion.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/topic_generalization.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/topic_geometry.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/topic_geomorphology.1.gz >@@ -2243,21 +1906,16 @@ bin/grass%%VER%% > %%GRASS_INST_DIR%%/docs/man/man1/topic_hydrology.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/topic_imagery_quality_assessment.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/topic_import.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/topic_installation.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/topic_interpolation.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/topic_kernel_density.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/topic_landscape_structure_analysis.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/topic_latitude.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/topic_linear_reference_system.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/topic_manual.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/topic_map_annotations.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/topic_map_management.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/topic_mask.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/topic_measurement.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/topic_metadata.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/topic_modules.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/topic_mosaic.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/topic_multispectral.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/topic_network.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/topic_null_data.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/topic_orthorectify.1.gz >@@ -2282,14 +1940,12 @@ bin/grass%%VER%% > %%GRASS_INST_DIR%%/docs/man/man1/topic_statistics.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/topic_support.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/topic_surface.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/topic_temporal.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/topic_terrain.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/topic_tiling.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/topic_time_management.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/topic_topology.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/topic_transformation.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/topic_unit_test.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/topic_vector.1.gz >+%%GRASS_INST_DIR%%/docs/man/man1/topic_viewshed.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/topic_vegetation_index.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/topic_visualization.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/topic_volume.1.gz >@@ -2297,31 +1953,17 @@ bin/grass%%VER%% > %%GRASS_INST_DIR%%/docs/man/man1/topics.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/v.buffer.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/v.build.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/v.build.all.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/v.build.polylines.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/v.category.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/v.centroids.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/v.class.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/v.clean.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/v.clip.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/v.cluster.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/v.colors.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/v.colors.out.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/v.db.addcolumn.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/v.db.addtable.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/v.db.connect.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/v.db.dropcolumn.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/v.db.droprow.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/v.db.droptable.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/v.db.join.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/v.db.reconnect.all.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/v.db.renamecolumn.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/v.db.select.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/v.db.univar.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/v.db.update.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/v.decimate.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/v.delaunay.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/v.dissolve.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/v.distance.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/v.drape.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/v.edit.1.gz >@@ -2331,17 +1973,11 @@ bin/grass%%VER%% > %%GRASS_INST_DIR%%/docs/man/man1/v.extrude.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/v.generalize.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/v.hull.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/v.import.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/v.in.ascii.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/v.in.db.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/v.in.dxf.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/v.in.e00.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/v.in.geonames.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/v.in.lines.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/v.in.mapgen.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/v.in.ogr.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/v.in.region.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/v.in.wfs.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/v.info.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/v.kcv.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/v.kernel.1.gz >@@ -2381,7 +2017,6 @@ bin/grass%%VER%% > %%GRASS_INST_DIR%%/docs/man/man1/v.out.vtk.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/v.outlier.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/v.overlay.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/v.pack.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/v.parallel.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/v.patch.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/v.perturb.1.gz >@@ -2389,10 +2024,8 @@ bin/grass%%VER%% > %%GRASS_INST_DIR%%/docs/man/man1/v.proj.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/v.qcount.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/v.random.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/v.rast.stats.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/v.reclass.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/v.rectify.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/v.report.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/v.sample.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/v.segment.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/v.select.1.gz >@@ -2404,51 +2037,32 @@ bin/grass%%VER%% > %%GRASS_INST_DIR%%/docs/man/man1/v.timestamp.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/v.to.3d.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/v.to.db.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/v.to.lines.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/v.to.points.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/v.to.rast.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/v.to.rast3.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/v.transform.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/v.type.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/v.univar.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/v.unpack.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/v.vect.stats.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/v.vol.rst.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/v.voronoi.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/v.what.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/v.what.rast.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/v.what.rast3.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/v.what.strds.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/v.what.vect.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/variables.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/vector.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/vector_graphical.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/vectorascii.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/vectorintro.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/wxGUI.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/wxGUI.animation.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/wxGUI.components.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/wxGUI.datacatalog.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/wxGUI.dbmgr.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/wxGUI.gcp.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/wxGUI.gmodeler.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/wxGUI.iclass.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/wxGUI.image2target.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/wxGUI.iscatt.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/wxGUI.mapswipe.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/wxGUI.modules.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/wxGUI.nviz.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/wxGUI.photo2image.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/wxGUI.psmap.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/wxGUI.rdigit.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/wxGUI.rlisetup.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/wxGUI.timeline.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/wxGUI.toolboxes.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/wxGUI.tplot.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/wxGUI.vdigit.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/wxGUI.vnet.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/wxGUI_graphical.1.gz >-%%GRASS_INST_DIR%%/docs/man/man1/wxpyimgview.1.gz > %%GRASS_INST_DIR%%/docs/man/man1/ximgview.1.gz > %%GRASS_INST_DIR%%/driver/db/dbf > %%GRASS_INST_DIR%%/driver/db/ogr >@@ -2511,7 +2125,6 @@ bin/grass%%VER%% > %%GRASS_INST_DIR%%/etc/current_time_s_ms > %%GRASS_INST_DIR%%/etc/d.mon/render_cmd.py > %%GRASS_INST_DIR%%/etc/d.polar/ps_defs.eps >-%%GRASS_INST_DIR%%/etc/db.test/test1 > %%GRASS_INST_DIR%%/etc/echo > %%GRASS_INST_DIR%%/etc/element_list > %%GRASS_INST_DIR%%/etc/fontcap >@@ -2566,291 +2179,149 @@ bin/grass%%VER%% > %%GRASS_INST_DIR%%/etc/proj/units.table > %%GRASS_INST_DIR%%/etc/psdriver.ps > %%GRASS_INST_DIR%%/etc/python/grass/__init__.py >-%%GRASS_INST_DIR%%/etc/python/grass/__init__.pyc > %%GRASS_INST_DIR%%/etc/python/grass/exceptions/__init__.py >-%%GRASS_INST_DIR%%/etc/python/grass/exceptions/__init__.pyc > %%GRASS_INST_DIR%%/etc/python/grass/gunittest/__init__.py >-%%GRASS_INST_DIR%%/etc/python/grass/gunittest/__init__.pyc > %%GRASS_INST_DIR%%/etc/python/grass/gunittest/case.py >-%%GRASS_INST_DIR%%/etc/python/grass/gunittest/case.pyc > %%GRASS_INST_DIR%%/etc/python/grass/gunittest/checkers.py >-%%GRASS_INST_DIR%%/etc/python/grass/gunittest/checkers.pyc > %%GRASS_INST_DIR%%/etc/python/grass/gunittest/gmodules.py >-%%GRASS_INST_DIR%%/etc/python/grass/gunittest/gmodules.pyc > %%GRASS_INST_DIR%%/etc/python/grass/gunittest/gutils.py >-%%GRASS_INST_DIR%%/etc/python/grass/gunittest/gutils.pyc > %%GRASS_INST_DIR%%/etc/python/grass/gunittest/invoker.py >-%%GRASS_INST_DIR%%/etc/python/grass/gunittest/invoker.pyc > %%GRASS_INST_DIR%%/etc/python/grass/gunittest/loader.py >-%%GRASS_INST_DIR%%/etc/python/grass/gunittest/loader.pyc > %%GRASS_INST_DIR%%/etc/python/grass/gunittest/main.py >-%%GRASS_INST_DIR%%/etc/python/grass/gunittest/main.pyc > %%GRASS_INST_DIR%%/etc/python/grass/gunittest/reporters.py >-%%GRASS_INST_DIR%%/etc/python/grass/gunittest/reporters.pyc > %%GRASS_INST_DIR%%/etc/python/grass/gunittest/runner.py >-%%GRASS_INST_DIR%%/etc/python/grass/gunittest/runner.pyc > %%GRASS_INST_DIR%%/etc/python/grass/gunittest/utils.py >-%%GRASS_INST_DIR%%/etc/python/grass/gunittest/utils.pyc > %%GRASS_INST_DIR%%/etc/python/grass/imaging/__init__.py >-%%GRASS_INST_DIR%%/etc/python/grass/imaging/__init__.pyc > %%GRASS_INST_DIR%%/etc/python/grass/imaging/images2avi.py >-%%GRASS_INST_DIR%%/etc/python/grass/imaging/images2avi.pyc > %%GRASS_INST_DIR%%/etc/python/grass/imaging/images2gif.py >-%%GRASS_INST_DIR%%/etc/python/grass/imaging/images2gif.pyc > %%GRASS_INST_DIR%%/etc/python/grass/imaging/images2ims.py >-%%GRASS_INST_DIR%%/etc/python/grass/imaging/images2ims.pyc > %%GRASS_INST_DIR%%/etc/python/grass/imaging/images2swf.py >-%%GRASS_INST_DIR%%/etc/python/grass/imaging/images2swf.pyc >+%%GRASS_INST_DIR%%/etc/python/grass/imaging/operations.py > %%GRASS_INST_DIR%%/etc/python/grass/lib/__init__.py >-%%GRASS_INST_DIR%%/etc/python/grass/lib/__init__.pyc > %%GRASS_INST_DIR%%/etc/python/grass/lib/arraystats.py >-%%GRASS_INST_DIR%%/etc/python/grass/lib/arraystats.pyc > %%GRASS_INST_DIR%%/etc/python/grass/lib/cluster.py >-%%GRASS_INST_DIR%%/etc/python/grass/lib/cluster.pyc > %%GRASS_INST_DIR%%/etc/python/grass/lib/ctypes_loader.py >-%%GRASS_INST_DIR%%/etc/python/grass/lib/ctypes_loader.pyc > %%GRASS_INST_DIR%%/etc/python/grass/lib/ctypes_preamble.py >-%%GRASS_INST_DIR%%/etc/python/grass/lib/ctypes_preamble.pyc > %%GRASS_INST_DIR%%/etc/python/grass/lib/date.py >-%%GRASS_INST_DIR%%/etc/python/grass/lib/date.pyc > %%GRASS_INST_DIR%%/etc/python/grass/lib/dbmi.py >-%%GRASS_INST_DIR%%/etc/python/grass/lib/dbmi.pyc > %%GRASS_INST_DIR%%/etc/python/grass/lib/display.py >-%%GRASS_INST_DIR%%/etc/python/grass/lib/display.pyc > %%GRASS_INST_DIR%%/etc/python/grass/lib/gis.py >-%%GRASS_INST_DIR%%/etc/python/grass/lib/gis.pyc > %%GRASS_INST_DIR%%/etc/python/grass/lib/gmath.py >-%%GRASS_INST_DIR%%/etc/python/grass/lib/gmath.pyc > %%GRASS_INST_DIR%%/etc/python/grass/lib/imagery.py >-%%GRASS_INST_DIR%%/etc/python/grass/lib/imagery.pyc > %%GRASS_INST_DIR%%/etc/python/grass/lib/nviz.py >-%%GRASS_INST_DIR%%/etc/python/grass/lib/nviz.pyc > %%GRASS_INST_DIR%%/etc/python/grass/lib/ogsf.py >-%%GRASS_INST_DIR%%/etc/python/grass/lib/ogsf.pyc > %%GRASS_INST_DIR%%/etc/python/grass/lib/proj.py >-%%GRASS_INST_DIR%%/etc/python/grass/lib/proj.pyc > %%GRASS_INST_DIR%%/etc/python/grass/lib/raster.py >-%%GRASS_INST_DIR%%/etc/python/grass/lib/raster.pyc > %%GRASS_INST_DIR%%/etc/python/grass/lib/raster3d.py >-%%GRASS_INST_DIR%%/etc/python/grass/lib/raster3d.pyc > %%GRASS_INST_DIR%%/etc/python/grass/lib/rowio.py >-%%GRASS_INST_DIR%%/etc/python/grass/lib/rowio.pyc > %%GRASS_INST_DIR%%/etc/python/grass/lib/rtree.py >-%%GRASS_INST_DIR%%/etc/python/grass/lib/rtree.pyc > %%GRASS_INST_DIR%%/etc/python/grass/lib/segment.py >-%%GRASS_INST_DIR%%/etc/python/grass/lib/segment.pyc > %%GRASS_INST_DIR%%/etc/python/grass/lib/stats.py >-%%GRASS_INST_DIR%%/etc/python/grass/lib/stats.pyc > %%GRASS_INST_DIR%%/etc/python/grass/lib/temporal.py >-%%GRASS_INST_DIR%%/etc/python/grass/lib/temporal.pyc > %%GRASS_INST_DIR%%/etc/python/grass/lib/vector.py >-%%GRASS_INST_DIR%%/etc/python/grass/lib/vector.pyc > %%GRASS_INST_DIR%%/etc/python/grass/lib/vedit.py >-%%GRASS_INST_DIR%%/etc/python/grass/lib/vedit.pyc > %%GRASS_INST_DIR%%/etc/python/grass/pydispatch/__init__.py >-%%GRASS_INST_DIR%%/etc/python/grass/pydispatch/__init__.pyc > %%GRASS_INST_DIR%%/etc/python/grass/pydispatch/dispatcher.py >-%%GRASS_INST_DIR%%/etc/python/grass/pydispatch/dispatcher.pyc > %%GRASS_INST_DIR%%/etc/python/grass/pydispatch/errors.py >-%%GRASS_INST_DIR%%/etc/python/grass/pydispatch/errors.pyc > %%GRASS_INST_DIR%%/etc/python/grass/pydispatch/robust.py >-%%GRASS_INST_DIR%%/etc/python/grass/pydispatch/robust.pyc > %%GRASS_INST_DIR%%/etc/python/grass/pydispatch/robustapply.py >-%%GRASS_INST_DIR%%/etc/python/grass/pydispatch/robustapply.pyc > %%GRASS_INST_DIR%%/etc/python/grass/pydispatch/saferef.py >-%%GRASS_INST_DIR%%/etc/python/grass/pydispatch/saferef.pyc > %%GRASS_INST_DIR%%/etc/python/grass/pydispatch/signal.py >-%%GRASS_INST_DIR%%/etc/python/grass/pydispatch/signal.pyc > %%GRASS_INST_DIR%%/etc/python/grass/pygrass/__init__.py >-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/__init__.pyc > %%GRASS_INST_DIR%%/etc/python/grass/pygrass/errors.py >-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/errors.pyc > %%GRASS_INST_DIR%%/etc/python/grass/pygrass/gis/__init__.py >-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/gis/__init__.pyc > %%GRASS_INST_DIR%%/etc/python/grass/pygrass/gis/region.py >-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/gis/region.pyc > %%GRASS_INST_DIR%%/etc/python/grass/pygrass/messages/__init__.py >-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/messages/__init__.pyc > %%GRASS_INST_DIR%%/etc/python/grass/pygrass/modules/__init__.py >-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/modules/__init__.pyc > %%GRASS_INST_DIR%%/etc/python/grass/pygrass/modules/grid/__init__.py >-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/modules/grid/__init__.pyc > %%GRASS_INST_DIR%%/etc/python/grass/pygrass/modules/grid/grid.py >-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/modules/grid/grid.pyc > %%GRASS_INST_DIR%%/etc/python/grass/pygrass/modules/grid/patch.py >-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/modules/grid/patch.pyc > %%GRASS_INST_DIR%%/etc/python/grass/pygrass/modules/grid/split.py >-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/modules/grid/split.pyc > %%GRASS_INST_DIR%%/etc/python/grass/pygrass/modules/interface/__init__.py >-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/modules/interface/__init__.pyc > %%GRASS_INST_DIR%%/etc/python/grass/pygrass/modules/interface/docstring.py >-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/modules/interface/docstring.pyc > %%GRASS_INST_DIR%%/etc/python/grass/pygrass/modules/interface/env.py >-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/modules/interface/env.pyc > %%GRASS_INST_DIR%%/etc/python/grass/pygrass/modules/interface/flag.py >-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/modules/interface/flag.pyc > %%GRASS_INST_DIR%%/etc/python/grass/pygrass/modules/interface/module.py >-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/modules/interface/module.pyc > %%GRASS_INST_DIR%%/etc/python/grass/pygrass/modules/interface/parameter.py >-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/modules/interface/parameter.pyc > %%GRASS_INST_DIR%%/etc/python/grass/pygrass/modules/interface/read.py >-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/modules/interface/read.pyc > %%GRASS_INST_DIR%%/etc/python/grass/pygrass/modules/interface/typedict.py >-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/modules/interface/typedict.pyc > %%GRASS_INST_DIR%%/etc/python/grass/pygrass/modules/shortcuts.py >-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/modules/shortcuts.pyc > %%GRASS_INST_DIR%%/etc/python/grass/pygrass/orderdict.py >-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/orderdict.pyc > %%GRASS_INST_DIR%%/etc/python/grass/pygrass/raster/__init__.py >-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/raster/__init__.pyc > %%GRASS_INST_DIR%%/etc/python/grass/pygrass/raster/abstract.py >-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/raster/abstract.pyc > %%GRASS_INST_DIR%%/etc/python/grass/pygrass/raster/buffer.py >-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/raster/buffer.pyc > %%GRASS_INST_DIR%%/etc/python/grass/pygrass/raster/category.py >-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/raster/category.pyc > %%GRASS_INST_DIR%%/etc/python/grass/pygrass/raster/history.py >-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/raster/history.pyc > %%GRASS_INST_DIR%%/etc/python/grass/pygrass/raster/raster_type.py >-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/raster/raster_type.pyc > %%GRASS_INST_DIR%%/etc/python/grass/pygrass/raster/rowio.py >-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/raster/rowio.pyc > %%GRASS_INST_DIR%%/etc/python/grass/pygrass/raster/segment.py >-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/raster/segment.pyc > %%GRASS_INST_DIR%%/etc/python/grass/pygrass/rpc/__init__.py >-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/rpc/__init__.pyc > %%GRASS_INST_DIR%%/etc/python/grass/pygrass/rpc/base.py >-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/rpc/base.pyc > %%GRASS_INST_DIR%%/etc/python/grass/pygrass/shell/__init__.py >-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/shell/__init__.pyc > %%GRASS_INST_DIR%%/etc/python/grass/pygrass/shell/conversion.py >-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/shell/conversion.pyc > %%GRASS_INST_DIR%%/etc/python/grass/pygrass/shell/show.py >-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/shell/show.pyc > %%GRASS_INST_DIR%%/etc/python/grass/pygrass/tests/__init__.py >-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/tests/__init__.pyc > %%GRASS_INST_DIR%%/etc/python/grass/pygrass/tests/benchmark.py >-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/tests/benchmark.pyc > %%GRASS_INST_DIR%%/etc/python/grass/pygrass/tests/set_mapset.py >-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/tests/set_mapset.pyc > %%GRASS_INST_DIR%%/etc/python/grass/pygrass/utils.py >-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/utils.pyc > %%GRASS_INST_DIR%%/etc/python/grass/pygrass/vector/__init__.py >-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/vector/__init__.pyc > %%GRASS_INST_DIR%%/etc/python/grass/pygrass/vector/abstract.py >-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/vector/abstract.pyc > %%GRASS_INST_DIR%%/etc/python/grass/pygrass/vector/basic.py >-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/vector/basic.pyc > %%GRASS_INST_DIR%%/etc/python/grass/pygrass/vector/find.py >-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/vector/find.pyc > %%GRASS_INST_DIR%%/etc/python/grass/pygrass/vector/geometry.py >-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/vector/geometry.pyc > %%GRASS_INST_DIR%%/etc/python/grass/pygrass/vector/sql.py >-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/vector/sql.pyc > %%GRASS_INST_DIR%%/etc/python/grass/pygrass/vector/table.py >-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/vector/table.pyc > %%GRASS_INST_DIR%%/etc/python/grass/pygrass/vector/vector_type.py >-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/vector/vector_type.pyc > %%GRASS_INST_DIR%%/etc/python/grass/script/__init__.py >-%%GRASS_INST_DIR%%/etc/python/grass/script/__init__.pyc > %%GRASS_INST_DIR%%/etc/python/grass/script/array.py >-%%GRASS_INST_DIR%%/etc/python/grass/script/array.pyc > %%GRASS_INST_DIR%%/etc/python/grass/script/core.py >-%%GRASS_INST_DIR%%/etc/python/grass/script/core.pyc > %%GRASS_INST_DIR%%/etc/python/grass/script/db.py >-%%GRASS_INST_DIR%%/etc/python/grass/script/db.pyc > %%GRASS_INST_DIR%%/etc/python/grass/script/raster.py >-%%GRASS_INST_DIR%%/etc/python/grass/script/raster.pyc > %%GRASS_INST_DIR%%/etc/python/grass/script/raster3d.py >-%%GRASS_INST_DIR%%/etc/python/grass/script/raster3d.pyc > %%GRASS_INST_DIR%%/etc/python/grass/script/setup.py >-%%GRASS_INST_DIR%%/etc/python/grass/script/setup.pyc > %%GRASS_INST_DIR%%/etc/python/grass/script/task.py >-%%GRASS_INST_DIR%%/etc/python/grass/script/task.pyc > %%GRASS_INST_DIR%%/etc/python/grass/script/utils.py >-%%GRASS_INST_DIR%%/etc/python/grass/script/utils.pyc > %%GRASS_INST_DIR%%/etc/python/grass/script/vector.py >-%%GRASS_INST_DIR%%/etc/python/grass/script/vector.pyc > %%GRASS_INST_DIR%%/etc/python/grass/temporal/__init__.py >-%%GRASS_INST_DIR%%/etc/python/grass/temporal/__init__.pyc > %%GRASS_INST_DIR%%/etc/python/grass/temporal/abstract_dataset.py >-%%GRASS_INST_DIR%%/etc/python/grass/temporal/abstract_dataset.pyc > %%GRASS_INST_DIR%%/etc/python/grass/temporal/abstract_map_dataset.py >-%%GRASS_INST_DIR%%/etc/python/grass/temporal/abstract_map_dataset.pyc > %%GRASS_INST_DIR%%/etc/python/grass/temporal/abstract_space_time_dataset.py >-%%GRASS_INST_DIR%%/etc/python/grass/temporal/abstract_space_time_dataset.pyc > %%GRASS_INST_DIR%%/etc/python/grass/temporal/aggregation.py >-%%GRASS_INST_DIR%%/etc/python/grass/temporal/aggregation.pyc > %%GRASS_INST_DIR%%/etc/python/grass/temporal/base.py >-%%GRASS_INST_DIR%%/etc/python/grass/temporal/base.pyc > %%GRASS_INST_DIR%%/etc/python/grass/temporal/c_libraries_interface.py >-%%GRASS_INST_DIR%%/etc/python/grass/temporal/c_libraries_interface.pyc > %%GRASS_INST_DIR%%/etc/python/grass/temporal/core.py >-%%GRASS_INST_DIR%%/etc/python/grass/temporal/core.pyc > %%GRASS_INST_DIR%%/etc/python/grass/temporal/datetime_math.py >-%%GRASS_INST_DIR%%/etc/python/grass/temporal/datetime_math.pyc > %%GRASS_INST_DIR%%/etc/python/grass/temporal/extract.py >-%%GRASS_INST_DIR%%/etc/python/grass/temporal/extract.pyc > %%GRASS_INST_DIR%%/etc/python/grass/temporal/factory.py >-%%GRASS_INST_DIR%%/etc/python/grass/temporal/factory.pyc > %%GRASS_INST_DIR%%/etc/python/grass/temporal/gui_support.py >-%%GRASS_INST_DIR%%/etc/python/grass/temporal/gui_support.pyc > %%GRASS_INST_DIR%%/etc/python/grass/temporal/list_stds.py >-%%GRASS_INST_DIR%%/etc/python/grass/temporal/list_stds.pyc > %%GRASS_INST_DIR%%/etc/python/grass/temporal/mapcalc.py >-%%GRASS_INST_DIR%%/etc/python/grass/temporal/mapcalc.pyc > %%GRASS_INST_DIR%%/etc/python/grass/temporal/metadata.py >-%%GRASS_INST_DIR%%/etc/python/grass/temporal/metadata.pyc > %%GRASS_INST_DIR%%/etc/python/grass/temporal/open_stds.py >-%%GRASS_INST_DIR%%/etc/python/grass/temporal/open_stds.pyc > %%GRASS_INST_DIR%%/etc/python/grass/temporal/register.py >-%%GRASS_INST_DIR%%/etc/python/grass/temporal/register.pyc > %%GRASS_INST_DIR%%/etc/python/grass/temporal/sampling.py >-%%GRASS_INST_DIR%%/etc/python/grass/temporal/sampling.pyc > %%GRASS_INST_DIR%%/etc/python/grass/temporal/space_time_datasets.py >-%%GRASS_INST_DIR%%/etc/python/grass/temporal/space_time_datasets.pyc > %%GRASS_INST_DIR%%/etc/python/grass/temporal/spatial_extent.py >-%%GRASS_INST_DIR%%/etc/python/grass/temporal/spatial_extent.pyc > %%GRASS_INST_DIR%%/etc/python/grass/temporal/spatial_topology_dataset_connector.py >-%%GRASS_INST_DIR%%/etc/python/grass/temporal/spatial_topology_dataset_connector.pyc > %%GRASS_INST_DIR%%/etc/python/grass/temporal/spatio_temporal_relationships.py >-%%GRASS_INST_DIR%%/etc/python/grass/temporal/spatio_temporal_relationships.pyc > %%GRASS_INST_DIR%%/etc/python/grass/temporal/stds_export.py >-%%GRASS_INST_DIR%%/etc/python/grass/temporal/stds_export.pyc > %%GRASS_INST_DIR%%/etc/python/grass/temporal/stds_import.py >-%%GRASS_INST_DIR%%/etc/python/grass/temporal/stds_import.pyc > %%GRASS_INST_DIR%%/etc/python/grass/temporal/temporal_algebra.py >-%%GRASS_INST_DIR%%/etc/python/grass/temporal/temporal_algebra.pyc > %%GRASS_INST_DIR%%/etc/python/grass/temporal/temporal_extent.py >-%%GRASS_INST_DIR%%/etc/python/grass/temporal/temporal_extent.pyc > %%GRASS_INST_DIR%%/etc/python/grass/temporal/temporal_granularity.py >-%%GRASS_INST_DIR%%/etc/python/grass/temporal/temporal_granularity.pyc > %%GRASS_INST_DIR%%/etc/python/grass/temporal/temporal_operator.py >-%%GRASS_INST_DIR%%/etc/python/grass/temporal/temporal_operator.pyc > %%GRASS_INST_DIR%%/etc/python/grass/temporal/temporal_raster3d_algebra.py >-%%GRASS_INST_DIR%%/etc/python/grass/temporal/temporal_raster3d_algebra.pyc > %%GRASS_INST_DIR%%/etc/python/grass/temporal/temporal_raster_algebra.py >-%%GRASS_INST_DIR%%/etc/python/grass/temporal/temporal_raster_algebra.pyc > %%GRASS_INST_DIR%%/etc/python/grass/temporal/temporal_raster_base_algebra.py >-%%GRASS_INST_DIR%%/etc/python/grass/temporal/temporal_raster_base_algebra.pyc > %%GRASS_INST_DIR%%/etc/python/grass/temporal/temporal_topology_dataset_connector.py >-%%GRASS_INST_DIR%%/etc/python/grass/temporal/temporal_topology_dataset_connector.pyc > %%GRASS_INST_DIR%%/etc/python/grass/temporal/temporal_vector_algebra.py >-%%GRASS_INST_DIR%%/etc/python/grass/temporal/temporal_vector_algebra.pyc > %%GRASS_INST_DIR%%/etc/python/grass/temporal/unit_tests.py >-%%GRASS_INST_DIR%%/etc/python/grass/temporal/unit_tests.pyc > %%GRASS_INST_DIR%%/etc/python/grass/temporal/univar_statistics.py >-%%GRASS_INST_DIR%%/etc/python/grass/temporal/univar_statistics.pyc > %%GRASS_INST_DIR%%/etc/r.in.wms/srs.py >-%%GRASS_INST_DIR%%/etc/r.in.wms/srs.pyc > %%GRASS_INST_DIR%%/etc/r.in.wms/wms_base.py >-%%GRASS_INST_DIR%%/etc/r.in.wms/wms_base.pyc > %%GRASS_INST_DIR%%/etc/r.in.wms/wms_cap_parsers.py >-%%GRASS_INST_DIR%%/etc/r.in.wms/wms_cap_parsers.pyc > %%GRASS_INST_DIR%%/etc/r.in.wms/wms_drv.py >-%%GRASS_INST_DIR%%/etc/r.in.wms/wms_drv.pyc > %%GRASS_INST_DIR%%/etc/r.in.wms/wms_gdal_drv.py >-%%GRASS_INST_DIR%%/etc/r.in.wms/wms_gdal_drv.pyc > %%GRASS_INST_DIR%%/etc/r.watershed/ram > %%GRASS_INST_DIR%%/etc/r.watershed/seg > %%GRASS_INST_DIR%%/etc/renamed_options >@@ -3281,437 +2752,221 @@ bin/grass%%VER%% > %%GRASS_INST_DIR%%/gui/scripts/d.wms > %%GRASS_INST_DIR%%/gui/wxpython/README > %%GRASS_INST_DIR%%/gui/wxpython/animation/__init__.py >-%%GRASS_INST_DIR%%/gui/wxpython/animation/__init__.pyc > %%GRASS_INST_DIR%%/gui/wxpython/animation/anim.py >-%%GRASS_INST_DIR%%/gui/wxpython/animation/anim.pyc > %%GRASS_INST_DIR%%/gui/wxpython/animation/controller.py >-%%GRASS_INST_DIR%%/gui/wxpython/animation/controller.pyc > %%GRASS_INST_DIR%%/gui/wxpython/animation/data.py >-%%GRASS_INST_DIR%%/gui/wxpython/animation/data.pyc > %%GRASS_INST_DIR%%/gui/wxpython/animation/dialogs.py >-%%GRASS_INST_DIR%%/gui/wxpython/animation/dialogs.pyc > %%GRASS_INST_DIR%%/gui/wxpython/animation/frame.py >-%%GRASS_INST_DIR%%/gui/wxpython/animation/frame.pyc > %%GRASS_INST_DIR%%/gui/wxpython/animation/g.gui.animation.py >-%%GRASS_INST_DIR%%/gui/wxpython/animation/g.gui.animation.pyc > %%GRASS_INST_DIR%%/gui/wxpython/animation/mapwindow.py >-%%GRASS_INST_DIR%%/gui/wxpython/animation/mapwindow.pyc > %%GRASS_INST_DIR%%/gui/wxpython/animation/nviztask.py >-%%GRASS_INST_DIR%%/gui/wxpython/animation/nviztask.pyc > %%GRASS_INST_DIR%%/gui/wxpython/animation/provider.py >-%%GRASS_INST_DIR%%/gui/wxpython/animation/provider.pyc > %%GRASS_INST_DIR%%/gui/wxpython/animation/temporal_manager.py >-%%GRASS_INST_DIR%%/gui/wxpython/animation/temporal_manager.pyc > %%GRASS_INST_DIR%%/gui/wxpython/animation/toolbars.py >-%%GRASS_INST_DIR%%/gui/wxpython/animation/toolbars.pyc > %%GRASS_INST_DIR%%/gui/wxpython/animation/utils.py >-%%GRASS_INST_DIR%%/gui/wxpython/animation/utils.pyc > %%GRASS_INST_DIR%%/gui/wxpython/core/__init__.py >-%%GRASS_INST_DIR%%/gui/wxpython/core/__init__.pyc > %%GRASS_INST_DIR%%/gui/wxpython/core/debug.py >-%%GRASS_INST_DIR%%/gui/wxpython/core/debug.pyc > %%GRASS_INST_DIR%%/gui/wxpython/core/gcmd.py >-%%GRASS_INST_DIR%%/gui/wxpython/core/gcmd.pyc > %%GRASS_INST_DIR%%/gui/wxpython/core/gconsole.py >-%%GRASS_INST_DIR%%/gui/wxpython/core/gconsole.pyc > %%GRASS_INST_DIR%%/gui/wxpython/core/giface.py >-%%GRASS_INST_DIR%%/gui/wxpython/core/giface.pyc > %%GRASS_INST_DIR%%/gui/wxpython/core/globalvar.py >-%%GRASS_INST_DIR%%/gui/wxpython/core/globalvar.pyc > %%GRASS_INST_DIR%%/gui/wxpython/core/gthread.py >-%%GRASS_INST_DIR%%/gui/wxpython/core/gthread.pyc > %%GRASS_INST_DIR%%/gui/wxpython/core/layerlist.py >-%%GRASS_INST_DIR%%/gui/wxpython/core/layerlist.pyc > %%GRASS_INST_DIR%%/gui/wxpython/core/menutree.py >-%%GRASS_INST_DIR%%/gui/wxpython/core/menutree.pyc > %%GRASS_INST_DIR%%/gui/wxpython/core/render.py >-%%GRASS_INST_DIR%%/gui/wxpython/core/render.pyc > %%GRASS_INST_DIR%%/gui/wxpython/core/settings.py >-%%GRASS_INST_DIR%%/gui/wxpython/core/settings.pyc > %%GRASS_INST_DIR%%/gui/wxpython/core/toolboxes.py >-%%GRASS_INST_DIR%%/gui/wxpython/core/toolboxes.pyc > %%GRASS_INST_DIR%%/gui/wxpython/core/treemodel.py >-%%GRASS_INST_DIR%%/gui/wxpython/core/treemodel.pyc > %%GRASS_INST_DIR%%/gui/wxpython/core/units.py >-%%GRASS_INST_DIR%%/gui/wxpython/core/units.pyc > %%GRASS_INST_DIR%%/gui/wxpython/core/utils.py >-%%GRASS_INST_DIR%%/gui/wxpython/core/utils.pyc > %%GRASS_INST_DIR%%/gui/wxpython/core/workspace.py >-%%GRASS_INST_DIR%%/gui/wxpython/core/workspace.pyc > %%GRASS_INST_DIR%%/gui/wxpython/core/ws.py >-%%GRASS_INST_DIR%%/gui/wxpython/core/ws.pyc > %%GRASS_INST_DIR%%/gui/wxpython/datacatalog/__init__.py >-%%GRASS_INST_DIR%%/gui/wxpython/datacatalog/__init__.pyc > %%GRASS_INST_DIR%%/gui/wxpython/datacatalog/catalog.py >-%%GRASS_INST_DIR%%/gui/wxpython/datacatalog/catalog.pyc > %%GRASS_INST_DIR%%/gui/wxpython/datacatalog/dialogs.py >-%%GRASS_INST_DIR%%/gui/wxpython/datacatalog/dialogs.pyc > %%GRASS_INST_DIR%%/gui/wxpython/datacatalog/frame.py >-%%GRASS_INST_DIR%%/gui/wxpython/datacatalog/frame.pyc > %%GRASS_INST_DIR%%/gui/wxpython/datacatalog/g.gui.datacatalog.py >-%%GRASS_INST_DIR%%/gui/wxpython/datacatalog/g.gui.datacatalog.pyc > %%GRASS_INST_DIR%%/gui/wxpython/datacatalog/toolbars.py >-%%GRASS_INST_DIR%%/gui/wxpython/datacatalog/toolbars.pyc > %%GRASS_INST_DIR%%/gui/wxpython/datacatalog/tree.py >-%%GRASS_INST_DIR%%/gui/wxpython/datacatalog/tree.pyc > %%GRASS_INST_DIR%%/gui/wxpython/dbmgr/__init__.py >-%%GRASS_INST_DIR%%/gui/wxpython/dbmgr/__init__.pyc > %%GRASS_INST_DIR%%/gui/wxpython/dbmgr/base.py >-%%GRASS_INST_DIR%%/gui/wxpython/dbmgr/base.pyc > %%GRASS_INST_DIR%%/gui/wxpython/dbmgr/dialogs.py >-%%GRASS_INST_DIR%%/gui/wxpython/dbmgr/dialogs.pyc > %%GRASS_INST_DIR%%/gui/wxpython/dbmgr/g.gui.dbmgr.py >-%%GRASS_INST_DIR%%/gui/wxpython/dbmgr/g.gui.dbmgr.pyc > %%GRASS_INST_DIR%%/gui/wxpython/dbmgr/manager.py >-%%GRASS_INST_DIR%%/gui/wxpython/dbmgr/manager.pyc > %%GRASS_INST_DIR%%/gui/wxpython/dbmgr/sqlbuilder.py >-%%GRASS_INST_DIR%%/gui/wxpython/dbmgr/sqlbuilder.pyc > %%GRASS_INST_DIR%%/gui/wxpython/dbmgr/vinfo.py >-%%GRASS_INST_DIR%%/gui/wxpython/dbmgr/vinfo.pyc > %%GRASS_INST_DIR%%/gui/wxpython/gcp/__init__.py >-%%GRASS_INST_DIR%%/gui/wxpython/gcp/__init__.pyc > %%GRASS_INST_DIR%%/gui/wxpython/gcp/g.gui.gcp.py >-%%GRASS_INST_DIR%%/gui/wxpython/gcp/g.gui.gcp.pyc > %%GRASS_INST_DIR%%/gui/wxpython/gcp/manager.py >-%%GRASS_INST_DIR%%/gui/wxpython/gcp/manager.pyc > %%GRASS_INST_DIR%%/gui/wxpython/gcp/mapdisplay.py >-%%GRASS_INST_DIR%%/gui/wxpython/gcp/mapdisplay.pyc > %%GRASS_INST_DIR%%/gui/wxpython/gcp/statusbar.py >-%%GRASS_INST_DIR%%/gui/wxpython/gcp/statusbar.pyc > %%GRASS_INST_DIR%%/gui/wxpython/gcp/toolbars.py >-%%GRASS_INST_DIR%%/gui/wxpython/gcp/toolbars.pyc > %%GRASS_INST_DIR%%/gui/wxpython/gis_set.py >-%%GRASS_INST_DIR%%/gui/wxpython/gis_set.pyc > %%GRASS_INST_DIR%%/gui/wxpython/gis_set_error.py >-%%GRASS_INST_DIR%%/gui/wxpython/gis_set_error.pyc > %%GRASS_INST_DIR%%/gui/wxpython/gmodeler/__init__.py >-%%GRASS_INST_DIR%%/gui/wxpython/gmodeler/__init__.pyc > %%GRASS_INST_DIR%%/gui/wxpython/gmodeler/dialogs.py >-%%GRASS_INST_DIR%%/gui/wxpython/gmodeler/dialogs.pyc > %%GRASS_INST_DIR%%/gui/wxpython/gmodeler/frame.py >-%%GRASS_INST_DIR%%/gui/wxpython/gmodeler/frame.pyc > %%GRASS_INST_DIR%%/gui/wxpython/gmodeler/g.gui.gmodeler.py >-%%GRASS_INST_DIR%%/gui/wxpython/gmodeler/g.gui.gmodeler.pyc > %%GRASS_INST_DIR%%/gui/wxpython/gmodeler/giface.py >-%%GRASS_INST_DIR%%/gui/wxpython/gmodeler/giface.pyc > %%GRASS_INST_DIR%%/gui/wxpython/gmodeler/menudata.py >-%%GRASS_INST_DIR%%/gui/wxpython/gmodeler/menudata.pyc > %%GRASS_INST_DIR%%/gui/wxpython/gmodeler/model.py >-%%GRASS_INST_DIR%%/gui/wxpython/gmodeler/model.pyc > %%GRASS_INST_DIR%%/gui/wxpython/gmodeler/preferences.py >-%%GRASS_INST_DIR%%/gui/wxpython/gmodeler/preferences.pyc > %%GRASS_INST_DIR%%/gui/wxpython/gmodeler/toolbars.py >-%%GRASS_INST_DIR%%/gui/wxpython/gmodeler/toolbars.pyc > %%GRASS_INST_DIR%%/gui/wxpython/gui_core/__init__.py >-%%GRASS_INST_DIR%%/gui/wxpython/gui_core/__init__.pyc > %%GRASS_INST_DIR%%/gui/wxpython/gui_core/dialogs.py >-%%GRASS_INST_DIR%%/gui/wxpython/gui_core/dialogs.pyc > %%GRASS_INST_DIR%%/gui/wxpython/gui_core/forms.py >-%%GRASS_INST_DIR%%/gui/wxpython/gui_core/forms.pyc > %%GRASS_INST_DIR%%/gui/wxpython/gui_core/ghelp.py >-%%GRASS_INST_DIR%%/gui/wxpython/gui_core/ghelp.pyc > %%GRASS_INST_DIR%%/gui/wxpython/gui_core/goutput.py >-%%GRASS_INST_DIR%%/gui/wxpython/gui_core/goutput.pyc > %%GRASS_INST_DIR%%/gui/wxpython/gui_core/gselect.py >-%%GRASS_INST_DIR%%/gui/wxpython/gui_core/gselect.pyc > %%GRASS_INST_DIR%%/gui/wxpython/gui_core/mapdisp.py >-%%GRASS_INST_DIR%%/gui/wxpython/gui_core/mapdisp.pyc > %%GRASS_INST_DIR%%/gui/wxpython/gui_core/menu.py >-%%GRASS_INST_DIR%%/gui/wxpython/gui_core/menu.pyc > %%GRASS_INST_DIR%%/gui/wxpython/gui_core/preferences.py >-%%GRASS_INST_DIR%%/gui/wxpython/gui_core/preferences.pyc > %%GRASS_INST_DIR%%/gui/wxpython/gui_core/prompt.py >-%%GRASS_INST_DIR%%/gui/wxpython/gui_core/prompt.pyc > %%GRASS_INST_DIR%%/gui/wxpython/gui_core/pyedit.py >-%%GRASS_INST_DIR%%/gui/wxpython/gui_core/pyedit.pyc > %%GRASS_INST_DIR%%/gui/wxpython/gui_core/pystc.py >-%%GRASS_INST_DIR%%/gui/wxpython/gui_core/pystc.pyc > %%GRASS_INST_DIR%%/gui/wxpython/gui_core/query.py >-%%GRASS_INST_DIR%%/gui/wxpython/gui_core/query.pyc > %%GRASS_INST_DIR%%/gui/wxpython/gui_core/simplelmgr.py >-%%GRASS_INST_DIR%%/gui/wxpython/gui_core/simplelmgr.pyc > %%GRASS_INST_DIR%%/gui/wxpython/gui_core/toolbars.py >-%%GRASS_INST_DIR%%/gui/wxpython/gui_core/toolbars.pyc > %%GRASS_INST_DIR%%/gui/wxpython/gui_core/treeview.py >-%%GRASS_INST_DIR%%/gui/wxpython/gui_core/treeview.pyc > %%GRASS_INST_DIR%%/gui/wxpython/gui_core/vselect.py >-%%GRASS_INST_DIR%%/gui/wxpython/gui_core/vselect.pyc > %%GRASS_INST_DIR%%/gui/wxpython/gui_core/widgets.py >-%%GRASS_INST_DIR%%/gui/wxpython/gui_core/widgets.pyc > %%GRASS_INST_DIR%%/gui/wxpython/gui_core/wrap.py >-%%GRASS_INST_DIR%%/gui/wxpython/gui_core/wrap.pyc > %%GRASS_INST_DIR%%/gui/wxpython/gui_core/wxlibplot.py >-%%GRASS_INST_DIR%%/gui/wxpython/gui_core/wxlibplot.pyc > %%GRASS_INST_DIR%%/gui/wxpython/iclass/__init__.py >-%%GRASS_INST_DIR%%/gui/wxpython/iclass/__init__.pyc > %%GRASS_INST_DIR%%/gui/wxpython/iclass/dialogs.py >-%%GRASS_INST_DIR%%/gui/wxpython/iclass/dialogs.pyc > %%GRASS_INST_DIR%%/gui/wxpython/iclass/digit.py >-%%GRASS_INST_DIR%%/gui/wxpython/iclass/digit.pyc > %%GRASS_INST_DIR%%/gui/wxpython/iclass/frame.py >-%%GRASS_INST_DIR%%/gui/wxpython/iclass/frame.pyc > %%GRASS_INST_DIR%%/gui/wxpython/iclass/g.gui.iclass.py >-%%GRASS_INST_DIR%%/gui/wxpython/iclass/g.gui.iclass.pyc > %%GRASS_INST_DIR%%/gui/wxpython/iclass/plots.py >-%%GRASS_INST_DIR%%/gui/wxpython/iclass/plots.pyc > %%GRASS_INST_DIR%%/gui/wxpython/iclass/statistics.py >-%%GRASS_INST_DIR%%/gui/wxpython/iclass/statistics.pyc > %%GRASS_INST_DIR%%/gui/wxpython/iclass/toolbars.py >-%%GRASS_INST_DIR%%/gui/wxpython/iclass/toolbars.pyc > %%GRASS_INST_DIR%%/gui/wxpython/icons/__init__.py >-%%GRASS_INST_DIR%%/gui/wxpython/icons/__init__.pyc > %%GRASS_INST_DIR%%/gui/wxpython/icons/grass_icons.py >-%%GRASS_INST_DIR%%/gui/wxpython/icons/grass_icons.pyc > %%GRASS_INST_DIR%%/gui/wxpython/icons/icon.py >-%%GRASS_INST_DIR%%/gui/wxpython/icons/icon.pyc > %%GRASS_INST_DIR%%/gui/wxpython/image2target/__init__.py >-%%GRASS_INST_DIR%%/gui/wxpython/image2target/__init__.pyc > %%GRASS_INST_DIR%%/gui/wxpython/image2target/g.gui.image2target.py >-%%GRASS_INST_DIR%%/gui/wxpython/image2target/g.gui.image2target.pyc > %%GRASS_INST_DIR%%/gui/wxpython/image2target/ii2t_gis_set.py >-%%GRASS_INST_DIR%%/gui/wxpython/image2target/ii2t_gis_set.pyc > %%GRASS_INST_DIR%%/gui/wxpython/image2target/ii2t_gis_set_error.py >-%%GRASS_INST_DIR%%/gui/wxpython/image2target/ii2t_gis_set_error.pyc > %%GRASS_INST_DIR%%/gui/wxpython/image2target/ii2t_manager.py >-%%GRASS_INST_DIR%%/gui/wxpython/image2target/ii2t_manager.pyc > %%GRASS_INST_DIR%%/gui/wxpython/image2target/ii2t_mapdisplay.py >-%%GRASS_INST_DIR%%/gui/wxpython/image2target/ii2t_mapdisplay.pyc > %%GRASS_INST_DIR%%/gui/wxpython/image2target/ii2t_menustrings.py >-%%GRASS_INST_DIR%%/gui/wxpython/image2target/ii2t_menustrings.pyc > %%GRASS_INST_DIR%%/gui/wxpython/image2target/ii2t_statusbar.py >-%%GRASS_INST_DIR%%/gui/wxpython/image2target/ii2t_statusbar.pyc > %%GRASS_INST_DIR%%/gui/wxpython/image2target/ii2t_toolbars.py >-%%GRASS_INST_DIR%%/gui/wxpython/image2target/ii2t_toolbars.pyc > %%GRASS_INST_DIR%%/gui/wxpython/iscatt/__init__.py >-%%GRASS_INST_DIR%%/gui/wxpython/iscatt/__init__.pyc > %%GRASS_INST_DIR%%/gui/wxpython/iscatt/controllers.py >-%%GRASS_INST_DIR%%/gui/wxpython/iscatt/controllers.pyc > %%GRASS_INST_DIR%%/gui/wxpython/iscatt/core_c.py >-%%GRASS_INST_DIR%%/gui/wxpython/iscatt/core_c.pyc > %%GRASS_INST_DIR%%/gui/wxpython/iscatt/dialogs.py >-%%GRASS_INST_DIR%%/gui/wxpython/iscatt/dialogs.pyc > %%GRASS_INST_DIR%%/gui/wxpython/iscatt/frame.py >-%%GRASS_INST_DIR%%/gui/wxpython/iscatt/frame.pyc > %%GRASS_INST_DIR%%/gui/wxpython/iscatt/iscatt_core.py >-%%GRASS_INST_DIR%%/gui/wxpython/iscatt/iscatt_core.pyc > %%GRASS_INST_DIR%%/gui/wxpython/iscatt/plots.py >-%%GRASS_INST_DIR%%/gui/wxpython/iscatt/plots.pyc > %%GRASS_INST_DIR%%/gui/wxpython/iscatt/toolbars.py >-%%GRASS_INST_DIR%%/gui/wxpython/iscatt/toolbars.pyc > %%GRASS_INST_DIR%%/gui/wxpython/lmgr/__init__.py >-%%GRASS_INST_DIR%%/gui/wxpython/lmgr/__init__.pyc > %%GRASS_INST_DIR%%/gui/wxpython/lmgr/frame.py >-%%GRASS_INST_DIR%%/gui/wxpython/lmgr/frame.pyc > %%GRASS_INST_DIR%%/gui/wxpython/lmgr/giface.py >-%%GRASS_INST_DIR%%/gui/wxpython/lmgr/giface.pyc > %%GRASS_INST_DIR%%/gui/wxpython/lmgr/layertree.py >-%%GRASS_INST_DIR%%/gui/wxpython/lmgr/layertree.pyc > %%GRASS_INST_DIR%%/gui/wxpython/lmgr/menudata.py >-%%GRASS_INST_DIR%%/gui/wxpython/lmgr/menudata.pyc > %%GRASS_INST_DIR%%/gui/wxpython/lmgr/pyshell.py >-%%GRASS_INST_DIR%%/gui/wxpython/lmgr/pyshell.pyc > %%GRASS_INST_DIR%%/gui/wxpython/lmgr/toolbars.py >-%%GRASS_INST_DIR%%/gui/wxpython/lmgr/toolbars.pyc > %%GRASS_INST_DIR%%/gui/wxpython/location_wizard/__init__.py >-%%GRASS_INST_DIR%%/gui/wxpython/location_wizard/__init__.pyc > %%GRASS_INST_DIR%%/gui/wxpython/location_wizard/base.py >-%%GRASS_INST_DIR%%/gui/wxpython/location_wizard/base.pyc > %%GRASS_INST_DIR%%/gui/wxpython/location_wizard/dialogs.py >-%%GRASS_INST_DIR%%/gui/wxpython/location_wizard/dialogs.pyc > %%GRASS_INST_DIR%%/gui/wxpython/location_wizard/wizard.py >-%%GRASS_INST_DIR%%/gui/wxpython/location_wizard/wizard.pyc > %%GRASS_INST_DIR%%/gui/wxpython/mapdisp/__init__.py >-%%GRASS_INST_DIR%%/gui/wxpython/mapdisp/__init__.pyc > %%GRASS_INST_DIR%%/gui/wxpython/mapdisp/frame.py >-%%GRASS_INST_DIR%%/gui/wxpython/mapdisp/frame.pyc > %%GRASS_INST_DIR%%/gui/wxpython/mapdisp/gprint.py >-%%GRASS_INST_DIR%%/gui/wxpython/mapdisp/gprint.pyc > %%GRASS_INST_DIR%%/gui/wxpython/mapdisp/main.py >-%%GRASS_INST_DIR%%/gui/wxpython/mapdisp/main.pyc > %%GRASS_INST_DIR%%/gui/wxpython/mapdisp/statusbar.py >-%%GRASS_INST_DIR%%/gui/wxpython/mapdisp/statusbar.pyc > %%GRASS_INST_DIR%%/gui/wxpython/mapdisp/test_mapdisp.py >-%%GRASS_INST_DIR%%/gui/wxpython/mapdisp/test_mapdisp.pyc > %%GRASS_INST_DIR%%/gui/wxpython/mapdisp/toolbars.py >-%%GRASS_INST_DIR%%/gui/wxpython/mapdisp/toolbars.pyc > %%GRASS_INST_DIR%%/gui/wxpython/mapswipe/__init__.py >-%%GRASS_INST_DIR%%/gui/wxpython/mapswipe/__init__.pyc > %%GRASS_INST_DIR%%/gui/wxpython/mapswipe/dialogs.py >-%%GRASS_INST_DIR%%/gui/wxpython/mapswipe/dialogs.pyc > %%GRASS_INST_DIR%%/gui/wxpython/mapswipe/frame.py >-%%GRASS_INST_DIR%%/gui/wxpython/mapswipe/frame.pyc > %%GRASS_INST_DIR%%/gui/wxpython/mapswipe/g.gui.mapswipe.py >-%%GRASS_INST_DIR%%/gui/wxpython/mapswipe/g.gui.mapswipe.pyc > %%GRASS_INST_DIR%%/gui/wxpython/mapswipe/mapwindow.py >-%%GRASS_INST_DIR%%/gui/wxpython/mapswipe/mapwindow.pyc > %%GRASS_INST_DIR%%/gui/wxpython/mapswipe/toolbars.py >-%%GRASS_INST_DIR%%/gui/wxpython/mapswipe/toolbars.pyc > %%GRASS_INST_DIR%%/gui/wxpython/mapwin/__init__.py >-%%GRASS_INST_DIR%%/gui/wxpython/mapwin/__init__.pyc > %%GRASS_INST_DIR%%/gui/wxpython/mapwin/analysis.py >-%%GRASS_INST_DIR%%/gui/wxpython/mapwin/analysis.pyc > %%GRASS_INST_DIR%%/gui/wxpython/mapwin/base.py >-%%GRASS_INST_DIR%%/gui/wxpython/mapwin/base.pyc > %%GRASS_INST_DIR%%/gui/wxpython/mapwin/buffered.py >-%%GRASS_INST_DIR%%/gui/wxpython/mapwin/buffered.pyc > %%GRASS_INST_DIR%%/gui/wxpython/mapwin/decorations.py >-%%GRASS_INST_DIR%%/gui/wxpython/mapwin/decorations.pyc > %%GRASS_INST_DIR%%/gui/wxpython/mapwin/graphics.py >-%%GRASS_INST_DIR%%/gui/wxpython/mapwin/graphics.pyc > %%GRASS_INST_DIR%%/gui/wxpython/modules/__init__.py >-%%GRASS_INST_DIR%%/gui/wxpython/modules/__init__.pyc > %%GRASS_INST_DIR%%/gui/wxpython/modules/colorrules.py >-%%GRASS_INST_DIR%%/gui/wxpython/modules/colorrules.pyc > %%GRASS_INST_DIR%%/gui/wxpython/modules/extensions.py >-%%GRASS_INST_DIR%%/gui/wxpython/modules/extensions.pyc > %%GRASS_INST_DIR%%/gui/wxpython/modules/histogram.py >-%%GRASS_INST_DIR%%/gui/wxpython/modules/histogram.pyc > %%GRASS_INST_DIR%%/gui/wxpython/modules/import_export.py >-%%GRASS_INST_DIR%%/gui/wxpython/modules/import_export.pyc > %%GRASS_INST_DIR%%/gui/wxpython/modules/mapsets_picker.py >-%%GRASS_INST_DIR%%/gui/wxpython/modules/mapsets_picker.pyc > %%GRASS_INST_DIR%%/gui/wxpython/modules/mcalc_builder.py >-%%GRASS_INST_DIR%%/gui/wxpython/modules/mcalc_builder.pyc > %%GRASS_INST_DIR%%/gui/wxpython/modules/vclean.py >-%%GRASS_INST_DIR%%/gui/wxpython/modules/vclean.pyc > %%GRASS_INST_DIR%%/gui/wxpython/nviz/__init__.py >-%%GRASS_INST_DIR%%/gui/wxpython/nviz/__init__.pyc > %%GRASS_INST_DIR%%/gui/wxpython/nviz/animation.py >-%%GRASS_INST_DIR%%/gui/wxpython/nviz/animation.pyc > %%GRASS_INST_DIR%%/gui/wxpython/nviz/main.py >-%%GRASS_INST_DIR%%/gui/wxpython/nviz/main.pyc > %%GRASS_INST_DIR%%/gui/wxpython/nviz/mapwindow.py >-%%GRASS_INST_DIR%%/gui/wxpython/nviz/mapwindow.pyc > %%GRASS_INST_DIR%%/gui/wxpython/nviz/preferences.py >-%%GRASS_INST_DIR%%/gui/wxpython/nviz/preferences.pyc > %%GRASS_INST_DIR%%/gui/wxpython/nviz/tools.py >-%%GRASS_INST_DIR%%/gui/wxpython/nviz/tools.pyc > %%GRASS_INST_DIR%%/gui/wxpython/nviz/workspace.py >-%%GRASS_INST_DIR%%/gui/wxpython/nviz/workspace.pyc > %%GRASS_INST_DIR%%/gui/wxpython/nviz/wxnviz.py >-%%GRASS_INST_DIR%%/gui/wxpython/nviz/wxnviz.pyc > %%GRASS_INST_DIR%%/gui/wxpython/photo2image/__init__.py >-%%GRASS_INST_DIR%%/gui/wxpython/photo2image/__init__.pyc > %%GRASS_INST_DIR%%/gui/wxpython/photo2image/g.gui.photo2image.py >-%%GRASS_INST_DIR%%/gui/wxpython/photo2image/g.gui.photo2image.pyc > %%GRASS_INST_DIR%%/gui/wxpython/photo2image/ip2i_manager.py >-%%GRASS_INST_DIR%%/gui/wxpython/photo2image/ip2i_manager.pyc > %%GRASS_INST_DIR%%/gui/wxpython/photo2image/ip2i_mapdisplay.py >-%%GRASS_INST_DIR%%/gui/wxpython/photo2image/ip2i_mapdisplay.pyc > %%GRASS_INST_DIR%%/gui/wxpython/photo2image/ip2i_statusbar.py >-%%GRASS_INST_DIR%%/gui/wxpython/photo2image/ip2i_statusbar.pyc > %%GRASS_INST_DIR%%/gui/wxpython/photo2image/ip2i_toolbars.py >-%%GRASS_INST_DIR%%/gui/wxpython/photo2image/ip2i_toolbars.pyc > %%GRASS_INST_DIR%%/gui/wxpython/psmap/__init__.py >-%%GRASS_INST_DIR%%/gui/wxpython/psmap/__init__.pyc > %%GRASS_INST_DIR%%/gui/wxpython/psmap/dialogs.py >-%%GRASS_INST_DIR%%/gui/wxpython/psmap/dialogs.pyc > %%GRASS_INST_DIR%%/gui/wxpython/psmap/frame.py >-%%GRASS_INST_DIR%%/gui/wxpython/psmap/frame.pyc > %%GRASS_INST_DIR%%/gui/wxpython/psmap/g.gui.psmap.py >-%%GRASS_INST_DIR%%/gui/wxpython/psmap/g.gui.psmap.pyc > %%GRASS_INST_DIR%%/gui/wxpython/psmap/instructions.py >-%%GRASS_INST_DIR%%/gui/wxpython/psmap/instructions.pyc > %%GRASS_INST_DIR%%/gui/wxpython/psmap/menudata.py >-%%GRASS_INST_DIR%%/gui/wxpython/psmap/menudata.pyc > %%GRASS_INST_DIR%%/gui/wxpython/psmap/toolbars.py >-%%GRASS_INST_DIR%%/gui/wxpython/psmap/toolbars.pyc > %%GRASS_INST_DIR%%/gui/wxpython/psmap/utils.py >-%%GRASS_INST_DIR%%/gui/wxpython/psmap/utils.pyc > %%GRASS_INST_DIR%%/gui/wxpython/rdigit/__init__.py >-%%GRASS_INST_DIR%%/gui/wxpython/rdigit/__init__.pyc > %%GRASS_INST_DIR%%/gui/wxpython/rdigit/controller.py >-%%GRASS_INST_DIR%%/gui/wxpython/rdigit/controller.pyc > %%GRASS_INST_DIR%%/gui/wxpython/rdigit/dialogs.py >-%%GRASS_INST_DIR%%/gui/wxpython/rdigit/dialogs.pyc > %%GRASS_INST_DIR%%/gui/wxpython/rdigit/toolbars.py >-%%GRASS_INST_DIR%%/gui/wxpython/rdigit/toolbars.pyc > %%GRASS_INST_DIR%%/gui/wxpython/rlisetup/__init__.py >-%%GRASS_INST_DIR%%/gui/wxpython/rlisetup/__init__.pyc > %%GRASS_INST_DIR%%/gui/wxpython/rlisetup/frame.py >-%%GRASS_INST_DIR%%/gui/wxpython/rlisetup/frame.pyc > %%GRASS_INST_DIR%%/gui/wxpython/rlisetup/functions.py >-%%GRASS_INST_DIR%%/gui/wxpython/rlisetup/functions.pyc > %%GRASS_INST_DIR%%/gui/wxpython/rlisetup/g.gui.rlisetup.py >-%%GRASS_INST_DIR%%/gui/wxpython/rlisetup/g.gui.rlisetup.pyc > %%GRASS_INST_DIR%%/gui/wxpython/rlisetup/sampling_frame.py >-%%GRASS_INST_DIR%%/gui/wxpython/rlisetup/sampling_frame.pyc > %%GRASS_INST_DIR%%/gui/wxpython/rlisetup/wizard.py >-%%GRASS_INST_DIR%%/gui/wxpython/rlisetup/wizard.pyc > %%GRASS_INST_DIR%%/gui/wxpython/startup/__init__.py >-%%GRASS_INST_DIR%%/gui/wxpython/startup/__init__.pyc > %%GRASS_INST_DIR%%/gui/wxpython/startup/guiutils.py >-%%GRASS_INST_DIR%%/gui/wxpython/startup/guiutils.pyc > %%GRASS_INST_DIR%%/gui/wxpython/startup/locdownload.py >-%%GRASS_INST_DIR%%/gui/wxpython/startup/locdownload.pyc > %%GRASS_INST_DIR%%/gui/wxpython/startup/utils.py >-%%GRASS_INST_DIR%%/gui/wxpython/startup/utils.pyc > %%GRASS_INST_DIR%%/gui/wxpython/timeline/__init__.py >-%%GRASS_INST_DIR%%/gui/wxpython/timeline/__init__.pyc > %%GRASS_INST_DIR%%/gui/wxpython/timeline/frame.py >-%%GRASS_INST_DIR%%/gui/wxpython/timeline/frame.pyc > %%GRASS_INST_DIR%%/gui/wxpython/timeline/g.gui.timeline.py >-%%GRASS_INST_DIR%%/gui/wxpython/timeline/g.gui.timeline.pyc > %%GRASS_INST_DIR%%/gui/wxpython/tplot/__init__.py >-%%GRASS_INST_DIR%%/gui/wxpython/tplot/__init__.pyc > %%GRASS_INST_DIR%%/gui/wxpython/tplot/frame.py >-%%GRASS_INST_DIR%%/gui/wxpython/tplot/frame.pyc > %%GRASS_INST_DIR%%/gui/wxpython/tplot/g.gui.tplot.py >-%%GRASS_INST_DIR%%/gui/wxpython/tplot/g.gui.tplot.pyc > %%GRASS_INST_DIR%%/gui/wxpython/vdigit/__init__.py >-%%GRASS_INST_DIR%%/gui/wxpython/vdigit/__init__.pyc > %%GRASS_INST_DIR%%/gui/wxpython/vdigit/dialogs.py >-%%GRASS_INST_DIR%%/gui/wxpython/vdigit/dialogs.pyc > %%GRASS_INST_DIR%%/gui/wxpython/vdigit/g.gui.vdigit.py >-%%GRASS_INST_DIR%%/gui/wxpython/vdigit/g.gui.vdigit.pyc > %%GRASS_INST_DIR%%/gui/wxpython/vdigit/main.py >-%%GRASS_INST_DIR%%/gui/wxpython/vdigit/main.pyc > %%GRASS_INST_DIR%%/gui/wxpython/vdigit/mapwindow.py >-%%GRASS_INST_DIR%%/gui/wxpython/vdigit/mapwindow.pyc > %%GRASS_INST_DIR%%/gui/wxpython/vdigit/preferences.py >-%%GRASS_INST_DIR%%/gui/wxpython/vdigit/preferences.pyc > %%GRASS_INST_DIR%%/gui/wxpython/vdigit/toolbars.py >-%%GRASS_INST_DIR%%/gui/wxpython/vdigit/toolbars.pyc > %%GRASS_INST_DIR%%/gui/wxpython/vdigit/wxdigit.py >-%%GRASS_INST_DIR%%/gui/wxpython/vdigit/wxdigit.pyc > %%GRASS_INST_DIR%%/gui/wxpython/vdigit/wxdisplay.py >-%%GRASS_INST_DIR%%/gui/wxpython/vdigit/wxdisplay.pyc > %%GRASS_INST_DIR%%/gui/wxpython/vnet/__init__.py >-%%GRASS_INST_DIR%%/gui/wxpython/vnet/__init__.pyc > %%GRASS_INST_DIR%%/gui/wxpython/vnet/dialogs.py >-%%GRASS_INST_DIR%%/gui/wxpython/vnet/dialogs.pyc > %%GRASS_INST_DIR%%/gui/wxpython/vnet/toolbars.py >-%%GRASS_INST_DIR%%/gui/wxpython/vnet/toolbars.pyc > %%GRASS_INST_DIR%%/gui/wxpython/vnet/vnet_core.py >-%%GRASS_INST_DIR%%/gui/wxpython/vnet/vnet_core.pyc > %%GRASS_INST_DIR%%/gui/wxpython/vnet/vnet_data.py >-%%GRASS_INST_DIR%%/gui/wxpython/vnet/vnet_data.pyc > %%GRASS_INST_DIR%%/gui/wxpython/vnet/vnet_utils.py >-%%GRASS_INST_DIR%%/gui/wxpython/vnet/vnet_utils.pyc > %%GRASS_INST_DIR%%/gui/wxpython/vnet/widgets.py >-%%GRASS_INST_DIR%%/gui/wxpython/vnet/widgets.pyc > %%GRASS_INST_DIR%%/gui/wxpython/web_services/__init__.py >-%%GRASS_INST_DIR%%/gui/wxpython/web_services/__init__.pyc > %%GRASS_INST_DIR%%/gui/wxpython/web_services/cap_interface.py >-%%GRASS_INST_DIR%%/gui/wxpython/web_services/cap_interface.pyc > %%GRASS_INST_DIR%%/gui/wxpython/web_services/dialogs.py >-%%GRASS_INST_DIR%%/gui/wxpython/web_services/dialogs.pyc > %%GRASS_INST_DIR%%/gui/wxpython/web_services/widgets.py >-%%GRASS_INST_DIR%%/gui/wxpython/web_services/widgets.pyc > %%GRASS_INST_DIR%%/gui/wxpython/wxgui.py >-%%GRASS_INST_DIR%%/gui/wxpython/wxgui.pyc > %%GRASS_INST_DIR%%/gui/wxpython/wxplot/__init__.py >-%%GRASS_INST_DIR%%/gui/wxpython/wxplot/__init__.pyc > %%GRASS_INST_DIR%%/gui/wxpython/wxplot/base.py >-%%GRASS_INST_DIR%%/gui/wxpython/wxplot/base.pyc > %%GRASS_INST_DIR%%/gui/wxpython/wxplot/dialogs.py >-%%GRASS_INST_DIR%%/gui/wxpython/wxplot/dialogs.pyc > %%GRASS_INST_DIR%%/gui/wxpython/wxplot/histogram.py >-%%GRASS_INST_DIR%%/gui/wxpython/wxplot/histogram.pyc > %%GRASS_INST_DIR%%/gui/wxpython/wxplot/profile.py >-%%GRASS_INST_DIR%%/gui/wxpython/wxplot/profile.pyc > %%GRASS_INST_DIR%%/gui/wxpython/wxplot/scatter.py >-%%GRASS_INST_DIR%%/gui/wxpython/wxplot/scatter.pyc > %%GRASS_INST_DIR%%/gui/wxpython/xml/grass-gxm.dtd > %%GRASS_INST_DIR%%/gui/wxpython/xml/grass-gxw.dtd > %%GRASS_INST_DIR%%/gui/wxpython/xml/main_menu.dtd >@@ -4241,11 +3496,9 @@ bin/grass%%VER%% > %%GRASS_INST_DIR%%/tools/g.echo > %%GRASS_INST_DIR%%/tools/g.html2man.py > %%GRASS_INST_DIR%%/tools/ggroff.py >-%%GRASS_INST_DIR%%/tools/ggroff.pyc > %%GRASS_INST_DIR%%/tools/ghtml.py >-%%GRASS_INST_DIR%%/tools/ghtml.pyc > %%GRASS_INST_DIR%%/tools/mkhtml.py >-%%NLS%%%%GRASS_INST_DIR%%/translation_status.json >+%%GRASS_INST_DIR%%/translation_status.json > %%GRASS_INST_DIR%%/translators.csv > %%LAS%%%%GRASS_INST_DIR%%/bin/r.in.lidar > %%LAS%%%%GRASS_INST_DIR%%/bin/r3.in.lidar >@@ -4281,12 +3534,5 @@ bin/grass%%VER%% > %%PGSQL%%%%GRASS_INST_DIR%%/docs/html/v.out.postgis.html > %%PGSQL%%%%GRASS_INST_DIR%%/docs/man/man1/grass-pg.1.gz > %%PGSQL%%%%GRASS_INST_DIR%%/docs/man/man1/v.out.postgis.1.gz >-@dir %%GRASS_INST_DIR%%/demolocation/PERMANENT/cats >-@dir %%GRASS_INST_DIR%%/demolocation/PERMANENT/cell >-@dir %%GRASS_INST_DIR%%/demolocation/PERMANENT/cell_misc >-@dir %%GRASS_INST_DIR%%/demolocation/PERMANENT/cellhd >-@dir %%GRASS_INST_DIR%%/demolocation/PERMANENT/colr >-@dir %%GRASS_INST_DIR%%/demolocation/PERMANENT/fcell >-@dir %%GRASS_INST_DIR%%/demolocation/PERMANENT/hist >-@dir %%GRASS_INST_DIR%%/demolocation/PERMANENT/windows > @dir %%GRASS_INST_DIR%%/gui/wxpython/scripts >+@dir %%GRASS_INST_DIR%%/docs/html/colortables
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
lbartoletti
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 241892
:
209069
|
212093