aboutsummaryrefslogtreecommitdiff
path: root/databases/grass7
diff options
context:
space:
mode:
authorLoïc Bartoletti <lbartoletti@FreeBSD.org>2021-10-21 16:36:26 +0000
committerLoïc Bartoletti <lbartoletti@FreeBSD.org>2021-10-21 16:36:26 +0000
commit0c2fe6f4266e538eec36885c8228e5e09cbb065f (patch)
treeb1bb043fd256d4df4afd1ee524b341be6f458fc3 /databases/grass7
parent52a593f2e72d722d4f3fd84ad7466c52c121d788 (diff)
downloadports-0c2fe6f4266e538eec36885c8228e5e09cbb065f.tar.gz
ports-0c2fe6f4266e538eec36885c8228e5e09cbb065f.zip
databases/grass7: Update to 7.8.6
Diffstat (limited to 'databases/grass7')
-rw-r--r--databases/grass7/Makefile15
-rw-r--r--databases/grass7/distinfo6
-rw-r--r--databases/grass7/files/patch-include_Make_Install.make47
-rw-r--r--databases/grass7/files/patch-include_gis.h24
-rw-r--r--databases/grass7/files/patch-lib_lidar_lidar.h12
-rw-r--r--databases/grass7/files/patch-raster3d_r3.showdspf_Ball.c11
-rw-r--r--databases/grass7/files/patch-raster3d_r3.showdspf_togif.c12
-rw-r--r--databases/grass7/files/patch-raster_r.param.scale_param.h12
-rw-r--r--databases/grass7/files/patch-raster_r.surf.idw_main.h11
-rw-r--r--databases/grass7/files/patch-vector_v.hull_chull.c72
-rw-r--r--databases/grass7/pkg-plist1822
11 files changed, 930 insertions, 1114 deletions
diff --git a/databases/grass7/Makefile b/databases/grass7/Makefile
index 6833baf7a306..138a7a6dbf18 100644
--- a/databases/grass7/Makefile
+++ b/databases/grass7/Makefile
@@ -1,8 +1,7 @@
# Created by: Mikael URANKAR and Loïc BARTOLETTI
PORTNAME= grass
-PORTVERSION= 7.8.5
-PORTREVISION= 4
+PORTVERSION= 7.8.6
CATEGORIES= databases geography
MASTER_SITES= https://grass.osgeo.org/%SUBDIR%/ \
http://grass.cict.fr/%SUBDIR%/ \
@@ -148,18 +147,6 @@ GRASS_INST_DIR= ${PORTNAME}${VER}
MANDIRS= ${PREFIX}/grass${VER}/docs/man/man1
post-patch:
- ${REINPLACE_CMD} -e \
- 's|make -C|$$(MAKE) -C| ; \
- /^BINDIR/s|=.*|= $${DESTDIR}$${UNIX_BIN}| ; \
- /test /s| $$(INST_DIR)| $${DESTDIR}$${INST_DIR}|g ; \
- /tar /s| $$(INST_DIR)| $${DESTDIR}$${INST_DIR}|g ; \
- /chmod /s| $$(INST_DIR)| $${DESTDIR}$${INST_DIR}|g ; \
- /tar /s| $$(INST_DIR)| $${DESTDIR}$${INST_DIR}|g ; \
- /rm /s| $$(INST_DIR)| $${DESTDIR}$${INST_DIR}|g ; \
- /$$(MAKE) /s| $$(INST_DIR)| $${DESTDIR}$${INST_DIR}|g ; \
- /^$$(INST_DIR)\//s|$$(INST_DIR)|$${DESTDIR}$${INST_DIR}|g ; \
- s|> $$(INST_DIR)|> $${DESTDIR}$${INST_DIR}|' \
- ${WRKSRC}/include/Make/Install.make
${REINPLACE_CMD} \
's|= python3|= ${PYTHON_CMD:T}|' ${WRKSRC}/include/Make/Platform.make.in
${REINPLACE_CMD} -e \
diff --git a/databases/grass7/distinfo b/databases/grass7/distinfo
index 8e559cab987a..fb3ed716a141 100644
--- a/databases/grass7/distinfo
+++ b/databases/grass7/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1610555224
-SHA256 (grass-7.8.5.tar.gz) = a359bb665524ecccb643335d70f5436b1c84ffb6a0e428b78dffebacd983ff37
-SIZE (grass-7.8.5.tar.gz) = 61801712
+TIMESTAMP = 1634368600
+SHA256 (grass-7.8.6.tar.gz) = d85e17b0a717e344cdda8f6c5bdeb86763e48d1ee74a62ab471dc8e1293993be
+SIZE (grass-7.8.6.tar.gz) = 66331264
diff --git a/databases/grass7/files/patch-include_Make_Install.make b/databases/grass7/files/patch-include_Make_Install.make
index 0e411b27d153..62ceb4921937 100644
--- a/databases/grass7/files/patch-include_Make_Install.make
+++ b/databases/grass7/files/patch-include_Make_Install.make
@@ -1,4 +1,4 @@
---- include/Make/Install.make.orig 2016-11-04 UTC
+--- include/Make/Install.make.orig 2021-10-17 18:22:04 UTC
+++ include/Make/Install.make
@@ -37,7 +37,6 @@ ifeq ($(strip $(MACOSX_APP)),1)
$(MAKE) install-macosx
@@ -8,29 +8,30 @@
$(MAKE) install-check-prefix
$(MAKE) real-install
endif
-@@ -54,21 +53,6 @@ install-check-parent:
- while [ ! -d "$$INST_PATH" ]; do \
+@@ -54,22 +53,7 @@ install-check-parent: | $(DESTDIR)
+ while [ ! -d "$(DESTDIR)$$INST_PATH" ]; do \
INST_PATH=`dirname $$INST_PATH`; \
done; \
-- if [ ! -d "$(INST_DIR)" -a ! -w "$$INST_PATH" ] ; then \
+- if [ ! -d "$(DESTDIR)$(INST_DIR)" -a ! -w "$(DESTDIR)$$INST_PATH" ] ; then \
- echo "ERROR: Directory $$INST_PATH is a parent directory of your" >&2 ; \
- echo " install directory $(INST_DIR) and is not writable." >&2 ; \
- echo " Perhaps you need root access." >&2 ; \
- echo " Installation aborted, exiting Make." >&2 ; \
- exit 1; \
- fi
--
+
-install-check-writable:
-- @ if [ -d "$(INST_DIR)" -a ! -w "$(INST_DIR)" ] ; then \
+- @ if [ -d "$(DESTDIR)$(INST_DIR)" -a ! -w "$(DESTDIR)$(INST_DIR)" ] ; then \
- echo "ERROR: Your install directory $(INST_DIR) is not writable." >&2 ; \
- echo " Perhaps you need root access." >&2 ; \
- echo " Installation aborted, exiting Make." >&2 ; \
- exit 1; \
- fi
-
+-
install-check-prefix:
- @ result=`echo "$(INST_DIR)" | awk '{ if ($$1 ~ /grass/) print $$1 }'`; \
-@@ -77,18 +61,12 @@ install-check-prefix:
+ @ result=`echo "$(DESTDIR)$(INST_DIR)" | awk '{ if ($$1 ~ /grass/) print $$1 }'`; \
+ if [ "$$result" = "" ] ; then \
+@@ -77,12 +61,6 @@ install-check-prefix:
echo " does not contain the word 'grass'." >&2 ; \
echo " It is highly recommended that the word 'grass' be part" >&2 ; \
echo " of your install directory to avoid conflicts." >&2 ; \
@@ -43,31 +44,3 @@
fi
ifneq ($(strip $(MINGW)),)
- STARTUP = $(INST_DIR)/etc/$(GRASS_NAME).py
- else
--STARTUP = $(UNIX_BIN)/$(GRASS_NAME)
-+STARTUP = ${DESTDIR}/$(UNIX_BIN)/$(GRASS_NAME)
- endif
-
- FONTCAP = etc/fontcap
-@@ -96,7 +96,8 @@ TMPGISRC = demolocation/.grassrc$(GRASS_
- PLATMAKE = include/Make/Platform.make
- GRASSMAKE = include/Make/Grass.make
-
--real-install: | $(INST_DIR) $(UNIX_BIN)
-+real-install:
-+ test -d $(INST_DIR) || $(MAKE_DIR_CMD) $(INST_DIR)
- -tar cBCf $(GISBASE) - . | tar xBCf $(INST_DIR) - 2>/dev/null
- -rm $(INST_DIR)/$(GRASS_NAME).tmp
- $(MAKE) $(STARTUP)
-@@ -121,8 +105,8 @@ ifneq ($(findstring darwin,$(ARCH)),)
- @/bin/ln -sfh "$(INST_DIR)/docs/html" /Library/Documentation/Help/GRASS-$(GRASS_VERSION_MAJOR).$(GRASS_VERSION_MINOR)
- endif
-
--$(INST_DIR) $(UNIX_BIN):
-- $(MAKE_DIR_CMD) $@
-+#$(INST_DIR) $(UNIX_BIN):
-+# $(MAKE_DIR_CMD) $@
-
- $(STARTUP): $(ARCH_DISTDIR)/$(GRASS_NAME).tmp
- sed -e 's#'@GISBASE@'#'$(INST_DIR)'#g' \
diff --git a/databases/grass7/files/patch-include_gis.h b/databases/grass7/files/patch-include_gis.h
deleted file mode 100644
index 636a03516418..000000000000
--- a/databases/grass7/files/patch-include_gis.h
+++ /dev/null
@@ -1,24 +0,0 @@
---- include/gis.h.orig 2021-07-04 15:25:28 UTC
-+++ include/gis.h
-@@ -23,6 +23,7 @@
- /* System include files */
- #include <stdio.h>
- #include <stdarg.h>
-+#include <stdbool.h>
-
- /* Grass and local include files */
- #include <grass/config.h>
-@@ -53,11 +54,11 @@ static const char *GRASS_copyright __attribute__ ((unu
-
- /* Define TRUE and FALSE for boolean comparisons */
- #ifndef TRUE
--#define TRUE 1
-+#define TRUE true
- #endif
-
- #ifndef FALSE
--#define FALSE 0
-+#define FALSE false
- #endif
-
- #if defined(_FILE_OFFSET_BITS) && _FILE_OFFSET_BITS == 64
diff --git a/databases/grass7/files/patch-lib_lidar_lidar.h b/databases/grass7/files/patch-lib_lidar_lidar.h
deleted file mode 100644
index c7273df39c5c..000000000000
--- a/databases/grass7/files/patch-lib_lidar_lidar.h
+++ /dev/null
@@ -1,12 +0,0 @@
---- lib/lidar/lidar.h.orig 2021-07-04 15:30:31 UTC
-+++ lib/lidar/lidar.h
-@@ -62,9 +62,6 @@
- /* INTERPOLATOR */
- #define P_BILINEAR 1
- #define P_BICUBIC 0
-- /* Boolean definitions */
--#define TRUE 1
--#define FALSE 0
-
- /*----------------------------------------------------------------------------------------------------------*/
- /*STRUCTS DECLARATION */
diff --git a/databases/grass7/files/patch-raster3d_r3.showdspf_Ball.c b/databases/grass7/files/patch-raster3d_r3.showdspf_Ball.c
deleted file mode 100644
index 222cb30d38b3..000000000000
--- a/databases/grass7/files/patch-raster3d_r3.showdspf_Ball.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- raster3d/r3.showdspf/Ball.c.orig 2021-07-04 15:32:42 UTC
-+++ raster3d/r3.showdspf/Ball.c
-@@ -7,8 +7,6 @@
- #include "Ball.h"
- #include "BallMath.h"
- #include <stdio.h>
--#define TRUE 1
--#define FALSE 0
-
- HMatrix mId = { {1, 0, 0, 0}
- , {0, 1, 0, 0}
diff --git a/databases/grass7/files/patch-raster3d_r3.showdspf_togif.c b/databases/grass7/files/patch-raster3d_r3.showdspf_togif.c
deleted file mode 100644
index fd625bb0d9b4..000000000000
--- a/databases/grass7/files/patch-raster3d_r3.showdspf_togif.c
+++ /dev/null
@@ -1,12 +0,0 @@
---- raster3d/r3.showdspf/togif.c.orig 2021-07-04 15:33:18 UTC
-+++ raster3d/r3.showdspf/togif.c
-@@ -324,9 +324,6 @@ static int ditherrow(unsigned short *r, unsigned short
- *
- *****************************************************************************/
-
--#define TRUE 1
--#define FALSE 0
--
-
- /************************** BumpPixel() ********************************/
- /*
diff --git a/databases/grass7/files/patch-raster_r.param.scale_param.h b/databases/grass7/files/patch-raster_r.param.scale_param.h
deleted file mode 100644
index b05811d6eb20..000000000000
--- a/databases/grass7/files/patch-raster_r.param.scale_param.h
+++ /dev/null
@@ -1,12 +0,0 @@
---- raster/r.param.scale/param.h.orig 2021-07-04 15:31:09 UTC
-+++ raster/r.param.scale/param.h
-@@ -18,9 +18,6 @@
- /* 'blank' edge around raster. */
- #define MAX_WSIZE 499 /* Maximum dimensions of window. */
- /* Some useful labels. */
--#define TRUE 1
--#define FALSE 0
--
- #define RAD2DEG M_R2D
- #define DEG2RAD M_D2R
-
diff --git a/databases/grass7/files/patch-raster_r.surf.idw_main.h b/databases/grass7/files/patch-raster_r.surf.idw_main.h
deleted file mode 100644
index 0b3e29895afd..000000000000
--- a/databases/grass7/files/patch-raster_r.surf.idw_main.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- raster/r.surf.idw/main.h.orig 2021-07-04 15:31:52 UTC
-+++ raster/r.surf.idw/main.h
-@@ -1,8 +1,6 @@
- #include <grass/raster.h>
-
- #define SHORT short
--#define TRUE 1
--#define FALSE 0
-
- #define MELEMENT struct Melement
- MELEMENT {
diff --git a/databases/grass7/files/patch-vector_v.hull_chull.c b/databases/grass7/files/patch-vector_v.hull_chull.c
deleted file mode 100644
index a89e4f3228f8..000000000000
--- a/databases/grass7/files/patch-vector_v.hull_chull.c
+++ /dev/null
@@ -1,72 +0,0 @@
---- vector/v.hull/chull.c.orig 2021-07-04 15:27:24 UTC
-+++ vector/v.hull/chull.c
-@@ -22,6 +22,7 @@
- #include <stdio.h>
- #include <stdlib.h>
- #include <math.h>
-+#include <stdbool.h>
-
- #include <grass/gis.h>
- #include <grass/vector.h>
-@@ -29,10 +30,6 @@
-
- #include "globals.h"
-
--/*Define Boolean type */
--typedef enum
--{ BFALSE, BTRUE } bool;
--
- /* Define vertex indices. */
- #define X 0
- #define Y 1
-@@ -76,10 +73,10 @@ struct tFaceStructure
- };
-
- /* Define flags */
--#define ONHULL BTRUE
--#define REMOVED BTRUE
--#define VISIBLE BTRUE
--#define PROCESSED BTRUE
-+#define ONHULL true
-+#define REMOVED true
-+#define VISIBLE true
-+#define PROCESSED true
-
- /* Global variable definitions */
- tVertex vertices = NULL;
-@@ -436,7 +433,7 @@ bool AddOne(tVertex p)
- tFace f;
- tEdge e, temp;
- long int vol;
-- bool vis = BFALSE;
-+ bool vis = false;
-
-
- /* Mark faces visible from p. */
-@@ -446,7 +443,7 @@ bool AddOne(tVertex p)
-
- if (vol < 0) {
- f->visible = VISIBLE;
-- vis = BTRUE;
-+ vis = true;
- }
- f = f->next;
- } while (f != faces);
-@@ -454,7 +451,7 @@ bool AddOne(tVertex p)
- /* If no faces are visible from p, then p is inside the hull. */
- if (!vis) {
- p->onhull = !ONHULL;
-- return BFALSE;
-+ return false;
- }
-
- /* Mark edges in interior of visible region for deletion.
-@@ -470,7 +467,7 @@ bool AddOne(tVertex p)
- e->newface = MakeConeFace(e, p);
- e = temp;
- } while (e != edges);
-- return BTRUE;
-+ return true;
- }
-
- /*---------------------------------------------------------------------
diff --git a/databases/grass7/pkg-plist b/databases/grass7/pkg-plist
index 6d6e16aa8dc5..f3bde86ff134 100644
--- a/databases/grass7/pkg-plist
+++ b/databases/grass7/pkg-plist
@@ -1,6 +1,10 @@
-bin/grass%%MAJVER%%
-bin/grass%%VER%%
%%GRASS_INST_DIR%%/AUTHORS
+%%GRASS_INST_DIR%%/CHANGES
+%%GRASS_INST_DIR%%/CITING
+%%GRASS_INST_DIR%%/COPYING
+%%GRASS_INST_DIR%%/GPL.TXT
+%%GRASS_INST_DIR%%/INSTALL
+%%GRASS_INST_DIR%%/REQUIREMENTS.html
%%GRASS_INST_DIR%%/bin/d.barscale
%%GRASS_INST_DIR%%/bin/d.colorlist
%%GRASS_INST_DIR%%/bin/d.colortable
@@ -147,7 +151,6 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/bin/r.in.bin
%%GRASS_INST_DIR%%/bin/r.in.gdal
%%GRASS_INST_DIR%%/bin/r.in.gridatb
-%%LAS%%%%GRASS_INST_DIR%%/bin/r.in.lidar
%%GRASS_INST_DIR%%/bin/r.in.mat
%%GRASS_INST_DIR%%/bin/r.in.png
%%GRASS_INST_DIR%%/bin/r.in.poly
@@ -269,7 +272,6 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/bin/r3.gwflow
%%GRASS_INST_DIR%%/bin/r3.in.ascii
%%GRASS_INST_DIR%%/bin/r3.in.bin
-%%LAS%%%%GRASS_INST_DIR%%/bin/r3.in.lidar
%%GRASS_INST_DIR%%/bin/r3.in.v5d
%%GRASS_INST_DIR%%/bin/r3.info
%%GRASS_INST_DIR%%/bin/r3.mapcalc
@@ -279,7 +281,6 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/bin/r3.null
%%GRASS_INST_DIR%%/bin/r3.out.ascii
%%GRASS_INST_DIR%%/bin/r3.out.bin
-%%NETCDF%%%%GRASS_INST_DIR%%/bin/r3.out.netcdf
%%GRASS_INST_DIR%%/bin/r3.out.v5d
%%GRASS_INST_DIR%%/bin/r3.out.vtk
%%GRASS_INST_DIR%%/bin/r3.retile
@@ -316,9 +317,7 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/bin/v.in.ascii
%%GRASS_INST_DIR%%/bin/v.in.db
%%GRASS_INST_DIR%%/bin/v.in.dxf
-%%LAS%%%%GRASS_INST_DIR%%/bin/v.in.lidar
%%GRASS_INST_DIR%%/bin/v.in.ogr
-%%NOTONI386%%%%GRASS_INST_DIR%%/bin/v.in.pdal
%%GRASS_INST_DIR%%/bin/v.in.region
%%GRASS_INST_DIR%%/bin/v.info
%%GRASS_INST_DIR%%/bin/v.kcv
@@ -353,9 +352,7 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/bin/v.normal
%%GRASS_INST_DIR%%/bin/v.out.ascii
%%GRASS_INST_DIR%%/bin/v.out.dxf
-%%LAS%%%%GRASS_INST_DIR%%/bin/v.out.lidar
%%GRASS_INST_DIR%%/bin/v.out.ogr
-%%PGSQL%%%%GRASS_INST_DIR%%/bin/v.out.postgis
%%GRASS_INST_DIR%%/bin/v.out.pov
%%GRASS_INST_DIR%%/bin/v.out.svg
%%GRASS_INST_DIR%%/bin/v.out.vtk
@@ -394,20 +391,18 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/bin/v.what.rast
%%GRASS_INST_DIR%%/bin/v.what.rast3
%%GRASS_INST_DIR%%/bin/ximgview
-%%GRASS_INST_DIR%%/CHANGES
-%%GRASS_INST_DIR%%/CITING
-%%GRASS_INST_DIR%%/contributors_extra.csv
%%GRASS_INST_DIR%%/contributors.csv
-%%GRASS_INST_DIR%%/COPYING
+%%GRASS_INST_DIR%%/contributors_extra.csv
%%GRASS_INST_DIR%%/demolocation/.grassrc%%VER%%
-%%GRASS_INST_DIR%%/demolocation/PERMANENT/dbf/mysites.dbf
-%%GRASS_INST_DIR%%/demolocation/PERMANENT/dbf/point.dbf
%%GRASS_INST_DIR%%/demolocation/PERMANENT/DEFAULT_WIND
%%GRASS_INST_DIR%%/demolocation/PERMANENT/MYNAME
%%GRASS_INST_DIR%%/demolocation/PERMANENT/PROJ_INFO
%%GRASS_INST_DIR%%/demolocation/PERMANENT/PROJ_UNITS
-%%GRASS_INST_DIR%%/demolocation/PERMANENT/sqlite/sqlite.db
%%GRASS_INST_DIR%%/demolocation/PERMANENT/VAR
+%%GRASS_INST_DIR%%/demolocation/PERMANENT/WIND
+%%GRASS_INST_DIR%%/demolocation/PERMANENT/dbf/mysites.dbf
+%%GRASS_INST_DIR%%/demolocation/PERMANENT/dbf/point.dbf
+%%GRASS_INST_DIR%%/demolocation/PERMANENT/sqlite/sqlite.db
%%GRASS_INST_DIR%%/demolocation/PERMANENT/vector/country_boundaries/cidx
%%GRASS_INST_DIR%%/demolocation/PERMANENT/vector/country_boundaries/coor
%%GRASS_INST_DIR%%/demolocation/PERMANENT/vector/country_boundaries/dbln
@@ -429,9 +424,8 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/demolocation/PERMANENT/vector/point/hist
%%GRASS_INST_DIR%%/demolocation/PERMANENT/vector/point/sidx
%%GRASS_INST_DIR%%/demolocation/PERMANENT/vector/point/topo
-%%GRASS_INST_DIR%%/demolocation/PERMANENT/WIND
-%%GRASS_INST_DIR%%/docs/html/aspect_diagram.png
%%GRASS_INST_DIR%%/docs/html/aspect.png
+%%GRASS_INST_DIR%%/docs/html/aspect_diagram.png
%%GRASS_INST_DIR%%/docs/html/barscales/arrow_ends.png
%%GRASS_INST_DIR%%/docs/html/barscales/both_ticks.png
%%GRASS_INST_DIR%%/docs/html/barscales/classic.png
@@ -486,11 +480,11 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/docs/html/colortables/nlcd.png
%%GRASS_INST_DIR%%/docs/html/colortables/oranges.png
%%GRASS_INST_DIR%%/docs/html/colortables/plasma.png
-%%GRASS_INST_DIR%%/docs/html/colortables/population_dens.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/precipitation.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
@@ -502,40 +496,12 @@ bin/grass%%VER%%
%%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_plus.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_correlate_plot.png
-%%GRASS_INST_DIR%%/docs/html/d_frame.png
-%%GRASS_INST_DIR%%/docs/html/d_geodesic.png
-%%GRASS_INST_DIR%%/docs/html/d_grid_blue_grid.png
-%%GRASS_INST_DIR%%/docs/html/d_grid_red_grid.png
-%%GRASS_INST_DIR%%/docs/html/d_histogram_bar.png
-%%GRASS_INST_DIR%%/docs/html/d_histogram_pie.png
-%%GRASS_INST_DIR%%/docs/html/d_legend_custom_labels_and_background.png
-%%GRASS_INST_DIR%%/docs/html/d_legend_logarithmic.png
-%%GRASS_INST_DIR%%/docs/html/d_legend_vect_subheadings.png
-%%GRASS_INST_DIR%%/docs/html/d_legend_vect.png
-%%GRASS_INST_DIR%%/docs/html/d_legend.png
-%%GRASS_INST_DIR%%/docs/html/d_mon_wx0_raster.png
-%%GRASS_INST_DIR%%/docs/html/d_mon_wx0.png
-%%GRASS_INST_DIR%%/docs/html/d_polar_aspect.png
-%%GRASS_INST_DIR%%/docs/html/d_rast_arrow_wind.png
-%%GRASS_INST_DIR%%/docs/html/d_rast_edit.png
-%%GRASS_INST_DIR%%/docs/html/d_rast_elevation_values.png
-%%GRASS_INST_DIR%%/docs/html/d_rast_elevation.png
-%%GRASS_INST_DIR%%/docs/html/d_rast_landuse.png
-%%GRASS_INST_DIR%%/docs/html/d_rast_num_zoom.png
-%%GRASS_INST_DIR%%/docs/html/d_rgb.png
-%%GRASS_INST_DIR%%/docs/html/d_rhumbline.png
-%%GRASS_INST_DIR%%/docs/html/d_text.png
-%%GRASS_INST_DIR%%/docs/html/d_to_rast_3D_example.jpg
-%%GRASS_INST_DIR%%/docs/html/d_vect_chart_pie_2d.png
-%%GRASS_INST_DIR%%/docs/html/d_vect_chart_pie_3d.png
-%%GRASS_INST_DIR%%/docs/html/d_vect_thematic.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
@@ -572,15 +538,43 @@ bin/grass%%VER%%
%%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_example.jpg
%%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/database_graphical.html
+%%GRASS_INST_DIR%%/docs/html/d_correlate_plot.png
+%%GRASS_INST_DIR%%/docs/html/d_frame.png
+%%GRASS_INST_DIR%%/docs/html/d_geodesic.png
+%%GRASS_INST_DIR%%/docs/html/d_grid_blue_grid.png
+%%GRASS_INST_DIR%%/docs/html/d_grid_red_grid.png
+%%GRASS_INST_DIR%%/docs/html/d_histogram_bar.png
+%%GRASS_INST_DIR%%/docs/html/d_histogram_pie.png
+%%GRASS_INST_DIR%%/docs/html/d_legend.png
+%%GRASS_INST_DIR%%/docs/html/d_legend_custom_labels_and_background.png
+%%GRASS_INST_DIR%%/docs/html/d_legend_logarithmic.png
+%%GRASS_INST_DIR%%/docs/html/d_legend_vect.png
+%%GRASS_INST_DIR%%/docs/html/d_legend_vect_subheadings.png
+%%GRASS_INST_DIR%%/docs/html/d_mon_wx0.png
+%%GRASS_INST_DIR%%/docs/html/d_mon_wx0_raster.png
+%%GRASS_INST_DIR%%/docs/html/d_polar_aspect.png
+%%GRASS_INST_DIR%%/docs/html/d_rast_arrow_wind.png
+%%GRASS_INST_DIR%%/docs/html/d_rast_edit.png
+%%GRASS_INST_DIR%%/docs/html/d_rast_elevation.png
+%%GRASS_INST_DIR%%/docs/html/d_rast_elevation_values.png
+%%GRASS_INST_DIR%%/docs/html/d_rast_landuse.png
+%%GRASS_INST_DIR%%/docs/html/d_rast_num_zoom.png
+%%GRASS_INST_DIR%%/docs/html/d_rgb.png
+%%GRASS_INST_DIR%%/docs/html/d_rhumbline.png
+%%GRASS_INST_DIR%%/docs/html/d_text.png
+%%GRASS_INST_DIR%%/docs/html/d_to_rast_3D_example.jpg
+%%GRASS_INST_DIR%%/docs/html/d_vect_chart_pie_2d.png
+%%GRASS_INST_DIR%%/docs/html/d_vect_chart_pie_3d.png
+%%GRASS_INST_DIR%%/docs/html/d_vect_thematic.png
%%GRASS_INST_DIR%%/docs/html/database.html
+%%GRASS_INST_DIR%%/docs/html/database_graphical.html
%%GRASS_INST_DIR%%/docs/html/databaseintro.html
%%GRASS_INST_DIR%%/docs/html/datacatalog.png
%%GRASS_INST_DIR%%/docs/html/db.columns.html
@@ -604,11 +598,52 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/docs/html/dbmgr_frame.png
%%GRASS_INST_DIR%%/docs/html/dbmgr_sql_builder.png
%%GRASS_INST_DIR%%/docs/html/dem.png
-%%GRASS_INST_DIR%%/docs/html/display_graphical.html
%%GRASS_INST_DIR%%/docs/html/display.html
+%%GRASS_INST_DIR%%/docs/html/display_graphical.html
%%GRASS_INST_DIR%%/docs/html/displaydrivers.html
%%GRASS_INST_DIR%%/docs/html/dshade.png
%%GRASS_INST_DIR%%/docs/html/full_index.html
+%%GRASS_INST_DIR%%/docs/html/g.access.html
+%%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
+%%GRASS_INST_DIR%%/docs/html/g.mkfontcap.html
+%%GRASS_INST_DIR%%/docs/html/g.parser.html
+%%GRASS_INST_DIR%%/docs/html/g.pnmcomp.html
+%%GRASS_INST_DIR%%/docs/html/g.ppmtopng.html
+%%GRASS_INST_DIR%%/docs/html/g.proj.html
+%%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
%%GRASS_INST_DIR%%/docs/html/g_gui_gmodeler_avg_run.png
%%GRASS_INST_DIR%%/docs/html/g_gui_gmodeler_comment.png
@@ -616,9 +651,9 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/docs/html/g_gui_gmodeler_dlg_module.png
%%GRASS_INST_DIR%%/docs/html/g_gui_gmodeler_intermediate_data.png
%%GRASS_INST_DIR%%/docs/html/g_gui_gmodeler_items.png
+%%GRASS_INST_DIR%%/docs/html/g_gui_gmodeler_loop.png
%%GRASS_INST_DIR%%/docs/html/g_gui_gmodeler_loop_dlg.png
%%GRASS_INST_DIR%%/docs/html/g_gui_gmodeler_loop_final.png
-%%GRASS_INST_DIR%%/docs/html/g_gui_gmodeler_loop.png
%%GRASS_INST_DIR%%/docs/html/g_gui_gmodeler_lower_toolbar.png
%%GRASS_INST_DIR%%/docs/html/g_gui_gmodeler_mcomment.png
%%GRASS_INST_DIR%%/docs/html/g_gui_gmodeler_mdb.png
@@ -643,16 +678,16 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/docs/html/g_gui_gmodeler_mrelation.png
%%GRASS_INST_DIR%%/docs/html/g_gui_gmodeler_mvector.png
%%GRASS_INST_DIR%%/docs/html/g_gui_gmodeler_parameter.png
-%%GRASS_INST_DIR%%/docs/html/g_gui_gmodeler_python_code_result.png
-%%GRASS_INST_DIR%%/docs/html/g_gui_gmodeler_python_code.png
%%GRASS_INST_DIR%%/docs/html/g_gui_gmodeler_python.png
+%%GRASS_INST_DIR%%/docs/html/g_gui_gmodeler_python_code.png
+%%GRASS_INST_DIR%%/docs/html/g_gui_gmodeler_python_code_result.png
%%GRASS_INST_DIR%%/docs/html/g_gui_gmodeler_raster.png
%%GRASS_INST_DIR%%/docs/html/g_gui_gmodeler_raster3d.png
%%GRASS_INST_DIR%%/docs/html/g_gui_gmodeler_relation.png
%%GRASS_INST_DIR%%/docs/html/g_gui_gmodeler_toolbar.png
+%%GRASS_INST_DIR%%/docs/html/g_gui_gmodeler_variables.png
%%GRASS_INST_DIR%%/docs/html/g_gui_gmodeler_variables_raster.png
%%GRASS_INST_DIR%%/docs/html/g_gui_gmodeler_variables_run.png
-%%GRASS_INST_DIR%%/docs/html/g_gui_gmodeler_variables.png
%%GRASS_INST_DIR%%/docs/html/g_gui_gmodeler_vector.png
%%GRASS_INST_DIR%%/docs/html/g_gui_gmodeler_zipcodes_avg_elevation.gxm
%%GRASS_INST_DIR%%/docs/html/g_gui_rlisetup_1.png
@@ -668,49 +703,8 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/docs/html/g_gui_tplot_labels.png
%%GRASS_INST_DIR%%/docs/html/g_mapsets_gui.png
%%GRASS_INST_DIR%%/docs/html/g_parser_test.png
-%%GRASS_INST_DIR%%/docs/html/g.access.html
-%%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
-%%GRASS_INST_DIR%%/docs/html/g.mkfontcap.html
-%%GRASS_INST_DIR%%/docs/html/g.parser.html
-%%GRASS_INST_DIR%%/docs/html/g.pnmcomp.html
-%%GRASS_INST_DIR%%/docs/html/g.ppmtopng.html
-%%GRASS_INST_DIR%%/docs/html/g.proj.html
-%%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/general_graphical.html
%%GRASS_INST_DIR%%/docs/html/general.html
+%%GRASS_INST_DIR%%/docs/html/general_graphical.html
%%GRASS_INST_DIR%%/docs/html/geomorphon.png
%%GRASS_INST_DIR%%/docs/html/gi_3dview.jpg
%%GRASS_INST_DIR%%/docs/html/gi_addons.jpg
@@ -729,61 +723,22 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/docs/html/gi_temporal.jpg
%%GRASS_INST_DIR%%/docs/html/gi_vector.jpg
%%GRASS_INST_DIR%%/docs/html/graphical_index.html
+%%GRASS_INST_DIR%%/docs/html/grass-dbf.html
+%%GRASS_INST_DIR%%/docs/html/grass-ogr.html
+%%GRASS_INST_DIR%%/docs/html/grass-sqlite.html
+%%GRASS_INST_DIR%%/docs/html/grass7.html
+%%GRASS_INST_DIR%%/docs/html/grass7_arch.png
%%GRASS_INST_DIR%%/docs/html/grass_database.html
%%GRASS_INST_DIR%%/docs/html/grass_database.png
%%GRASS_INST_DIR%%/docs/html/grass_icon.png
%%GRASS_INST_DIR%%/docs/html/grass_logo.png
%%GRASS_INST_DIR%%/docs/html/grass_logo.txt
%%GRASS_INST_DIR%%/docs/html/grass_start.png
-%%GRASS_INST_DIR%%/docs/html/grass-dbf.html
-%%MYSQL%%%%GRASS_INST_DIR%%/docs/html/grass-mysql.html
-%%ODBC%%%%GRASS_INST_DIR%%/docs/html/grass-odbc.html
-%%GRASS_INST_DIR%%/docs/html/grass-ogr.html
-%%PGSQL%%%%GRASS_INST_DIR%%/docs/html/grass-pg.html
-%%GRASS_INST_DIR%%/docs/html/grass-sqlite.html
-%%GRASS_INST_DIR%%/docs/html/grass7_arch.png
-%%GRASS_INST_DIR%%/docs/html/grass7.html
%%GRASS_INST_DIR%%/docs/html/grassdocs.css
%%GRASS_INST_DIR%%/docs/html/guimodules_graphical.html
%%GRASS_INST_DIR%%/docs/html/help_loc_struct.png
%%GRASS_INST_DIR%%/docs/html/helptext.html
%%GRASS_INST_DIR%%/docs/html/htmldriver.html
-%%GRASS_INST_DIR%%/docs/html/i_albedo_landsat5.png
-%%GRASS_INST_DIR%%/docs/html/i_albedo_landsat7.png
-%%NOTONI386%%%%GRASS_INST_DIR%%/docs/html/i.atcorr.html
-%%GRASS_INST_DIR%%/docs/html/i_atcorr_B02_atcorr.png
-%%GRASS_INST_DIR%%/docs/html/i_cluster_landsat_clustering.png
-%%GRASS_INST_DIR%%/docs/html/i_colors_enhance_corrected.jpg
-%%GRASS_INST_DIR%%/docs/html/i_colors_enhance_uncorrected.jpg
-%%GRASS_INST_DIR%%/docs/html/i_maxlik_classes.png
-%%GRASS_INST_DIR%%/docs/html/i_maxlik_rejection.png
-%%GRASS_INST_DIR%%/docs/html/i_maxlik_rgb.png
-%%GRASS_INST_DIR%%/docs/html/i_ortho_camera.png
-%%GRASS_INST_DIR%%/docs/html/i_ortho_photo_step1.png
-%%GRASS_INST_DIR%%/docs/html/i_ortho_photo_step5.png
-%%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_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
-%%GRASS_INST_DIR%%/docs/html/i_segment_lsat7_seg_min5.png
-%%GRASS_INST_DIR%%/docs/html/i_segment_ortho_segs_final.jpg
-%%GRASS_INST_DIR%%/docs/html/i_segment_ortho_segs_l1.jpg
-%%GRASS_INST_DIR%%/docs/html/i_segment_ortho_segs_l2_l5.jpg
-%%GRASS_INST_DIR%%/docs/html/i_spectral.png
-%%GRASS_INST_DIR%%/docs/html/i_tasscap_brightness.jpg
-%%GRASS_INST_DIR%%/docs/html/i_tasscap_greenness.jpg
-%%GRASS_INST_DIR%%/docs/html/i_tasscap_haze.jpg
-%%GRASS_INST_DIR%%/docs/html/i_tasscap_wetness.jpg
-%%GRASS_INST_DIR%%/docs/html/i_topo_corr_angles.png
-%%GRASS_INST_DIR%%/docs/html/i_vi_arvi.png
-%%GRASS_INST_DIR%%/docs/html/i_vi_gari.png
-%%GRASS_INST_DIR%%/docs/html/i_vi_ndvi.png
%%GRASS_INST_DIR%%/docs/html/i.albedo.html
%%GRASS_INST_DIR%%/docs/html/i.aster.toar.html
%%GRASS_INST_DIR%%/docs/html/i.biomass.html
@@ -832,6 +787,41 @@ bin/grass%%VER%%
%%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
+%%GRASS_INST_DIR%%/docs/html/i_albedo_landsat5.png
+%%GRASS_INST_DIR%%/docs/html/i_albedo_landsat7.png
+%%GRASS_INST_DIR%%/docs/html/i_atcorr_B02_atcorr.png
+%%GRASS_INST_DIR%%/docs/html/i_cluster_landsat_clustering.png
+%%GRASS_INST_DIR%%/docs/html/i_colors_enhance_corrected.jpg
+%%GRASS_INST_DIR%%/docs/html/i_colors_enhance_uncorrected.jpg
+%%GRASS_INST_DIR%%/docs/html/i_maxlik_classes.png
+%%GRASS_INST_DIR%%/docs/html/i_maxlik_rejection.png
+%%GRASS_INST_DIR%%/docs/html/i_maxlik_rgb.png
+%%GRASS_INST_DIR%%/docs/html/i_ortho_camera.png
+%%GRASS_INST_DIR%%/docs/html/i_ortho_photo_step1.png
+%%GRASS_INST_DIR%%/docs/html/i_ortho_photo_step5.png
+%%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_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
+%%GRASS_INST_DIR%%/docs/html/i_segment_lsat7_seg_min5.png
+%%GRASS_INST_DIR%%/docs/html/i_segment_ortho_segs_final.jpg
+%%GRASS_INST_DIR%%/docs/html/i_segment_ortho_segs_l1.jpg
+%%GRASS_INST_DIR%%/docs/html/i_segment_ortho_segs_l2_l5.jpg
+%%GRASS_INST_DIR%%/docs/html/i_spectral.png
+%%GRASS_INST_DIR%%/docs/html/i_tasscap_brightness.jpg
+%%GRASS_INST_DIR%%/docs/html/i_tasscap_greenness.jpg
+%%GRASS_INST_DIR%%/docs/html/i_tasscap_haze.jpg
+%%GRASS_INST_DIR%%/docs/html/i_tasscap_wetness.jpg
+%%GRASS_INST_DIR%%/docs/html/i_topo_corr_angles.png
+%%GRASS_INST_DIR%%/docs/html/i_vi_arvi.png
+%%GRASS_INST_DIR%%/docs/html/i_vi_gari.png
+%%GRASS_INST_DIR%%/docs/html/i_vi_ndvi.png
%%GRASS_INST_DIR%%/docs/html/iclass_frame.jpg
%%GRASS_INST_DIR%%/docs/html/icons/3d-help.png
%%GRASS_INST_DIR%%/docs/html/icons/3d-rotate.png
@@ -984,25 +974,25 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/docs/html/icons/zoom-more.png
%%GRASS_INST_DIR%%/docs/html/icons/zoom-out.png
%%GRASS_INST_DIR%%/docs/html/icons/zoom-region.png
-%%GRASS_INST_DIR%%/docs/html/imagery_graphical.html
%%GRASS_INST_DIR%%/docs/html/imagery.html
+%%GRASS_INST_DIR%%/docs/html/imagery_graphical.html
%%GRASS_INST_DIR%%/docs/html/imageryintro.html
%%GRASS_INST_DIR%%/docs/html/index.html
%%GRASS_INST_DIR%%/docs/html/jquery.fixedheadertable.min.js
%%GRASS_INST_DIR%%/docs/html/keywords.html
%%GRASS_INST_DIR%%/docs/html/legend.png
%%GRASS_INST_DIR%%/docs/html/lrs.html
-%%GRASS_INST_DIR%%/docs/html/m_measure_distance.png
%%GRASS_INST_DIR%%/docs/html/m.cogo.html
%%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
%%GRASS_INST_DIR%%/docs/html/mapswipe_tsunami.jpg
-%%GRASS_INST_DIR%%/docs/html/miscellaneous_graphical.html
%%GRASS_INST_DIR%%/docs/html/miscellaneous.html
+%%GRASS_INST_DIR%%/docs/html/miscellaneous_graphical.html
%%GRASS_INST_DIR%%/docs/html/northarrows/1a.png
%%GRASS_INST_DIR%%/docs/html/northarrows/1b.png
%%GRASS_INST_DIR%%/docs/html/northarrows/2.png
@@ -1026,94 +1016,14 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/docs/html/parser_standard_options.js
%%GRASS_INST_DIR%%/docs/html/pcurv.png
%%GRASS_INST_DIR%%/docs/html/pngdriver.html
-%%GRASS_INST_DIR%%/docs/html/postscript_graphical.html
%%GRASS_INST_DIR%%/docs/html/postscript.html
+%%GRASS_INST_DIR%%/docs/html/postscript_graphical.html
%%GRASS_INST_DIR%%/docs/html/projectionintro.html
-%%GRASS_INST_DIR%%/docs/html/ps_map_basic.png
-%%GRASS_INST_DIR%%/docs/html/ps_map.png
%%GRASS_INST_DIR%%/docs/html/ps.map.html
+%%GRASS_INST_DIR%%/docs/html/ps_map.png
+%%GRASS_INST_DIR%%/docs/html/ps_map_basic.png
%%GRASS_INST_DIR%%/docs/html/psdriver.html
%%GRASS_INST_DIR%%/docs/html/psmap_frame.jpg
-%%GRASS_INST_DIR%%/docs/html/r_buffer_road.png
-%%GRASS_INST_DIR%%/docs/html/r_carve_dem_carved_accum.png
-%%GRASS_INST_DIR%%/docs/html/r_carve_dem_carved_shaded.png
-%%GRASS_INST_DIR%%/docs/html/r_carve_dem_carved.png
-%%GRASS_INST_DIR%%/docs/html/r_carve_dem_orig_accum.png
-%%GRASS_INST_DIR%%/docs/html/r_carve_dem_orig_shaded.png
-%%GRASS_INST_DIR%%/docs/html/r_carve_dem_orig.png
-%%GRASS_INST_DIR%%/docs/html/r_clump_lakes.png
-%%GRASS_INST_DIR%%/docs/html/r_clump_lsat.png
-%%GRASS_INST_DIR%%/docs/html/r_contour_using_levels.png
-%%GRASS_INST_DIR%%/docs/html/r_drain_with_r_watershed_direction.png
-%%GRASS_INST_DIR%%/docs/html/r_drain.png
-%%GRASS_INST_DIR%%/docs/html/r_fill_dir.png
-%%GRASS_INST_DIR%%/docs/html/r_fill_stats_01.png
-%%GRASS_INST_DIR%%/docs/html/r_fill_stats_02.png
-%%GRASS_INST_DIR%%/docs/html/r_fill_stats_lidar.png
-%%GRASS_INST_DIR%%/docs/html/r_fill_stats_smoothing.png
-%%GRASS_INST_DIR%%/docs/html/r_flow_accumulation.png
-%%GRASS_INST_DIR%%/docs/html/r_flow_length.png
-%%GRASS_INST_DIR%%/docs/html/r_flow_line.png
-%%GRASS_INST_DIR%%/docs/html/r_geomorphon_summits.png
-%%GRASS_INST_DIR%%/docs/html/r_geomorphon.png
-%%GRASS_INST_DIR%%/docs/html/r_grow_distance_sea.png
-%%GRASS_INST_DIR%%/docs/html/r_grow_distance_zoom.png
-%%GRASS_INST_DIR%%/docs/html/r_grow_distance.png
-%%GRASS_INST_DIR%%/docs/html/r_gwflow_concept.png
-%%LAS%%%%GRASS_INST_DIR%%/docs/html/r_in_lidar_base_raster.png
-%%LAS%%%%GRASS_INST_DIR%%/docs/html/r_in_lidar_binning_count.png
-%%LAS%%%%GRASS_INST_DIR%%/docs/html/r_in_lidar_binning_mean.png
-%%LAS%%%%GRASS_INST_DIR%%/docs/html/r_in_lidar_dem_mean3D.jpg
-%%LAS%%%%GRASS_INST_DIR%%/docs/html/r_in_lidar_zrange.png
-%%LAS%%%%GRASS_INST_DIR%%/docs/html/r_in_lidar.png
-%%GRASS_INST_DIR%%/docs/html/r_in_wms_sentinel2.jpg
-%%GRASS_INST_DIR%%/docs/html/r_lake_lidar_dem.jpg
-%%GRASS_INST_DIR%%/docs/html/r_li_dominance_formula.png
-%%GRASS_INST_DIR%%/docs/html/r_li_edgedensity_formula_1.png
-%%GRASS_INST_DIR%%/docs/html/r_li_edgedensity_formula_2.png
-%%GRASS_INST_DIR%%/docs/html/r_li_pielou.png
-%%GRASS_INST_DIR%%/docs/html/r_li_renyi.png
-%%GRASS_INST_DIR%%/docs/html/r_li_richness_formula.png
-%%GRASS_INST_DIR%%/docs/html/r_li_shannon_formula.png
-%%GRASS_INST_DIR%%/docs/html/r_li_simpson_formula.png
-%%GRASS_INST_DIR%%/docs/html/r_mapcalc_simple.png
-%%GRASS_INST_DIR%%/docs/html/r_param_scale_morph.jpg
-%%GRASS_INST_DIR%%/docs/html/r_patch_zeros_as_nulls.png
-%%GRASS_INST_DIR%%/docs/html/r_patch.png
-%%GRASS_INST_DIR%%/docs/html/r_path_with_bitmask.png
-%%GRASS_INST_DIR%%/docs/html/r_path_with_r_watershed_direction.png
-%%GRASS_INST_DIR%%/docs/html/r_path.png
-%%GRASS_INST_DIR%%/docs/html/r_plane_3d.png
-%%GRASS_INST_DIR%%/docs/html/r_random_cells.png
-%%GRASS_INST_DIR%%/docs/html/r_relief.png
-%%GRASS_INST_DIR%%/docs/html/r_resamp_interp_new_250m.png
-%%GRASS_INST_DIR%%/docs/html/r_resamp_interp_orig_500m.png
-%%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_water_depth.png
-%%GRASS_INST_DIR%%/docs/html/r_sim_water.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
-%%GRASS_INST_DIR%%/docs/html/r_slope_aspect_slope.png
-%%GRASS_INST_DIR%%/docs/html/r_slope_aspect_tcurv.png
-%%GRASS_INST_DIR%%/docs/html/r_stream_extract_accum_orig_zoom.png
-%%GRASS_INST_DIR%%/docs/html/r_stream_extract_accum_weighted_zoom.png
-%%GRASS_INST_DIR%%/docs/html/r_stream_extract_streams_noweight.png
-%%GRASS_INST_DIR%%/docs/html/r_stream_extract_streams_weighed.png
-%%GRASS_INST_DIR%%/docs/html/r_stream_extract_weights_zoom.png
-%%GRASS_INST_DIR%%/docs/html/r_sunhours.png
-%%GRASS_INST_DIR%%/docs/html/r_surf_fractal_simple.png
-%%GRASS_INST_DIR%%/docs/html/r_surf_fractal.jpg
-%%GRASS_INST_DIR%%/docs/html/r_surf_gauss_hist.png
-%%GRASS_INST_DIR%%/docs/html/r_surf_random_hist.png
-%%GRASS_INST_DIR%%/docs/html/r_texture_directions_example.png
-%%GRASS_INST_DIR%%/docs/html/r_thin_network.png
-%%GRASS_INST_DIR%%/docs/html/r_thin_vectorized.png
-%%GRASS_INST_DIR%%/docs/html/r_topidx.png
-%%GRASS_INST_DIR%%/docs/html/r_volume_lake.png
-%%GRASS_INST_DIR%%/docs/html/r_water_outlet.png
-%%GRASS_INST_DIR%%/docs/html/r_watershed_drainage.png
%%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
@@ -1155,7 +1065,6 @@ bin/grass%%VER%%
%%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
-%%LAS%%%%GRASS_INST_DIR%%/docs/html/r.in.lidar.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
@@ -1259,7 +1168,6 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/docs/html/r.surf.gauss.html
%%GRASS_INST_DIR%%/docs/html/r.surf.idw.html
%%GRASS_INST_DIR%%/docs/html/r.surf.random.html
-%%NOTONI386%%%%GRASS_INST_DIR%%/docs/html/r.terraflow.html
%%GRASS_INST_DIR%%/docs/html/r.texture.html
%%GRASS_INST_DIR%%/docs/html/r.thin.html
%%GRASS_INST_DIR%%/docs/html/r.tile.html
@@ -1277,7 +1185,6 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/docs/html/r.unpack.html
%%GRASS_INST_DIR%%/docs/html/r.uslek.html
%%GRASS_INST_DIR%%/docs/html/r.usler.html
-%%NOTONI386%%%%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
@@ -1285,7 +1192,6 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/docs/html/r.watershed.html
%%GRASS_INST_DIR%%/docs/html/r.what.color.html
%%GRASS_INST_DIR%%/docs/html/r.what.html
-%%LAS%%%%GRASS_INST_DIR%%/docs/html/r3_in_lidar.png
%%GRASS_INST_DIR%%/docs/html/r3.colors.html
%%GRASS_INST_DIR%%/docs/html/r3.colors.out.html
%%GRASS_INST_DIR%%/docs/html/r3.cross.rast.html
@@ -1295,7 +1201,6 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/docs/html/r3.gwflow.html
%%GRASS_INST_DIR%%/docs/html/r3.in.ascii.html
%%GRASS_INST_DIR%%/docs/html/r3.in.bin.html
-%%LAS%%%%GRASS_INST_DIR%%/docs/html/r3.in.lidar.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
@@ -1306,7 +1211,6 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/docs/html/r3.null.html
%%GRASS_INST_DIR%%/docs/html/r3.out.ascii.html
%%GRASS_INST_DIR%%/docs/html/r3.out.bin.html
-%%NETCDF%%%%GRASS_INST_DIR%%/docs/html/r3.out.netcdf.html
%%GRASS_INST_DIR%%/docs/html/r3.out.v5d.html
%%GRASS_INST_DIR%%/docs/html/r3.out.vtk.html
%%GRASS_INST_DIR%%/docs/html/r3.retile.html
@@ -1316,14 +1220,92 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/docs/html/r3.to.rast.html
%%GRASS_INST_DIR%%/docs/html/r3.to.rast.png
%%GRASS_INST_DIR%%/docs/html/r3.univar.html
-%%GRASS_INST_DIR%%/docs/html/r3flow_flowlines_color.png
%%GRASS_INST_DIR%%/docs/html/r3flow_flowlines.png
-%%GRASS_INST_DIR%%/docs/html/raster_graphical.html
+%%GRASS_INST_DIR%%/docs/html/r3flow_flowlines_color.png
+%%GRASS_INST_DIR%%/docs/html/r_buffer_road.png
+%%GRASS_INST_DIR%%/docs/html/r_carve_dem_carved.png
+%%GRASS_INST_DIR%%/docs/html/r_carve_dem_carved_accum.png
+%%GRASS_INST_DIR%%/docs/html/r_carve_dem_carved_shaded.png
+%%GRASS_INST_DIR%%/docs/html/r_carve_dem_orig.png
+%%GRASS_INST_DIR%%/docs/html/r_carve_dem_orig_accum.png
+%%GRASS_INST_DIR%%/docs/html/r_carve_dem_orig_shaded.png
+%%GRASS_INST_DIR%%/docs/html/r_clump_lakes.png
+%%GRASS_INST_DIR%%/docs/html/r_clump_lsat.png
+%%GRASS_INST_DIR%%/docs/html/r_contour_using_levels.png
+%%GRASS_INST_DIR%%/docs/html/r_drain.png
+%%GRASS_INST_DIR%%/docs/html/r_drain_with_r_watershed_direction.png
+%%GRASS_INST_DIR%%/docs/html/r_fill_dir.png
+%%GRASS_INST_DIR%%/docs/html/r_fill_stats_01.png
+%%GRASS_INST_DIR%%/docs/html/r_fill_stats_02.png
+%%GRASS_INST_DIR%%/docs/html/r_fill_stats_lidar.png
+%%GRASS_INST_DIR%%/docs/html/r_fill_stats_smoothing.png
+%%GRASS_INST_DIR%%/docs/html/r_flow_accumulation.png
+%%GRASS_INST_DIR%%/docs/html/r_flow_length.png
+%%GRASS_INST_DIR%%/docs/html/r_flow_line.png
+%%GRASS_INST_DIR%%/docs/html/r_geomorphon.png
+%%GRASS_INST_DIR%%/docs/html/r_geomorphon_summits.png
+%%GRASS_INST_DIR%%/docs/html/r_grow_distance.png
+%%GRASS_INST_DIR%%/docs/html/r_grow_distance_sea.png
+%%GRASS_INST_DIR%%/docs/html/r_grow_distance_zoom.png
+%%GRASS_INST_DIR%%/docs/html/r_gwflow_concept.png
+%%GRASS_INST_DIR%%/docs/html/r_in_wms_sentinel2.jpg
+%%GRASS_INST_DIR%%/docs/html/r_lake_lidar_dem.jpg
+%%GRASS_INST_DIR%%/docs/html/r_li_dominance_formula.png
+%%GRASS_INST_DIR%%/docs/html/r_li_edgedensity_formula_1.png
+%%GRASS_INST_DIR%%/docs/html/r_li_edgedensity_formula_2.png
+%%GRASS_INST_DIR%%/docs/html/r_li_pielou.png
+%%GRASS_INST_DIR%%/docs/html/r_li_renyi.png
+%%GRASS_INST_DIR%%/docs/html/r_li_richness_formula.png
+%%GRASS_INST_DIR%%/docs/html/r_li_shannon_formula.png
+%%GRASS_INST_DIR%%/docs/html/r_li_simpson_formula.png
+%%GRASS_INST_DIR%%/docs/html/r_mapcalc_simple.png
+%%GRASS_INST_DIR%%/docs/html/r_param_scale_morph.jpg
+%%GRASS_INST_DIR%%/docs/html/r_patch.png
+%%GRASS_INST_DIR%%/docs/html/r_patch_zeros_as_nulls.png
+%%GRASS_INST_DIR%%/docs/html/r_path.png
+%%GRASS_INST_DIR%%/docs/html/r_path_with_bitmask.png
+%%GRASS_INST_DIR%%/docs/html/r_path_with_r_watershed_direction.png
+%%GRASS_INST_DIR%%/docs/html/r_plane_3d.png
+%%GRASS_INST_DIR%%/docs/html/r_random_cells.png
+%%GRASS_INST_DIR%%/docs/html/r_random_surface.jpg
+%%GRASS_INST_DIR%%/docs/html/r_random_surface_hist.png
+%%GRASS_INST_DIR%%/docs/html/r_relief.png
+%%GRASS_INST_DIR%%/docs/html/r_resamp_interp_new_250m.png
+%%GRASS_INST_DIR%%/docs/html/r_resamp_interp_orig_500m.png
+%%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
+%%GRASS_INST_DIR%%/docs/html/r_slope_aspect_slope.png
+%%GRASS_INST_DIR%%/docs/html/r_slope_aspect_tcurv.png
+%%GRASS_INST_DIR%%/docs/html/r_stream_extract_accum_orig_zoom.png
+%%GRASS_INST_DIR%%/docs/html/r_stream_extract_accum_weighted_zoom.png
+%%GRASS_INST_DIR%%/docs/html/r_stream_extract_streams_noweight.png
+%%GRASS_INST_DIR%%/docs/html/r_stream_extract_streams_weighed.png
+%%GRASS_INST_DIR%%/docs/html/r_stream_extract_weights_zoom.png
+%%GRASS_INST_DIR%%/docs/html/r_sunhours.png
+%%GRASS_INST_DIR%%/docs/html/r_surf_fractal.jpg
+%%GRASS_INST_DIR%%/docs/html/r_surf_fractal_simple.png
+%%GRASS_INST_DIR%%/docs/html/r_surf_gauss.jpg
+%%GRASS_INST_DIR%%/docs/html/r_surf_gauss_hist.png
+%%GRASS_INST_DIR%%/docs/html/r_surf_random.jpg
+%%GRASS_INST_DIR%%/docs/html/r_surf_random_hist.png
+%%GRASS_INST_DIR%%/docs/html/r_texture_directions_example.png
+%%GRASS_INST_DIR%%/docs/html/r_thin_network.png
+%%GRASS_INST_DIR%%/docs/html/r_thin_vectorized.png
+%%GRASS_INST_DIR%%/docs/html/r_topidx.png
+%%GRASS_INST_DIR%%/docs/html/r_volume_lake.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
%%GRASS_INST_DIR%%/docs/html/raster3d_layout.png
-%%GRASS_INST_DIR%%/docs/html/raster3d.html
%%GRASS_INST_DIR%%/docs/html/raster3dintro.html
+%%GRASS_INST_DIR%%/docs/html/raster_graphical.html
%%GRASS_INST_DIR%%/docs/html/rasterintro.html
%%GRASS_INST_DIR%%/docs/html/rcost_knightsmove.png
%%GRASS_INST_DIR%%/docs/html/rcost_solvedir.png
@@ -1341,14 +1323,15 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/docs/html/rterraflow_accumulation.png
%%GRASS_INST_DIR%%/docs/html/rterraflow_dir2.png
%%GRASS_INST_DIR%%/docs/html/rterraflow_dir3.png
-%%GRASS_INST_DIR%%/docs/html/runivar_basins_elev_zonal.png
%%GRASS_INST_DIR%%/docs/html/runivar_basins.png
+%%GRASS_INST_DIR%%/docs/html/runivar_basins_elev_zonal.png
%%GRASS_INST_DIR%%/docs/html/slope.png
%%GRASS_INST_DIR%%/docs/html/sql.html
%%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.downgrade.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
@@ -1397,18 +1380,20 @@ bin/grass%%VER%%
%%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_graphical.html
%%GRASS_INST_DIR%%/docs/html/temporal.html
+%%GRASS_INST_DIR%%/docs/html/temporal_graphical.html
%%GRASS_INST_DIR%%/docs/html/temporalintro.html
%%GRASS_INST_DIR%%/docs/html/test.r3flow.html
%%GRASS_INST_DIR%%/docs/html/test.raster3d.lib.html
%%GRASS_INST_DIR%%/docs/html/timeline_2D.jpg
%%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_aggregation.html
%%GRASS_INST_DIR%%/docs/html/topic_albedo.html
%%GRASS_INST_DIR%%/docs/html/topic_algebra.html
-%%NOTONI386%%%%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
@@ -1445,7 +1430,6 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/docs/html/topic_gradient.html
%%GRASS_INST_DIR%%/docs/html/topic_graphics.html
%%GRASS_INST_DIR%%/docs/html/topic_groundwater_flow.html
-%%GRASS_INST_DIR%%/docs/html/topic_GUI.html
%%GRASS_INST_DIR%%/docs/html/topic_histogram.html
%%GRASS_INST_DIR%%/docs/html/topic_hydrology.html
%%GRASS_INST_DIR%%/docs/html/topic_imagery_quality_assessment.html
@@ -1455,7 +1439,6 @@ bin/grass%%VER%%
%%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_LIDAR.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
@@ -1482,7 +1465,6 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/docs/html/topic_rectify.html
%%GRASS_INST_DIR%%/docs/html/topic_resample.html
%%GRASS_INST_DIR%%/docs/html/topic_rescale.html
-%%GRASS_INST_DIR%%/docs/html/topic_RGB.html
%%GRASS_INST_DIR%%/docs/html/topic_sampling.html
%%GRASS_INST_DIR%%/docs/html/topic_segmentation.html
%%GRASS_INST_DIR%%/docs/html/topic_series.html
@@ -1500,90 +1482,11 @@ bin/grass%%VER%%
%%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
-%%NOTONI386%%%%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_area_s.png
-%%GRASS_INST_DIR%%/docs/html/v_buffer_area.png
-%%GRASS_INST_DIR%%/docs/html/v_buffer_areas_int.png
-%%GRASS_INST_DIR%%/docs/html/v_buffer_areas.png
-%%GRASS_INST_DIR%%/docs/html/v_buffer_line_c.png
-%%GRASS_INST_DIR%%/docs/html/v_buffer_line_s.png
-%%GRASS_INST_DIR%%/docs/html/v_buffer_line.png
-%%GRASS_INST_DIR%%/docs/html/v_buffer_lines.png
-%%GRASS_INST_DIR%%/docs/html/v_buffer_no_cap.png
-%%GRASS_INST_DIR%%/docs/html/v_buffer_point_s.png
-%%GRASS_INST_DIR%%/docs/html/v_buffer_points.png
-%%GRASS_INST_DIR%%/docs/html/v_buffer_rounded_cap.png
-%%GRASS_INST_DIR%%/docs/html/v_buffer_square_cap.png
-%%GRASS_INST_DIR%%/docs/html/v_centroids.png
-%%GRASS_INST_DIR%%/docs/html/v_clean_rmsa.png
-%%GRASS_INST_DIR%%/docs/html/v_clean.png
-%%GRASS_INST_DIR%%/docs/html/v_clip_poly.png
-%%GRASS_INST_DIR%%/docs/html/v_clip_region.png
-%%GRASS_INST_DIR%%/docs/html/v_cluster_4_methods.png
-%%GRASS_INST_DIR%%/docs/html/v_decimate_count.png
-%%GRASS_INST_DIR%%/docs/html/v_decimate_grid_cat.png
-%%GRASS_INST_DIR%%/docs/html/v_decimate_original.png
-%%GRASS_INST_DIR%%/docs/html/v_delaunay.png
-%%GRASS_INST_DIR%%/docs/html/v_generalize_simplify.png
-%%GRASS_INST_DIR%%/docs/html/v_generalize_smooth.png
-%%GRASS_INST_DIR%%/docs/html/v_hull_3d.png
-%%GRASS_INST_DIR%%/docs/html/v_hull.png
-%%GRASS_INST_DIR%%/docs/html/v_kernel.png
-%%GRASS_INST_DIR%%/docs/html/v_label_sa.jpg
-%%GRASS_INST_DIR%%/docs/html/v_lidar_edgedetection_objects.png
-%%GRASS_INST_DIR%%/docs/html/v_lidar_edgedetection.png
-%%GRASS_INST_DIR%%/docs/html/v_mkgrid_hexagons.png
-%%GRASS_INST_DIR%%/docs/html/v_mkgrid_ppattern.png
-%%GRASS_INST_DIR%%/docs/html/v_mkgrid.png
-%%GRASS_INST_DIR%%/docs/html/v_net_alloc_from_centers.png
-%%GRASS_INST_DIR%%/docs/html/v_net_alloc_time.png
-%%GRASS_INST_DIR%%/docs/html/v_net_alloc_to_centers.png
-%%GRASS_INST_DIR%%/docs/html/v_net_alloc.png
-%%GRASS_INST_DIR%%/docs/html/v_net_visibility.png
-%%GRASS_INST_DIR%%/docs/html/v_overlay_area_lines.png
-%%GRASS_INST_DIR%%/docs/html/v_overlay_census_wake2000.png
-%%GRASS_INST_DIR%%/docs/html/v_overlay_op_and.png
-%%GRASS_INST_DIR%%/docs/html/v_overlay_op_not.png
-%%GRASS_INST_DIR%%/docs/html/v_overlay_op_or.png
-%%GRASS_INST_DIR%%/docs/html/v_overlay_op_xor.png
-%%GRASS_INST_DIR%%/docs/html/v_overlay_poly_1_2_a_o_n_x.png
-%%GRASS_INST_DIR%%/docs/html/v_overlay_poly_1_2.png
-%%GRASS_INST_DIR%%/docs/html/v_overlay_urban_census2000.png
-%%GRASS_INST_DIR%%/docs/html/v_overlay_urbanarea.png
-%%GRASS_INST_DIR%%/docs/html/v_perturb_normal.png
-%%GRASS_INST_DIR%%/docs/html/v_perturb_uniform.png
-%%GRASS_INST_DIR%%/docs/html/v_qcount_1.png
-%%GRASS_INST_DIR%%/docs/html/v_qcount_2.png
-%%GRASS_INST_DIR%%/docs/html/v_qcount_3.png
-%%GRASS_INST_DIR%%/docs/html/v_qcount_4.png
-%%GRASS_INST_DIR%%/docs/html/v_qcount_5.png
-%%GRASS_INST_DIR%%/docs/html/v_random_points_in_polygon.png
-%%GRASS_INST_DIR%%/docs/html/v_segment_spaced_percent_points.jpg
-%%GRASS_INST_DIR%%/docs/html/v_segment_spaced_points.jpg
-%%GRASS_INST_DIR%%/docs/html/v_segment_spaced_right_points.jpg
-%%GRASS_INST_DIR%%/docs/html/v_segment_subline.jpg
-%%GRASS_INST_DIR%%/docs/html/v_select_op_contains_pnts.png
-%%GRASS_INST_DIR%%/docs/html/v_select_op_contains_pol.png
-%%GRASS_INST_DIR%%/docs/html/v_select_op_crosses.png
-%%GRASS_INST_DIR%%/docs/html/v_select_op_disjoint.png
-%%GRASS_INST_DIR%%/docs/html/v_select_op_equals.png
-%%GRASS_INST_DIR%%/docs/html/v_select_op_intersects.png
-%%GRASS_INST_DIR%%/docs/html/v_select_op_overlap.png
-%%GRASS_INST_DIR%%/docs/html/v_select_op_overlaps.png
-%%GRASS_INST_DIR%%/docs/html/v_select_op_touches.png
-%%GRASS_INST_DIR%%/docs/html/v_select_op_within.png
-%%GRASS_INST_DIR%%/docs/html/v_to_rast_binning.png
-%%GRASS_INST_DIR%%/docs/html/v_to_rast_direction.png
-%%GRASS_INST_DIR%%/docs/html/v_to_rast3_test.png
-%%GRASS_INST_DIR%%/docs/html/v_vect_stats.png
-%%GRASS_INST_DIR%%/docs/html/v_voronoi_areas.png
-%%GRASS_INST_DIR%%/docs/html/v_voronoi_points.png
-%%GRASS_INST_DIR%%/docs/html/v_voronoi_skeleton.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
@@ -1626,11 +1529,9 @@ bin/grass%%VER%%
%%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
-%%LAS%%%%GRASS_INST_DIR%%/docs/html/v.in.lidar.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
-%%NOTONI386%%%%GRASS_INST_DIR%%/docs/html/v.in.pdal.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
@@ -1667,8 +1568,6 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/docs/html/v.out.ascii.html
%%GRASS_INST_DIR%%/docs/html/v.out.dxf.html
%%GRASS_INST_DIR%%/docs/html/v.out.ogr.html
-%%LAS%%%%GRASS_INST_DIR%%/docs/html/v.out.lidar.html
-%%PGSQL%%%%GRASS_INST_DIR%%/docs/html/v.out.postgis.html
%%GRASS_INST_DIR%%/docs/html/v.out.pov.html
%%GRASS_INST_DIR%%/docs/html/v.out.svg.html
%%GRASS_INST_DIR%%/docs/html/v.out.vtk.html
@@ -1713,10 +1612,88 @@ bin/grass%%VER%%
%%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
+%%GRASS_INST_DIR%%/docs/html/v_buffer_areas_int.png
+%%GRASS_INST_DIR%%/docs/html/v_buffer_line.png
+%%GRASS_INST_DIR%%/docs/html/v_buffer_line_c.png
+%%GRASS_INST_DIR%%/docs/html/v_buffer_line_s.png
+%%GRASS_INST_DIR%%/docs/html/v_buffer_lines.png
+%%GRASS_INST_DIR%%/docs/html/v_buffer_no_cap.png
+%%GRASS_INST_DIR%%/docs/html/v_buffer_point_s.png
+%%GRASS_INST_DIR%%/docs/html/v_buffer_points.png
+%%GRASS_INST_DIR%%/docs/html/v_buffer_rounded_cap.png
+%%GRASS_INST_DIR%%/docs/html/v_buffer_square_cap.png
+%%GRASS_INST_DIR%%/docs/html/v_centroids.png
+%%GRASS_INST_DIR%%/docs/html/v_clean.png
+%%GRASS_INST_DIR%%/docs/html/v_clean_rmsa.png
+%%GRASS_INST_DIR%%/docs/html/v_clip_poly.png
+%%GRASS_INST_DIR%%/docs/html/v_clip_region.png
+%%GRASS_INST_DIR%%/docs/html/v_cluster_4_methods.png
+%%GRASS_INST_DIR%%/docs/html/v_decimate_count.png
+%%GRASS_INST_DIR%%/docs/html/v_decimate_grid_cat.png
+%%GRASS_INST_DIR%%/docs/html/v_decimate_original.png
+%%GRASS_INST_DIR%%/docs/html/v_delaunay.png
+%%GRASS_INST_DIR%%/docs/html/v_generalize_simplify.png
+%%GRASS_INST_DIR%%/docs/html/v_generalize_smooth.png
+%%GRASS_INST_DIR%%/docs/html/v_hull.png
+%%GRASS_INST_DIR%%/docs/html/v_hull_3d.png
+%%GRASS_INST_DIR%%/docs/html/v_kernel.png
+%%GRASS_INST_DIR%%/docs/html/v_label_sa.jpg
+%%GRASS_INST_DIR%%/docs/html/v_lidar_edgedetection.png
+%%GRASS_INST_DIR%%/docs/html/v_lidar_edgedetection_objects.png
+%%GRASS_INST_DIR%%/docs/html/v_mkgrid.png
+%%GRASS_INST_DIR%%/docs/html/v_mkgrid_hexagons.png
+%%GRASS_INST_DIR%%/docs/html/v_mkgrid_ppattern.png
+%%GRASS_INST_DIR%%/docs/html/v_net_alloc.png
+%%GRASS_INST_DIR%%/docs/html/v_net_alloc_from_centers.png
+%%GRASS_INST_DIR%%/docs/html/v_net_alloc_time.png
+%%GRASS_INST_DIR%%/docs/html/v_net_alloc_to_centers.png
+%%GRASS_INST_DIR%%/docs/html/v_net_visibility.png
+%%GRASS_INST_DIR%%/docs/html/v_overlay_area_lines.png
+%%GRASS_INST_DIR%%/docs/html/v_overlay_census_wake2000.png
+%%GRASS_INST_DIR%%/docs/html/v_overlay_op_and.png
+%%GRASS_INST_DIR%%/docs/html/v_overlay_op_not.png
+%%GRASS_INST_DIR%%/docs/html/v_overlay_op_or.png
+%%GRASS_INST_DIR%%/docs/html/v_overlay_op_xor.png
+%%GRASS_INST_DIR%%/docs/html/v_overlay_poly_1_2.png
+%%GRASS_INST_DIR%%/docs/html/v_overlay_poly_1_2_a_o_n_x.png
+%%GRASS_INST_DIR%%/docs/html/v_overlay_urban_census2000.png
+%%GRASS_INST_DIR%%/docs/html/v_overlay_urbanarea.png
+%%GRASS_INST_DIR%%/docs/html/v_perturb_normal.png
+%%GRASS_INST_DIR%%/docs/html/v_perturb_uniform.png
+%%GRASS_INST_DIR%%/docs/html/v_qcount_1.png
+%%GRASS_INST_DIR%%/docs/html/v_qcount_2.png
+%%GRASS_INST_DIR%%/docs/html/v_qcount_3.png
+%%GRASS_INST_DIR%%/docs/html/v_qcount_4.png
+%%GRASS_INST_DIR%%/docs/html/v_qcount_5.png
+%%GRASS_INST_DIR%%/docs/html/v_random_points_in_polygon.png
+%%GRASS_INST_DIR%%/docs/html/v_segment_spaced_percent_points.jpg
+%%GRASS_INST_DIR%%/docs/html/v_segment_spaced_points.jpg
+%%GRASS_INST_DIR%%/docs/html/v_segment_spaced_right_points.jpg
+%%GRASS_INST_DIR%%/docs/html/v_segment_subline.jpg
+%%GRASS_INST_DIR%%/docs/html/v_select_op_contains_pnts.png
+%%GRASS_INST_DIR%%/docs/html/v_select_op_contains_pol.png
+%%GRASS_INST_DIR%%/docs/html/v_select_op_crosses.png
+%%GRASS_INST_DIR%%/docs/html/v_select_op_disjoint.png
+%%GRASS_INST_DIR%%/docs/html/v_select_op_equals.png
+%%GRASS_INST_DIR%%/docs/html/v_select_op_intersects.png
+%%GRASS_INST_DIR%%/docs/html/v_select_op_overlap.png
+%%GRASS_INST_DIR%%/docs/html/v_select_op_overlaps.png
+%%GRASS_INST_DIR%%/docs/html/v_select_op_touches.png
+%%GRASS_INST_DIR%%/docs/html/v_select_op_within.png
+%%GRASS_INST_DIR%%/docs/html/v_to_rast3_test.png
+%%GRASS_INST_DIR%%/docs/html/v_to_rast_binning.png
+%%GRASS_INST_DIR%%/docs/html/v_to_rast_direction.png
+%%GRASS_INST_DIR%%/docs/html/v_vect_stats.png
+%%GRASS_INST_DIR%%/docs/html/v_voronoi_areas.png
+%%GRASS_INST_DIR%%/docs/html/v_voronoi_points.png
+%%GRASS_INST_DIR%%/docs/html/v_voronoi_skeleton.png
%%GRASS_INST_DIR%%/docs/html/variables.html
%%GRASS_INST_DIR%%/docs/html/vdigit_toolbar.jpg
-%%GRASS_INST_DIR%%/docs/html/vector_graphical.html
%%GRASS_INST_DIR%%/docs/html/vector.html
+%%GRASS_INST_DIR%%/docs/html/vector_graphical.html
%%GRASS_INST_DIR%%/docs/html/vectorascii.html
%%GRASS_INST_DIR%%/docs/html/vectorintro.html
%%GRASS_INST_DIR%%/docs/html/vnetdistance.png
@@ -1731,6 +1708,28 @@ 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
%%GRASS_INST_DIR%%/docs/html/wxGUI_graphical.html
@@ -1759,28 +1758,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/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/wxpyimgview.html
%%GRASS_INST_DIR%%/docs/html/ximgview.html
%%GRASS_INST_DIR%%/docs/html/zipcodes_larger2000ha.png
@@ -1829,8 +1806,8 @@ bin/grass%%VER%%
%%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_graphical.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/database.1.gz
+%%GRASS_INST_DIR%%/docs/man/man1/database_graphical.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/databaseintro.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/db.columns.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/db.connect.1.gz
@@ -1850,8 +1827,8 @@ bin/grass%%VER%%
%%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_graphical.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
%%GRASS_INST_DIR%%/docs/man/man1/full_index.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/g.access.1.gz
@@ -1895,23 +1872,19 @@ bin/grass%%VER%%
%%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_graphical.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/general.1.gz
+%%GRASS_INST_DIR%%/docs/man/man1/general_graphical.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/graphical_index.1.gz
-%%GRASS_INST_DIR%%/docs/man/man1/grass_database.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/grass-dbf.1.gz
-%%MYSQL%%%%GRASS_INST_DIR%%/docs/man/man1/grass-mysql.1.gz
-%%ODBC%%%%GRASS_INST_DIR%%/docs/man/man1/grass-odbc.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/grass-ogr.1.gz
-%%PGSQL%%%%GRASS_INST_DIR%%/docs/man/man1/grass-pg.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/grass-sqlite.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/grass7.1.gz
+%%GRASS_INST_DIR%%/docs/man/man1/grass_database.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/guimodules_graphical.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/helptext.1.gz
%%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
-%%NOTONI386%%%%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
@@ -1958,8 +1931,8 @@ bin/grass%%VER%%
%%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
-%%GRASS_INST_DIR%%/docs/man/man1/imagery_graphical.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/imagery.1.gz
+%%GRASS_INST_DIR%%/docs/man/man1/imagery_graphical.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/imageryintro.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/index.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/keywords.1.gz
@@ -1971,12 +1944,12 @@ bin/grass%%VER%%
%%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_graphical.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/miscellaneous.1.gz
+%%GRASS_INST_DIR%%/docs/man/man1/miscellaneous_graphical.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/parser_standard_options.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/pngdriver.1.gz
-%%GRASS_INST_DIR%%/docs/man/man1/postscript_graphical.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/postscript.1.gz
+%%GRASS_INST_DIR%%/docs/man/man1/postscript_graphical.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/projectionintro.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/ps.map.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/psdriver.1.gz
@@ -2020,7 +1993,6 @@ bin/grass%%VER%%
%%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
-%%LAS%%%%GRASS_INST_DIR%%/docs/man/man1/r.in.lidar.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
@@ -2125,7 +2097,6 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/docs/man/man1/r.surf.gauss.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/r.surf.idw.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/r.surf.random.1.gz
-%%NOTONI386%%%%GRASS_INST_DIR%%/docs/man/man1/r.terraflow.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/r.texture.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/r.thin.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/r.tile.1.gz
@@ -2141,7 +2112,6 @@ bin/grass%%VER%%
%%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
-%%NOTONI386%%%%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
@@ -2156,7 +2126,6 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/docs/man/man1/r3.gwflow.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/r3.in.ascii.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/r3.in.bin.1.gz
-%%LAS%%%%GRASS_INST_DIR%%/docs/man/man1/r3.in.lidar.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
@@ -2167,7 +2136,6 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/docs/man/man1/r3.null.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/r3.out.ascii.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/r3.out.bin.1.gz
-%%NETCDF%%%%GRASS_INST_DIR%%/docs/man/man1/r3.out.netcdf.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/r3.out.v5d.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/r3.out.vtk.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/r3.retile.1.gz
@@ -2176,15 +2144,16 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/docs/man/man1/r3.timestamp.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/r3.to.rast.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/r3.univar.1.gz
-%%GRASS_INST_DIR%%/docs/man/man1/raster_graphical.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/raster.1.gz
-%%GRASS_INST_DIR%%/docs/man/man1/raster3d_graphical.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/raster3d.1.gz
+%%GRASS_INST_DIR%%/docs/man/man1/raster3d_graphical.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/raster3dintro.1.gz
+%%GRASS_INST_DIR%%/docs/man/man1/raster_graphical.1.gz
%%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.downgrade.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
@@ -2232,17 +2201,19 @@ bin/grass%%VER%%
%%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_graphical.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
%%GRASS_INST_DIR%%/docs/man/man1/test.r3flow.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/test.raster3d.lib.1.gz
%%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_aggregation.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/topic_albedo.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/topic_algebra.1.gz
-%%NOTONI386%%%%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
@@ -2279,7 +2250,6 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/docs/man/man1/topic_gradient.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/topic_graphics.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/topic_groundwater_flow.1.gz
-%%GRASS_INST_DIR%%/docs/man/man1/topic_GUI.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/topic_histogram.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/topic_hydrology.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/topic_imagery_quality_assessment.1.gz
@@ -2289,7 +2259,6 @@ bin/grass%%VER%%
%%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_LIDAR.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
@@ -2316,7 +2285,6 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/docs/man/man1/topic_rectify.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/topic_resample.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/topic_rescale.1.gz
-%%GRASS_INST_DIR%%/docs/man/man1/topic_RGB.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/topic_sampling.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/topic_segmentation.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/topic_series.1.gz
@@ -2334,7 +2302,6 @@ bin/grass%%VER%%
%%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_vegetation_index.1.gz
-%%NOTONI386%%%%GRASS_INST_DIR%%/docs/man/man1/topic_viewshed.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/topic_visualization.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/topic_volume.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/topic_voxel.1.gz
@@ -2382,10 +2349,8 @@ bin/grass%%VER%%
%%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
-%%LAS%%%%GRASS_INST_DIR%%/docs/man/man1/v.in.lidar.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/v.in.mapgen.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/v.in.ogr.1.gz
-%%NOTONI386%%%%GRASS_INST_DIR%%/docs/man/man1/v.in.pdal.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
@@ -2422,8 +2387,6 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/docs/man/man1/v.out.ascii.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/v.out.dxf.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/v.out.ogr.1.gz
-%%LAS%%%%GRASS_INST_DIR%%/docs/man/man1/v.out.lidar.1.gz
-%%PGSQL%%%%GRASS_INST_DIR%%/docs/man/man1/v.out.postgis.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/v.out.pov.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/v.out.svg.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/v.out.vtk.1.gz
@@ -2469,11 +2432,10 @@ bin/grass%%VER%%
%%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_graphical.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_graphical.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
@@ -2496,14 +2458,12 @@ bin/grass%%VER%%
%%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
-%%MYSQL%%%%GRASS_INST_DIR%%/driver/db/mysql
%%GRASS_INST_DIR%%/driver/db/ogr
-%%ODBC%%%%GRASS_INST_DIR%%/driver/db/odbc
-%%PGSQL%%%%GRASS_INST_DIR%%/driver/db/pg
-%%SQLITE%%%%GRASS_INST_DIR%%/driver/db/sqlite
+%%GRASS_INST_DIR%%/etc/VERSIONNUMBER
%%GRASS_INST_DIR%%/etc/clean_temp
%%GRASS_INST_DIR%%/etc/colors.desc
%%GRASS_INST_DIR%%/etc/colors/aspect
@@ -2570,45 +2530,45 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/etc/lister/cell
%%GRASS_INST_DIR%%/etc/lister/vector
%%GRASS_INST_DIR%%/etc/lock
+%%GRASS_INST_DIR%%/etc/paint/decorations/NorthArrow1.eps
+%%GRASS_INST_DIR%%/etc/paint/decorations/NorthArrow3.eps
+%%GRASS_INST_DIR%%/etc/paint/decorations/NorthArrow5.eps
%%GRASS_INST_DIR%%/etc/paint/decorations/compass_exterior.eps
%%GRASS_INST_DIR%%/etc/paint/decorations/compass_interior.eps
%%GRASS_INST_DIR%%/etc/paint/decorations/grasslogo.eps
-%%GRASS_INST_DIR%%/etc/paint/decorations/n_arrow1_fancy.eps
%%GRASS_INST_DIR%%/etc/paint/decorations/n_arrow1.eps
+%%GRASS_INST_DIR%%/etc/paint/decorations/n_arrow1_fancy.eps
%%GRASS_INST_DIR%%/etc/paint/decorations/n_arrow2.eps
%%GRASS_INST_DIR%%/etc/paint/decorations/north-arrow_1_simple_half_arrow.eps
-%%GRASS_INST_DIR%%/etc/paint/decorations/NorthArrow1.eps
-%%GRASS_INST_DIR%%/etc/paint/decorations/NorthArrow3.eps
-%%GRASS_INST_DIR%%/etc/paint/decorations/NorthArrow5.eps
%%GRASS_INST_DIR%%/etc/paint/patterns/brick.eps
%%GRASS_INST_DIR%%/etc/paint/patterns/cross_diag.eps
%%GRASS_INST_DIR%%/etc/paint/patterns/cross_diag5.eps
%%GRASS_INST_DIR%%/etc/paint/patterns/cross_normal.eps
%%GRASS_INST_DIR%%/etc/paint/patterns/cross_normal5.eps
-%%GRASS_INST_DIR%%/etc/paint/patterns/diag_down_dash.eps
%%GRASS_INST_DIR%%/etc/paint/patterns/diag_down.eps
%%GRASS_INST_DIR%%/etc/paint/patterns/diag_down6.eps
-%%GRASS_INST_DIR%%/etc/paint/patterns/diag_up_dash.eps
+%%GRASS_INST_DIR%%/etc/paint/patterns/diag_down_dash.eps
%%GRASS_INST_DIR%%/etc/paint/patterns/diag_up.eps
%%GRASS_INST_DIR%%/etc/paint/patterns/diag_up6.eps
-%%GRASS_INST_DIR%%/etc/paint/patterns/horiz_line_dash.eps
+%%GRASS_INST_DIR%%/etc/paint/patterns/diag_up_dash.eps
%%GRASS_INST_DIR%%/etc/paint/patterns/horiz_line.eps
%%GRASS_INST_DIR%%/etc/paint/patterns/horiz_line6.eps
+%%GRASS_INST_DIR%%/etc/paint/patterns/horiz_line_dash.eps
%%GRASS_INST_DIR%%/etc/paint/patterns/horiz_zigzag.eps
%%GRASS_INST_DIR%%/etc/paint/patterns/polka_dot.eps
%%GRASS_INST_DIR%%/etc/paint/patterns/railroad_down.eps
%%GRASS_INST_DIR%%/etc/paint/patterns/railroad_up.eps
-%%GRASS_INST_DIR%%/etc/paint/patterns/vert_line_dash.eps
%%GRASS_INST_DIR%%/etc/paint/patterns/vert_line.eps
%%GRASS_INST_DIR%%/etc/paint/patterns/vert_line6.eps
+%%GRASS_INST_DIR%%/etc/paint/patterns/vert_line_dash.eps
%%GRASS_INST_DIR%%/etc/paint/patterns/vert_zigzag.eps
%%GRASS_INST_DIR%%/etc/paint/prolog.ps
+%%GRASS_INST_DIR%%/etc/proj/FIPS.code
%%GRASS_INST_DIR%%/etc/proj/datum.table
%%GRASS_INST_DIR%%/etc/proj/datumtransform.table
%%GRASS_INST_DIR%%/etc/proj/desc.table
%%GRASS_INST_DIR%%/etc/proj/ellipse.table
%%GRASS_INST_DIR%%/etc/proj/ellipse.table.solar.system
-%%GRASS_INST_DIR%%/etc/proj/FIPS.code
%%GRASS_INST_DIR%%/etc/proj/parms.table
%%GRASS_INST_DIR%%/etc/proj/projections
%%GRASS_INST_DIR%%/etc/proj/state27
@@ -2616,8 +2576,21 @@ 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/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
%%GRASS_INST_DIR%%/etc/python/grass/exceptions/__init__.py
+%%GRASS_INST_DIR%%/etc/python/grass/exceptions/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
%%GRASS_INST_DIR%%/etc/python/grass/gunittest/__init__.py
+%%GRASS_INST_DIR%%/etc/python/grass/gunittest/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/gunittest/__pycache__/case.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/gunittest/__pycache__/checkers.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/gunittest/__pycache__/gmodules.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/gunittest/__pycache__/gutils.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/gunittest/__pycache__/invoker.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/gunittest/__pycache__/loader.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/gunittest/__pycache__/main.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/gunittest/__pycache__/reporters.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/gunittest/__pycache__/runner.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/gunittest/__pycache__/utils.cpython-%%PYTHON_SUFFIX%%.pyc
%%GRASS_INST_DIR%%/etc/python/grass/gunittest/case.py
%%GRASS_INST_DIR%%/etc/python/grass/gunittest/checkers.py
%%GRASS_INST_DIR%%/etc/python/grass/gunittest/gmodules.py
@@ -2629,12 +2602,41 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/etc/python/grass/gunittest/runner.py
%%GRASS_INST_DIR%%/etc/python/grass/gunittest/utils.py
%%GRASS_INST_DIR%%/etc/python/grass/imaging/__init__.py
+%%GRASS_INST_DIR%%/etc/python/grass/imaging/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/imaging/__pycache__/images2avi.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/imaging/__pycache__/images2gif.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/imaging/__pycache__/images2ims.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/imaging/__pycache__/images2swf.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/imaging/__pycache__/operations.cpython-%%PYTHON_SUFFIX%%.pyc
%%GRASS_INST_DIR%%/etc/python/grass/imaging/images2avi.py
%%GRASS_INST_DIR%%/etc/python/grass/imaging/images2gif.py
%%GRASS_INST_DIR%%/etc/python/grass/imaging/images2ims.py
%%GRASS_INST_DIR%%/etc/python/grass/imaging/images2swf.py
%%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/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/lib/__pycache__/arraystats.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/lib/__pycache__/cluster.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/lib/__pycache__/ctypes_loader.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/lib/__pycache__/ctypes_preamble.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/lib/__pycache__/date.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/lib/__pycache__/dbmi.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/lib/__pycache__/display.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/lib/__pycache__/gis.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/lib/__pycache__/gmath.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/lib/__pycache__/imagery.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/lib/__pycache__/nviz.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/lib/__pycache__/ogsf.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/lib/__pycache__/proj.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/lib/__pycache__/raster.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/lib/__pycache__/raster3d.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/lib/__pycache__/rowio.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/lib/__pycache__/rtree.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/lib/__pycache__/segment.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/lib/__pycache__/stats.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/lib/__pycache__/temporal.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/lib/__pycache__/vector.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/lib/__pycache__/vedit.cpython-%%PYTHON_SUFFIX%%.pyc
%%GRASS_INST_DIR%%/etc/python/grass/lib/arraystats.py
%%GRASS_INST_DIR%%/etc/python/grass/lib/cluster.py
%%GRASS_INST_DIR%%/etc/python/grass/lib/ctypes_loader.py
@@ -2658,6 +2660,13 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/etc/python/grass/lib/vector.py
%%GRASS_INST_DIR%%/etc/python/grass/lib/vedit.py
%%GRASS_INST_DIR%%/etc/python/grass/pydispatch/__init__.py
+%%GRASS_INST_DIR%%/etc/python/grass/pydispatch/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/pydispatch/__pycache__/dispatcher.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/pydispatch/__pycache__/errors.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/pydispatch/__pycache__/robust.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/pydispatch/__pycache__/robustapply.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/pydispatch/__pycache__/saferef.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/pydispatch/__pycache__/signal.cpython-%%PYTHON_SUFFIX%%.pyc
%%GRASS_INST_DIR%%/etc/python/grass/pydispatch/dispatcher.py
%%GRASS_INST_DIR%%/etc/python/grass/pydispatch/errors.py
%%GRASS_INST_DIR%%/etc/python/grass/pydispatch/robust.py
@@ -2665,16 +2674,37 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/etc/python/grass/pydispatch/saferef.py
%%GRASS_INST_DIR%%/etc/python/grass/pydispatch/signal.py
%%GRASS_INST_DIR%%/etc/python/grass/pygrass/__init__.py
+%%GRASS_INST_DIR%%/etc/python/grass/pygrass/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/pygrass/__pycache__/errors.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/pygrass/__pycache__/orderdict.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/pygrass/__pycache__/utils.cpython-%%PYTHON_SUFFIX%%.pyc
%%GRASS_INST_DIR%%/etc/python/grass/pygrass/errors.py
%%GRASS_INST_DIR%%/etc/python/grass/pygrass/gis/__init__.py
+%%GRASS_INST_DIR%%/etc/python/grass/pygrass/gis/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/pygrass/gis/__pycache__/region.cpython-%%PYTHON_SUFFIX%%.pyc
%%GRASS_INST_DIR%%/etc/python/grass/pygrass/gis/region.py
%%GRASS_INST_DIR%%/etc/python/grass/pygrass/messages/__init__.py
+%%GRASS_INST_DIR%%/etc/python/grass/pygrass/messages/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
%%GRASS_INST_DIR%%/etc/python/grass/pygrass/modules/__init__.py
+%%GRASS_INST_DIR%%/etc/python/grass/pygrass/modules/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/pygrass/modules/__pycache__/shortcuts.cpython-%%PYTHON_SUFFIX%%.pyc
%%GRASS_INST_DIR%%/etc/python/grass/pygrass/modules/grid/__init__.py
+%%GRASS_INST_DIR%%/etc/python/grass/pygrass/modules/grid/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/pygrass/modules/grid/__pycache__/grid.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/pygrass/modules/grid/__pycache__/patch.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/pygrass/modules/grid/__pycache__/split.cpython-%%PYTHON_SUFFIX%%.pyc
%%GRASS_INST_DIR%%/etc/python/grass/pygrass/modules/grid/grid.py
%%GRASS_INST_DIR%%/etc/python/grass/pygrass/modules/grid/patch.py
%%GRASS_INST_DIR%%/etc/python/grass/pygrass/modules/grid/split.py
%%GRASS_INST_DIR%%/etc/python/grass/pygrass/modules/interface/__init__.py
+%%GRASS_INST_DIR%%/etc/python/grass/pygrass/modules/interface/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/pygrass/modules/interface/__pycache__/docstring.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/pygrass/modules/interface/__pycache__/env.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/pygrass/modules/interface/__pycache__/flag.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/pygrass/modules/interface/__pycache__/module.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/pygrass/modules/interface/__pycache__/parameter.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/pygrass/modules/interface/__pycache__/read.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/pygrass/modules/interface/__pycache__/typedict.cpython-%%PYTHON_SUFFIX%%.pyc
%%GRASS_INST_DIR%%/etc/python/grass/pygrass/modules/interface/docstring.py
%%GRASS_INST_DIR%%/etc/python/grass/pygrass/modules/interface/env.py
%%GRASS_INST_DIR%%/etc/python/grass/pygrass/modules/interface/flag.py
@@ -2685,6 +2715,14 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/etc/python/grass/pygrass/modules/shortcuts.py
%%GRASS_INST_DIR%%/etc/python/grass/pygrass/orderdict.py
%%GRASS_INST_DIR%%/etc/python/grass/pygrass/raster/__init__.py
+%%GRASS_INST_DIR%%/etc/python/grass/pygrass/raster/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/pygrass/raster/__pycache__/abstract.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/pygrass/raster/__pycache__/buffer.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/pygrass/raster/__pycache__/category.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/pygrass/raster/__pycache__/history.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/pygrass/raster/__pycache__/raster_type.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/pygrass/raster/__pycache__/rowio.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/pygrass/raster/__pycache__/segment.cpython-%%PYTHON_SUFFIX%%.pyc
%%GRASS_INST_DIR%%/etc/python/grass/pygrass/raster/abstract.py
%%GRASS_INST_DIR%%/etc/python/grass/pygrass/raster/buffer.py
%%GRASS_INST_DIR%%/etc/python/grass/pygrass/raster/category.py
@@ -2693,15 +2731,31 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/etc/python/grass/pygrass/raster/rowio.py
%%GRASS_INST_DIR%%/etc/python/grass/pygrass/raster/segment.py
%%GRASS_INST_DIR%%/etc/python/grass/pygrass/rpc/__init__.py
+%%GRASS_INST_DIR%%/etc/python/grass/pygrass/rpc/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/pygrass/rpc/__pycache__/base.cpython-%%PYTHON_SUFFIX%%.pyc
%%GRASS_INST_DIR%%/etc/python/grass/pygrass/rpc/base.py
%%GRASS_INST_DIR%%/etc/python/grass/pygrass/shell/__init__.py
+%%GRASS_INST_DIR%%/etc/python/grass/pygrass/shell/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/pygrass/shell/__pycache__/conversion.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/pygrass/shell/__pycache__/show.cpython-%%PYTHON_SUFFIX%%.pyc
%%GRASS_INST_DIR%%/etc/python/grass/pygrass/shell/conversion.py
%%GRASS_INST_DIR%%/etc/python/grass/pygrass/shell/show.py
%%GRASS_INST_DIR%%/etc/python/grass/pygrass/tests/__init__.py
+%%GRASS_INST_DIR%%/etc/python/grass/pygrass/tests/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/pygrass/tests/__pycache__/benchmark.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/pygrass/tests/__pycache__/set_mapset.cpython-%%PYTHON_SUFFIX%%.pyc
%%GRASS_INST_DIR%%/etc/python/grass/pygrass/tests/benchmark.py
%%GRASS_INST_DIR%%/etc/python/grass/pygrass/tests/set_mapset.py
%%GRASS_INST_DIR%%/etc/python/grass/pygrass/utils.py
%%GRASS_INST_DIR%%/etc/python/grass/pygrass/vector/__init__.py
+%%GRASS_INST_DIR%%/etc/python/grass/pygrass/vector/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/pygrass/vector/__pycache__/abstract.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/pygrass/vector/__pycache__/basic.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/pygrass/vector/__pycache__/find.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/pygrass/vector/__pycache__/geometry.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/pygrass/vector/__pycache__/sql.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/pygrass/vector/__pycache__/table.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/pygrass/vector/__pycache__/vector_type.cpython-%%PYTHON_SUFFIX%%.pyc
%%GRASS_INST_DIR%%/etc/python/grass/pygrass/vector/abstract.py
%%GRASS_INST_DIR%%/etc/python/grass/pygrass/vector/basic.py
%%GRASS_INST_DIR%%/etc/python/grass/pygrass/vector/find.py
@@ -2710,6 +2764,16 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/etc/python/grass/pygrass/vector/table.py
%%GRASS_INST_DIR%%/etc/python/grass/pygrass/vector/vector_type.py
%%GRASS_INST_DIR%%/etc/python/grass/script/__init__.py
+%%GRASS_INST_DIR%%/etc/python/grass/script/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/script/__pycache__/array.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/script/__pycache__/core.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/script/__pycache__/db.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/script/__pycache__/raster.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/script/__pycache__/raster3d.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/script/__pycache__/setup.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/script/__pycache__/task.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/script/__pycache__/utils.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/script/__pycache__/vector.cpython-%%PYTHON_SUFFIX%%.pyc
%%GRASS_INST_DIR%%/etc/python/grass/script/array.py
%%GRASS_INST_DIR%%/etc/python/grass/script/core.py
%%GRASS_INST_DIR%%/etc/python/grass/script/db.py
@@ -2720,6 +2784,41 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/etc/python/grass/script/utils.py
%%GRASS_INST_DIR%%/etc/python/grass/script/vector.py
%%GRASS_INST_DIR%%/etc/python/grass/temporal/__init__.py
+%%GRASS_INST_DIR%%/etc/python/grass/temporal/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/temporal/__pycache__/abstract_dataset.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/temporal/__pycache__/abstract_map_dataset.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/temporal/__pycache__/abstract_space_time_dataset.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/temporal/__pycache__/aggregation.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/temporal/__pycache__/base.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/temporal/__pycache__/c_libraries_interface.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/temporal/__pycache__/core.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/temporal/__pycache__/datetime_math.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/temporal/__pycache__/extract.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/temporal/__pycache__/factory.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/temporal/__pycache__/gui_support.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/temporal/__pycache__/list_stds.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/temporal/__pycache__/mapcalc.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/temporal/__pycache__/metadata.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/temporal/__pycache__/open_stds.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/temporal/__pycache__/register.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/temporal/__pycache__/sampling.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/temporal/__pycache__/space_time_datasets.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/temporal/__pycache__/spatial_extent.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/temporal/__pycache__/spatial_topology_dataset_connector.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/temporal/__pycache__/spatio_temporal_relationships.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/temporal/__pycache__/stds_export.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/temporal/__pycache__/stds_import.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/temporal/__pycache__/temporal_algebra.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/temporal/__pycache__/temporal_extent.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/temporal/__pycache__/temporal_granularity.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/temporal/__pycache__/temporal_operator.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/temporal/__pycache__/temporal_raster3d_algebra.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/temporal/__pycache__/temporal_raster_algebra.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/temporal/__pycache__/temporal_raster_base_algebra.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/temporal/__pycache__/temporal_topology_dataset_connector.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/temporal/__pycache__/temporal_vector_algebra.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/temporal/__pycache__/unit_tests.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/temporal/__pycache__/univar_statistics.cpython-%%PYTHON_SUFFIX%%.pyc
%%GRASS_INST_DIR%%/etc/python/grass/temporal/abstract_dataset.py
%%GRASS_INST_DIR%%/etc/python/grass/temporal/abstract_map_dataset.py
%%GRASS_INST_DIR%%/etc/python/grass/temporal/abstract_space_time_dataset.py
@@ -2747,13 +2846,18 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/etc/python/grass/temporal/temporal_extent.py
%%GRASS_INST_DIR%%/etc/python/grass/temporal/temporal_granularity.py
%%GRASS_INST_DIR%%/etc/python/grass/temporal/temporal_operator.py
+%%GRASS_INST_DIR%%/etc/python/grass/temporal/temporal_raster3d_algebra.py
%%GRASS_INST_DIR%%/etc/python/grass/temporal/temporal_raster_algebra.py
%%GRASS_INST_DIR%%/etc/python/grass/temporal/temporal_raster_base_algebra.py
-%%GRASS_INST_DIR%%/etc/python/grass/temporal/temporal_raster3d_algebra.py
%%GRASS_INST_DIR%%/etc/python/grass/temporal/temporal_topology_dataset_connector.py
%%GRASS_INST_DIR%%/etc/python/grass/temporal/temporal_vector_algebra.py
%%GRASS_INST_DIR%%/etc/python/grass/temporal/unit_tests.py
%%GRASS_INST_DIR%%/etc/python/grass/temporal/univar_statistics.py
+%%GRASS_INST_DIR%%/etc/r.in.wms/__pycache__/srs.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/r.in.wms/__pycache__/wms_base.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/r.in.wms/__pycache__/wms_cap_parsers.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/r.in.wms/__pycache__/wms_drv.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/r.in.wms/__pycache__/wms_gdal_drv.cpython-%%PYTHON_SUFFIX%%.pyc
%%GRASS_INST_DIR%%/etc/r.in.wms/srs.py
%%GRASS_INST_DIR%%/etc/r.in.wms/wms_base.py
%%GRASS_INST_DIR%%/etc/r.in.wms/wms_cap_parsers.py
@@ -2763,13 +2867,15 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/etc/r.watershed/seg
%%GRASS_INST_DIR%%/etc/renamed_options
%%GRASS_INST_DIR%%/etc/run
+%%GRASS_INST_DIR%%/etc/sql/downgrade_db_3_to_2.sql
+%%GRASS_INST_DIR%%/etc/sql/drop_views.sql
%%GRASS_INST_DIR%%/etc/sql/map_tables_template.sql
%%GRASS_INST_DIR%%/etc/sql/postgresql_delete_trigger.sql
%%GRASS_INST_DIR%%/etc/sql/postgresql_indexes.sql
-%%GRASS_INST_DIR%%/etc/sql/raster_metadata_table.sql
-%%GRASS_INST_DIR%%/etc/sql/raster_views.sql
%%GRASS_INST_DIR%%/etc/sql/raster3d_metadata_table.sql
%%GRASS_INST_DIR%%/etc/sql/raster3d_views.sql
+%%GRASS_INST_DIR%%/etc/sql/raster_metadata_table.sql
+%%GRASS_INST_DIR%%/etc/sql/raster_views.sql
%%GRASS_INST_DIR%%/etc/sql/sqlite3_delete_trigger.sql
%%GRASS_INST_DIR%%/etc/sql/sqlite3_indexes.sql
%%GRASS_INST_DIR%%/etc/sql/stds_map_register_table_template.sql
@@ -2856,7 +2962,6 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/etc/symbol/n_arrows/n_arrow8a
%%GRASS_INST_DIR%%/etc/symbol/n_arrows/n_arrow8b
%%GRASS_INST_DIR%%/etc/symbol/n_arrows/n_arrow9
-%%GRASS_INST_DIR%%/etc/VERSIONNUMBER
%%GRASS_INST_DIR%%/etc/wxpyimgview_gui.py
%%GRASS_INST_DIR%%/fonts/cyrilc.hmp
%%GRASS_INST_DIR%%/fonts/fonts.table
@@ -2881,7 +2986,6 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/fonts/romant.hmp
%%GRASS_INST_DIR%%/fonts/scriptc.hmp
%%GRASS_INST_DIR%%/fonts/scripts.hmp
-%%GRASS_INST_DIR%%/GPL.TXT
%%GRASS_INST_DIR%%/gui/icons/flags/af.png
%%GRASS_INST_DIR%%/gui/icons/flags/am.png
%%GRASS_INST_DIR%%/gui/icons/flags/ar.png
@@ -2913,8 +3017,8 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/gui/icons/flags/nl.png
%%GRASS_INST_DIR%%/gui/icons/flags/no.png
%%GRASS_INST_DIR%%/gui/icons/flags/pl.png
-%%GRASS_INST_DIR%%/gui/icons/flags/pt_br.png
%%GRASS_INST_DIR%%/gui/icons/flags/pt.png
+%%GRASS_INST_DIR%%/gui/icons/flags/pt_br.png
%%GRASS_INST_DIR%%/gui/icons/flags/ro.png
%%GRASS_INST_DIR%%/gui/icons/flags/ru.png
%%GRASS_INST_DIR%%/gui/icons/flags/sk.png
@@ -2928,16 +3032,8 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/gui/icons/flags/uk.png
%%GRASS_INST_DIR%%/gui/icons/flags/vi.png
%%GRASS_INST_DIR%%/gui/icons/flags/xh.png
-%%GRASS_INST_DIR%%/gui/icons/flags/zh_tw.png
%%GRASS_INST_DIR%%/gui/icons/flags/zh.png
-%%GRASS_INST_DIR%%/gui/icons/grass_cmd.ico
-%%GRASS_INST_DIR%%/gui/icons/grass_dialog.ico
-%%GRASS_INST_DIR%%/gui/icons/grass_map.ico
-%%GRASS_INST_DIR%%/gui/icons/grass_msys.ico
-%%GRASS_INST_DIR%%/gui/icons/grass_nviz.ico
-%%GRASS_INST_DIR%%/gui/icons/grass_osgeo.ico
-%%GRASS_INST_DIR%%/gui/icons/grass_sql.ico
-%%GRASS_INST_DIR%%/gui/icons/grass_web.ico
+%%GRASS_INST_DIR%%/gui/icons/flags/zh_tw.png
%%GRASS_INST_DIR%%/gui/icons/grass-128x128.png
%%GRASS_INST_DIR%%/gui/icons/grass-16x16.png
%%GRASS_INST_DIR%%/gui/icons/grass-192x192.png
@@ -3105,6 +3201,14 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/gui/icons/grass/zoom-more.png
%%GRASS_INST_DIR%%/gui/icons/grass/zoom-out.png
%%GRASS_INST_DIR%%/gui/icons/grass/zoom-region.png
+%%GRASS_INST_DIR%%/gui/icons/grass_cmd.ico
+%%GRASS_INST_DIR%%/gui/icons/grass_dialog.ico
+%%GRASS_INST_DIR%%/gui/icons/grass_map.ico
+%%GRASS_INST_DIR%%/gui/icons/grass_msys.ico
+%%GRASS_INST_DIR%%/gui/icons/grass_nviz.ico
+%%GRASS_INST_DIR%%/gui/icons/grass_osgeo.ico
+%%GRASS_INST_DIR%%/gui/icons/grass_sql.ico
+%%GRASS_INST_DIR%%/gui/icons/grass_web.ico
%%GRASS_INST_DIR%%/gui/icons/wingrass.ico
%%GRASS_INST_DIR%%/gui/images/grass_form.png
%%GRASS_INST_DIR%%/gui/images/grass_world3-nq8.png
@@ -3115,8 +3219,8 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/gui/images/small_down_arrow.png
%%GRASS_INST_DIR%%/gui/images/small_up_arrow.png
%%GRASS_INST_DIR%%/gui/images/splash_screen.png
-%%GRASS_INST_DIR%%/gui/images/startup_banner_isis.png
%%GRASS_INST_DIR%%/gui/images/startup_banner.png
+%%GRASS_INST_DIR%%/gui/images/startup_banner_isis.png
%%GRASS_INST_DIR%%/gui/images/symbols/basic/arrow.png
%%GRASS_INST_DIR%%/gui/images/symbols/basic/arrow1.png
%%GRASS_INST_DIR%%/gui/images/symbols/basic/arrow2.png
@@ -3130,8 +3234,8 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/gui/images/symbols/basic/hexagon.png
%%GRASS_INST_DIR%%/gui/images/symbols/basic/marker.png
%%GRASS_INST_DIR%%/gui/images/symbols/basic/octagon.png
-%%GRASS_INST_DIR%%/gui/images/symbols/basic/pin_dot.png
%%GRASS_INST_DIR%%/gui/images/symbols/basic/pin.png
+%%GRASS_INST_DIR%%/gui/images/symbols/basic/pin_dot.png
%%GRASS_INST_DIR%%/gui/images/symbols/basic/point.png
%%GRASS_INST_DIR%%/gui/images/symbols/basic/pushpin.png
%%GRASS_INST_DIR%%/gui/images/symbols/basic/star.png
@@ -3169,10 +3273,10 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/gui/images/symbols/geology/strike_line.png
%%GRASS_INST_DIR%%/gui/images/symbols/geology/strike_parallel.png
%%GRASS_INST_DIR%%/gui/images/symbols/geology/strike_triangle.png
-%%GRASS_INST_DIR%%/gui/images/symbols/legend/area_curved.png
%%GRASS_INST_DIR%%/gui/images/symbols/legend/area.png
-%%GRASS_INST_DIR%%/gui/images/symbols/legend/line_crooked.png
+%%GRASS_INST_DIR%%/gui/images/symbols/legend/area_curved.png
%%GRASS_INST_DIR%%/gui/images/symbols/legend/line.png
+%%GRASS_INST_DIR%%/gui/images/symbols/legend/line_crooked.png
%%GRASS_INST_DIR%%/gui/images/symbols/n_arrows/basic_compass.png
%%GRASS_INST_DIR%%/gui/images/symbols/n_arrows/fancy_compass.png
%%GRASS_INST_DIR%%/gui/images/symbols/n_arrows/n_arrow1a.png
@@ -3189,7 +3293,24 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/gui/images/symbols/n_arrows/n_arrow9.png
%%GRASS_INST_DIR%%/gui/scripts/d.rast3d
%%GRASS_INST_DIR%%/gui/scripts/d.wms
+%%GRASS_INST_DIR%%/gui/wxpython/README
+%%GRASS_INST_DIR%%/gui/wxpython/__pycache__/gis_set.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/__pycache__/gis_set_error.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/__pycache__/wxgui.cpython-%%PYTHON_SUFFIX%%.pyc
%%GRASS_INST_DIR%%/gui/wxpython/animation/__init__.py
+%%GRASS_INST_DIR%%/gui/wxpython/animation/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/animation/__pycache__/anim.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/animation/__pycache__/controller.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/animation/__pycache__/data.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/animation/__pycache__/dialogs.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/animation/__pycache__/frame.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/animation/__pycache__/g.gui.animation.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/animation/__pycache__/mapwindow.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/animation/__pycache__/nviztask.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/animation/__pycache__/provider.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/animation/__pycache__/temporal_manager.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/animation/__pycache__/toolbars.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/animation/__pycache__/utils.cpython-%%PYTHON_SUFFIX%%.pyc
%%GRASS_INST_DIR%%/gui/wxpython/animation/anim.py
%%GRASS_INST_DIR%%/gui/wxpython/animation/controller.py
%%GRASS_INST_DIR%%/gui/wxpython/animation/data.py
@@ -3203,6 +3324,23 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/gui/wxpython/animation/toolbars.py
%%GRASS_INST_DIR%%/gui/wxpython/animation/utils.py
%%GRASS_INST_DIR%%/gui/wxpython/core/__init__.py
+%%GRASS_INST_DIR%%/gui/wxpython/core/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/core/__pycache__/debug.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/core/__pycache__/gcmd.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/core/__pycache__/gconsole.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/core/__pycache__/giface.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/core/__pycache__/globalvar.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/core/__pycache__/gthread.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/core/__pycache__/layerlist.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/core/__pycache__/menutree.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/core/__pycache__/render.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/core/__pycache__/settings.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/core/__pycache__/toolboxes.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/core/__pycache__/treemodel.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/core/__pycache__/units.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/core/__pycache__/utils.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/core/__pycache__/workspace.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/core/__pycache__/ws.cpython-%%PYTHON_SUFFIX%%.pyc
%%GRASS_INST_DIR%%/gui/wxpython/core/debug.py
%%GRASS_INST_DIR%%/gui/wxpython/core/gcmd.py
%%GRASS_INST_DIR%%/gui/wxpython/core/gconsole.py
@@ -3220,6 +3358,13 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/gui/wxpython/core/workspace.py
%%GRASS_INST_DIR%%/gui/wxpython/core/ws.py
%%GRASS_INST_DIR%%/gui/wxpython/datacatalog/__init__.py
+%%GRASS_INST_DIR%%/gui/wxpython/datacatalog/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/datacatalog/__pycache__/catalog.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/datacatalog/__pycache__/dialogs.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/datacatalog/__pycache__/frame.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/datacatalog/__pycache__/g.gui.datacatalog.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/datacatalog/__pycache__/toolbars.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/datacatalog/__pycache__/tree.cpython-%%PYTHON_SUFFIX%%.pyc
%%GRASS_INST_DIR%%/gui/wxpython/datacatalog/catalog.py
%%GRASS_INST_DIR%%/gui/wxpython/datacatalog/dialogs.py
%%GRASS_INST_DIR%%/gui/wxpython/datacatalog/frame.py
@@ -3227,6 +3372,13 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/gui/wxpython/datacatalog/toolbars.py
%%GRASS_INST_DIR%%/gui/wxpython/datacatalog/tree.py
%%GRASS_INST_DIR%%/gui/wxpython/dbmgr/__init__.py
+%%GRASS_INST_DIR%%/gui/wxpython/dbmgr/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/dbmgr/__pycache__/base.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/dbmgr/__pycache__/dialogs.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/dbmgr/__pycache__/g.gui.dbmgr.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/dbmgr/__pycache__/manager.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/dbmgr/__pycache__/sqlbuilder.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/dbmgr/__pycache__/vinfo.cpython-%%PYTHON_SUFFIX%%.pyc
%%GRASS_INST_DIR%%/gui/wxpython/dbmgr/base.py
%%GRASS_INST_DIR%%/gui/wxpython/dbmgr/dialogs.py
%%GRASS_INST_DIR%%/gui/wxpython/dbmgr/g.gui.dbmgr.py
@@ -3234,14 +3386,29 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/gui/wxpython/dbmgr/sqlbuilder.py
%%GRASS_INST_DIR%%/gui/wxpython/dbmgr/vinfo.py
%%GRASS_INST_DIR%%/gui/wxpython/gcp/__init__.py
+%%GRASS_INST_DIR%%/gui/wxpython/gcp/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/gcp/__pycache__/g.gui.gcp.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/gcp/__pycache__/manager.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/gcp/__pycache__/mapdisplay.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/gcp/__pycache__/statusbar.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/gcp/__pycache__/toolbars.cpython-%%PYTHON_SUFFIX%%.pyc
%%GRASS_INST_DIR%%/gui/wxpython/gcp/g.gui.gcp.py
%%GRASS_INST_DIR%%/gui/wxpython/gcp/manager.py
%%GRASS_INST_DIR%%/gui/wxpython/gcp/mapdisplay.py
%%GRASS_INST_DIR%%/gui/wxpython/gcp/statusbar.py
%%GRASS_INST_DIR%%/gui/wxpython/gcp/toolbars.py
-%%GRASS_INST_DIR%%/gui/wxpython/gis_set_error.py
%%GRASS_INST_DIR%%/gui/wxpython/gis_set.py
+%%GRASS_INST_DIR%%/gui/wxpython/gis_set_error.py
%%GRASS_INST_DIR%%/gui/wxpython/gmodeler/__init__.py
+%%GRASS_INST_DIR%%/gui/wxpython/gmodeler/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/gmodeler/__pycache__/dialogs.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/gmodeler/__pycache__/frame.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/gmodeler/__pycache__/g.gui.gmodeler.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/gmodeler/__pycache__/giface.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/gmodeler/__pycache__/menudata.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/gmodeler/__pycache__/model.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/gmodeler/__pycache__/preferences.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/gmodeler/__pycache__/toolbars.cpython-%%PYTHON_SUFFIX%%.pyc
%%GRASS_INST_DIR%%/gui/wxpython/gmodeler/dialogs.py
%%GRASS_INST_DIR%%/gui/wxpython/gmodeler/frame.py
%%GRASS_INST_DIR%%/gui/wxpython/gmodeler/g.gui.gmodeler.py
@@ -3251,6 +3418,25 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/gui/wxpython/gmodeler/preferences.py
%%GRASS_INST_DIR%%/gui/wxpython/gmodeler/toolbars.py
%%GRASS_INST_DIR%%/gui/wxpython/gui_core/__init__.py
+%%GRASS_INST_DIR%%/gui/wxpython/gui_core/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/gui_core/__pycache__/dialogs.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/gui_core/__pycache__/forms.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/gui_core/__pycache__/ghelp.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/gui_core/__pycache__/goutput.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/gui_core/__pycache__/gselect.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/gui_core/__pycache__/mapdisp.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/gui_core/__pycache__/menu.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/gui_core/__pycache__/preferences.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/gui_core/__pycache__/prompt.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/gui_core/__pycache__/pyedit.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/gui_core/__pycache__/pystc.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/gui_core/__pycache__/query.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/gui_core/__pycache__/simplelmgr.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/gui_core/__pycache__/toolbars.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/gui_core/__pycache__/treeview.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/gui_core/__pycache__/vselect.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/gui_core/__pycache__/widgets.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/gui_core/__pycache__/wrap.cpython-%%PYTHON_SUFFIX%%.pyc
%%GRASS_INST_DIR%%/gui/wxpython/gui_core/dialogs.py
%%GRASS_INST_DIR%%/gui/wxpython/gui_core/forms.py
%%GRASS_INST_DIR%%/gui/wxpython/gui_core/ghelp.py
@@ -3270,6 +3456,14 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/gui/wxpython/gui_core/widgets.py
%%GRASS_INST_DIR%%/gui/wxpython/gui_core/wrap.py
%%GRASS_INST_DIR%%/gui/wxpython/iclass/__init__.py
+%%GRASS_INST_DIR%%/gui/wxpython/iclass/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/iclass/__pycache__/dialogs.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/iclass/__pycache__/digit.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/iclass/__pycache__/frame.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/iclass/__pycache__/g.gui.iclass.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/iclass/__pycache__/plots.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/iclass/__pycache__/statistics.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/iclass/__pycache__/toolbars.cpython-%%PYTHON_SUFFIX%%.pyc
%%GRASS_INST_DIR%%/gui/wxpython/iclass/dialogs.py
%%GRASS_INST_DIR%%/gui/wxpython/iclass/digit.py
%%GRASS_INST_DIR%%/gui/wxpython/iclass/frame.py
@@ -3278,18 +3472,39 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/gui/wxpython/iclass/statistics.py
%%GRASS_INST_DIR%%/gui/wxpython/iclass/toolbars.py
%%GRASS_INST_DIR%%/gui/wxpython/icons/__init__.py
+%%GRASS_INST_DIR%%/gui/wxpython/icons/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/icons/__pycache__/grass_icons.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/icons/__pycache__/icon.cpython-%%PYTHON_SUFFIX%%.pyc
%%GRASS_INST_DIR%%/gui/wxpython/icons/grass_icons.py
%%GRASS_INST_DIR%%/gui/wxpython/icons/icon.py
%%GRASS_INST_DIR%%/gui/wxpython/image2target/__init__.py
+%%GRASS_INST_DIR%%/gui/wxpython/image2target/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/image2target/__pycache__/g.gui.image2target.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/image2target/__pycache__/ii2t_gis_set.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/image2target/__pycache__/ii2t_gis_set_error.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/image2target/__pycache__/ii2t_manager.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/image2target/__pycache__/ii2t_mapdisplay.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/image2target/__pycache__/ii2t_menustrings.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/image2target/__pycache__/ii2t_statusbar.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/image2target/__pycache__/ii2t_toolbars.cpython-%%PYTHON_SUFFIX%%.pyc
%%GRASS_INST_DIR%%/gui/wxpython/image2target/g.gui.image2target.py
-%%GRASS_INST_DIR%%/gui/wxpython/image2target/ii2t_gis_set_error.py
%%GRASS_INST_DIR%%/gui/wxpython/image2target/ii2t_gis_set.py
+%%GRASS_INST_DIR%%/gui/wxpython/image2target/ii2t_gis_set_error.py
%%GRASS_INST_DIR%%/gui/wxpython/image2target/ii2t_manager.py
%%GRASS_INST_DIR%%/gui/wxpython/image2target/ii2t_mapdisplay.py
%%GRASS_INST_DIR%%/gui/wxpython/image2target/ii2t_menustrings.py
%%GRASS_INST_DIR%%/gui/wxpython/image2target/ii2t_statusbar.py
%%GRASS_INST_DIR%%/gui/wxpython/image2target/ii2t_toolbars.py
%%GRASS_INST_DIR%%/gui/wxpython/iscatt/__init__.py
+%%GRASS_INST_DIR%%/gui/wxpython/iscatt/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/iscatt/__pycache__/controllers.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/iscatt/__pycache__/core_c.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/iscatt/__pycache__/dialogs.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/iscatt/__pycache__/frame.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/iscatt/__pycache__/iscatt_core.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/iscatt/__pycache__/plots.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/iscatt/__pycache__/toolbars.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/iscatt/__pycache__/utils.cpython-%%PYTHON_SUFFIX%%.pyc
%%GRASS_INST_DIR%%/gui/wxpython/iscatt/controllers.py
%%GRASS_INST_DIR%%/gui/wxpython/iscatt/core_c.py
%%GRASS_INST_DIR%%/gui/wxpython/iscatt/dialogs.py
@@ -3299,6 +3514,13 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/gui/wxpython/iscatt/toolbars.py
%%GRASS_INST_DIR%%/gui/wxpython/iscatt/utils.py
%%GRASS_INST_DIR%%/gui/wxpython/lmgr/__init__.py
+%%GRASS_INST_DIR%%/gui/wxpython/lmgr/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/lmgr/__pycache__/frame.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/lmgr/__pycache__/giface.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/lmgr/__pycache__/layertree.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/lmgr/__pycache__/menudata.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/lmgr/__pycache__/pyshell.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/lmgr/__pycache__/toolbars.cpython-%%PYTHON_SUFFIX%%.pyc
%%GRASS_INST_DIR%%/gui/wxpython/lmgr/frame.py
%%GRASS_INST_DIR%%/gui/wxpython/lmgr/giface.py
%%GRASS_INST_DIR%%/gui/wxpython/lmgr/layertree.py
@@ -3306,10 +3528,21 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/gui/wxpython/lmgr/pyshell.py
%%GRASS_INST_DIR%%/gui/wxpython/lmgr/toolbars.py
%%GRASS_INST_DIR%%/gui/wxpython/location_wizard/__init__.py
+%%GRASS_INST_DIR%%/gui/wxpython/location_wizard/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/location_wizard/__pycache__/base.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/location_wizard/__pycache__/dialogs.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/location_wizard/__pycache__/wizard.cpython-%%PYTHON_SUFFIX%%.pyc
%%GRASS_INST_DIR%%/gui/wxpython/location_wizard/base.py
%%GRASS_INST_DIR%%/gui/wxpython/location_wizard/dialogs.py
%%GRASS_INST_DIR%%/gui/wxpython/location_wizard/wizard.py
%%GRASS_INST_DIR%%/gui/wxpython/mapdisp/__init__.py
+%%GRASS_INST_DIR%%/gui/wxpython/mapdisp/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/mapdisp/__pycache__/frame.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/mapdisp/__pycache__/gprint.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/mapdisp/__pycache__/main.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/mapdisp/__pycache__/statusbar.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/mapdisp/__pycache__/test_mapdisp.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/mapdisp/__pycache__/toolbars.cpython-%%PYTHON_SUFFIX%%.pyc
%%GRASS_INST_DIR%%/gui/wxpython/mapdisp/frame.py
%%GRASS_INST_DIR%%/gui/wxpython/mapdisp/gprint.py
%%GRASS_INST_DIR%%/gui/wxpython/mapdisp/main.py
@@ -3317,18 +3550,38 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/gui/wxpython/mapdisp/test_mapdisp.py
%%GRASS_INST_DIR%%/gui/wxpython/mapdisp/toolbars.py
%%GRASS_INST_DIR%%/gui/wxpython/mapswipe/__init__.py
+%%GRASS_INST_DIR%%/gui/wxpython/mapswipe/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/mapswipe/__pycache__/dialogs.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/mapswipe/__pycache__/frame.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/mapswipe/__pycache__/g.gui.mapswipe.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/mapswipe/__pycache__/mapwindow.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/mapswipe/__pycache__/toolbars.cpython-%%PYTHON_SUFFIX%%.pyc
%%GRASS_INST_DIR%%/gui/wxpython/mapswipe/dialogs.py
%%GRASS_INST_DIR%%/gui/wxpython/mapswipe/frame.py
%%GRASS_INST_DIR%%/gui/wxpython/mapswipe/g.gui.mapswipe.py
%%GRASS_INST_DIR%%/gui/wxpython/mapswipe/mapwindow.py
%%GRASS_INST_DIR%%/gui/wxpython/mapswipe/toolbars.py
%%GRASS_INST_DIR%%/gui/wxpython/mapwin/__init__.py
+%%GRASS_INST_DIR%%/gui/wxpython/mapwin/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/mapwin/__pycache__/analysis.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/mapwin/__pycache__/base.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/mapwin/__pycache__/buffered.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/mapwin/__pycache__/decorations.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/mapwin/__pycache__/graphics.cpython-%%PYTHON_SUFFIX%%.pyc
%%GRASS_INST_DIR%%/gui/wxpython/mapwin/analysis.py
%%GRASS_INST_DIR%%/gui/wxpython/mapwin/base.py
%%GRASS_INST_DIR%%/gui/wxpython/mapwin/buffered.py
%%GRASS_INST_DIR%%/gui/wxpython/mapwin/decorations.py
%%GRASS_INST_DIR%%/gui/wxpython/mapwin/graphics.py
%%GRASS_INST_DIR%%/gui/wxpython/modules/__init__.py
+%%GRASS_INST_DIR%%/gui/wxpython/modules/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/modules/__pycache__/colorrules.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/modules/__pycache__/extensions.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/modules/__pycache__/histogram.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/modules/__pycache__/import_export.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/modules/__pycache__/mapsets_picker.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/modules/__pycache__/mcalc_builder.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/modules/__pycache__/vclean.cpython-%%PYTHON_SUFFIX%%.pyc
%%GRASS_INST_DIR%%/gui/wxpython/modules/colorrules.py
%%GRASS_INST_DIR%%/gui/wxpython/modules/extensions.py
%%GRASS_INST_DIR%%/gui/wxpython/modules/histogram.py
@@ -3337,6 +3590,14 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/gui/wxpython/modules/mcalc_builder.py
%%GRASS_INST_DIR%%/gui/wxpython/modules/vclean.py
%%GRASS_INST_DIR%%/gui/wxpython/nviz/__init__.py
+%%GRASS_INST_DIR%%/gui/wxpython/nviz/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/nviz/__pycache__/animation.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/nviz/__pycache__/main.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/nviz/__pycache__/mapwindow.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/nviz/__pycache__/preferences.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/nviz/__pycache__/tools.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/nviz/__pycache__/workspace.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/nviz/__pycache__/wxnviz.cpython-%%PYTHON_SUFFIX%%.pyc
%%GRASS_INST_DIR%%/gui/wxpython/nviz/animation.py
%%GRASS_INST_DIR%%/gui/wxpython/nviz/main.py
%%GRASS_INST_DIR%%/gui/wxpython/nviz/mapwindow.py
@@ -3345,12 +3606,26 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/gui/wxpython/nviz/workspace.py
%%GRASS_INST_DIR%%/gui/wxpython/nviz/wxnviz.py
%%GRASS_INST_DIR%%/gui/wxpython/photo2image/__init__.py
+%%GRASS_INST_DIR%%/gui/wxpython/photo2image/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/photo2image/__pycache__/g.gui.photo2image.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/photo2image/__pycache__/ip2i_manager.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/photo2image/__pycache__/ip2i_mapdisplay.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/photo2image/__pycache__/ip2i_statusbar.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/photo2image/__pycache__/ip2i_toolbars.cpython-%%PYTHON_SUFFIX%%.pyc
%%GRASS_INST_DIR%%/gui/wxpython/photo2image/g.gui.photo2image.py
%%GRASS_INST_DIR%%/gui/wxpython/photo2image/ip2i_manager.py
%%GRASS_INST_DIR%%/gui/wxpython/photo2image/ip2i_mapdisplay.py
%%GRASS_INST_DIR%%/gui/wxpython/photo2image/ip2i_statusbar.py
%%GRASS_INST_DIR%%/gui/wxpython/photo2image/ip2i_toolbars.py
%%GRASS_INST_DIR%%/gui/wxpython/psmap/__init__.py
+%%GRASS_INST_DIR%%/gui/wxpython/psmap/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/psmap/__pycache__/dialogs.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/psmap/__pycache__/frame.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/psmap/__pycache__/g.gui.psmap.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/psmap/__pycache__/instructions.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/psmap/__pycache__/menudata.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/psmap/__pycache__/toolbars.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/psmap/__pycache__/utils.cpython-%%PYTHON_SUFFIX%%.pyc
%%GRASS_INST_DIR%%/gui/wxpython/psmap/dialogs.py
%%GRASS_INST_DIR%%/gui/wxpython/psmap/frame.py
%%GRASS_INST_DIR%%/gui/wxpython/psmap/g.gui.psmap.py
@@ -3359,27 +3634,55 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/gui/wxpython/psmap/toolbars.py
%%GRASS_INST_DIR%%/gui/wxpython/psmap/utils.py
%%GRASS_INST_DIR%%/gui/wxpython/rdigit/__init__.py
+%%GRASS_INST_DIR%%/gui/wxpython/rdigit/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/rdigit/__pycache__/controller.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/rdigit/__pycache__/dialogs.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/rdigit/__pycache__/toolbars.cpython-%%PYTHON_SUFFIX%%.pyc
%%GRASS_INST_DIR%%/gui/wxpython/rdigit/controller.py
%%GRASS_INST_DIR%%/gui/wxpython/rdigit/dialogs.py
%%GRASS_INST_DIR%%/gui/wxpython/rdigit/toolbars.py
-%%GRASS_INST_DIR%%/gui/wxpython/README
%%GRASS_INST_DIR%%/gui/wxpython/rlisetup/__init__.py
+%%GRASS_INST_DIR%%/gui/wxpython/rlisetup/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/rlisetup/__pycache__/frame.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/rlisetup/__pycache__/functions.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/rlisetup/__pycache__/g.gui.rlisetup.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/rlisetup/__pycache__/sampling_frame.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/rlisetup/__pycache__/wizard.cpython-%%PYTHON_SUFFIX%%.pyc
%%GRASS_INST_DIR%%/gui/wxpython/rlisetup/frame.py
%%GRASS_INST_DIR%%/gui/wxpython/rlisetup/functions.py
%%GRASS_INST_DIR%%/gui/wxpython/rlisetup/g.gui.rlisetup.py
%%GRASS_INST_DIR%%/gui/wxpython/rlisetup/sampling_frame.py
%%GRASS_INST_DIR%%/gui/wxpython/rlisetup/wizard.py
%%GRASS_INST_DIR%%/gui/wxpython/startup/__init__.py
+%%GRASS_INST_DIR%%/gui/wxpython/startup/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/startup/__pycache__/guiutils.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/startup/__pycache__/locdownload.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/startup/__pycache__/utils.cpython-%%PYTHON_SUFFIX%%.pyc
%%GRASS_INST_DIR%%/gui/wxpython/startup/guiutils.py
%%GRASS_INST_DIR%%/gui/wxpython/startup/locdownload.py
%%GRASS_INST_DIR%%/gui/wxpython/startup/utils.py
%%GRASS_INST_DIR%%/gui/wxpython/timeline/__init__.py
+%%GRASS_INST_DIR%%/gui/wxpython/timeline/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/timeline/__pycache__/frame.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/timeline/__pycache__/g.gui.timeline.cpython-%%PYTHON_SUFFIX%%.pyc
%%GRASS_INST_DIR%%/gui/wxpython/timeline/frame.py
%%GRASS_INST_DIR%%/gui/wxpython/timeline/g.gui.timeline.py
%%GRASS_INST_DIR%%/gui/wxpython/tplot/__init__.py
+%%GRASS_INST_DIR%%/gui/wxpython/tplot/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/tplot/__pycache__/frame.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/tplot/__pycache__/g.gui.tplot.cpython-%%PYTHON_SUFFIX%%.pyc
%%GRASS_INST_DIR%%/gui/wxpython/tplot/frame.py
%%GRASS_INST_DIR%%/gui/wxpython/tplot/g.gui.tplot.py
%%GRASS_INST_DIR%%/gui/wxpython/vdigit/__init__.py
+%%GRASS_INST_DIR%%/gui/wxpython/vdigit/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/vdigit/__pycache__/dialogs.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/vdigit/__pycache__/g.gui.vdigit.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/vdigit/__pycache__/main.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/vdigit/__pycache__/mapwindow.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/vdigit/__pycache__/preferences.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/vdigit/__pycache__/toolbars.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/vdigit/__pycache__/wxdigit.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/vdigit/__pycache__/wxdisplay.cpython-%%PYTHON_SUFFIX%%.pyc
%%GRASS_INST_DIR%%/gui/wxpython/vdigit/dialogs.py
%%GRASS_INST_DIR%%/gui/wxpython/vdigit/g.gui.vdigit.py
%%GRASS_INST_DIR%%/gui/wxpython/vdigit/main.py
@@ -3389,6 +3692,13 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/gui/wxpython/vdigit/wxdigit.py
%%GRASS_INST_DIR%%/gui/wxpython/vdigit/wxdisplay.py
%%GRASS_INST_DIR%%/gui/wxpython/vnet/__init__.py
+%%GRASS_INST_DIR%%/gui/wxpython/vnet/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/vnet/__pycache__/dialogs.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/vnet/__pycache__/toolbars.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/vnet/__pycache__/vnet_core.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/vnet/__pycache__/vnet_data.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/vnet/__pycache__/vnet_utils.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/vnet/__pycache__/widgets.cpython-%%PYTHON_SUFFIX%%.pyc
%%GRASS_INST_DIR%%/gui/wxpython/vnet/dialogs.py
%%GRASS_INST_DIR%%/gui/wxpython/vnet/toolbars.py
%%GRASS_INST_DIR%%/gui/wxpython/vnet/vnet_core.py
@@ -3396,11 +3706,21 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/gui/wxpython/vnet/vnet_utils.py
%%GRASS_INST_DIR%%/gui/wxpython/vnet/widgets.py
%%GRASS_INST_DIR%%/gui/wxpython/web_services/__init__.py
+%%GRASS_INST_DIR%%/gui/wxpython/web_services/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/web_services/__pycache__/cap_interface.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/web_services/__pycache__/dialogs.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/web_services/__pycache__/widgets.cpython-%%PYTHON_SUFFIX%%.pyc
%%GRASS_INST_DIR%%/gui/wxpython/web_services/cap_interface.py
%%GRASS_INST_DIR%%/gui/wxpython/web_services/dialogs.py
%%GRASS_INST_DIR%%/gui/wxpython/web_services/widgets.py
%%GRASS_INST_DIR%%/gui/wxpython/wxgui.py
%%GRASS_INST_DIR%%/gui/wxpython/wxplot/__init__.py
+%%GRASS_INST_DIR%%/gui/wxpython/wxplot/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/wxplot/__pycache__/base.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/wxplot/__pycache__/dialogs.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/wxplot/__pycache__/histogram.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/wxplot/__pycache__/profile.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/wxplot/__pycache__/scatter.cpython-%%PYTHON_SUFFIX%%.pyc
%%GRASS_INST_DIR%%/gui/wxpython/wxplot/base.py
%%GRASS_INST_DIR%%/gui/wxpython/wxplot/dialogs.py
%%GRASS_INST_DIR%%/gui/wxpython/wxplot/histogram.py
@@ -3410,21 +3730,52 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/gui/wxpython/xml/grass-gxw.dtd
%%GRASS_INST_DIR%%/gui/wxpython/xml/main_menu.dtd
%%GRASS_INST_DIR%%/gui/wxpython/xml/main_menu.xml
+%%GRASS_INST_DIR%%/gui/wxpython/xml/menudata.README
+%%GRASS_INST_DIR%%/gui/wxpython/xml/menudata.dtd
+%%GRASS_INST_DIR%%/gui/wxpython/xml/menudata.xml
%%GRASS_INST_DIR%%/gui/wxpython/xml/menudata_modeler.xml
%%GRASS_INST_DIR%%/gui/wxpython/xml/menudata_psmap.xml
%%GRASS_INST_DIR%%/gui/wxpython/xml/menudata_pyedit.xml
-%%GRASS_INST_DIR%%/gui/wxpython/xml/menudata.dtd
-%%GRASS_INST_DIR%%/gui/wxpython/xml/menudata.README
-%%GRASS_INST_DIR%%/gui/wxpython/xml/menudata.xml
%%GRASS_INST_DIR%%/gui/wxpython/xml/module_items.dtd
%%GRASS_INST_DIR%%/gui/wxpython/xml/module_items.xml
-%%GRASS_INST_DIR%%/gui/wxpython/xml/module_tree_menudata.xml
%%GRASS_INST_DIR%%/gui/wxpython/xml/module_tree.xml
+%%GRASS_INST_DIR%%/gui/wxpython/xml/module_tree_menudata.xml
%%GRASS_INST_DIR%%/gui/wxpython/xml/toolboxes.dtd
%%GRASS_INST_DIR%%/gui/wxpython/xml/toolboxes.xml
%%GRASS_INST_DIR%%/gui/wxpython/xml/wxgui_items.dtd
%%GRASS_INST_DIR%%/gui/wxpython/xml/wxgui_items.xml
%%GRASS_INST_DIR%%/gui/xml/grass-interface.dtd
+%%GRASS_INST_DIR%%/include/Make/Compile.make
+%%GRASS_INST_DIR%%/include/Make/DB.make
+%%GRASS_INST_DIR%%/include/Make/Dir.make
+%%GRASS_INST_DIR%%/include/Make/Docs.make
+%%GRASS_INST_DIR%%/include/Make/Doxygen.make
+%%GRASS_INST_DIR%%/include/Make/Etc.make
+%%GRASS_INST_DIR%%/include/Make/Grass.make
+%%GRASS_INST_DIR%%/include/Make/GuiScript.make
+%%GRASS_INST_DIR%%/include/Make/Html.make
+%%GRASS_INST_DIR%%/include/Make/HtmlRules.make
+%%GRASS_INST_DIR%%/include/Make/Install.make
+%%GRASS_INST_DIR%%/include/Make/Lib.make
+%%GRASS_INST_DIR%%/include/Make/Module.make
+%%GRASS_INST_DIR%%/include/Make/Multi.make
+%%GRASS_INST_DIR%%/include/Make/NoHtml.make
+%%GRASS_INST_DIR%%/include/Make/Other.make
+%%GRASS_INST_DIR%%/include/Make/Platform.make
+%%GRASS_INST_DIR%%/include/Make/Python.make
+%%GRASS_INST_DIR%%/include/Make/Rules.make
+%%GRASS_INST_DIR%%/include/Make/Script.make
+%%GRASS_INST_DIR%%/include/Make/ScriptRules.make
+%%GRASS_INST_DIR%%/include/Make/ShScript.make
+%%GRASS_INST_DIR%%/include/Make/ShScriptRules.make
+%%GRASS_INST_DIR%%/include/Make/Shlib.make
+%%GRASS_INST_DIR%%/include/Make/Sphinx.make
+%%GRASS_INST_DIR%%/include/Make/Stlib.make
+%%GRASS_INST_DIR%%/include/Make/Vars.make
+%%GRASS_INST_DIR%%/include/grass/N_gwflow.h
+%%GRASS_INST_DIR%%/include/grass/N_heatflow.h
+%%GRASS_INST_DIR%%/include/grass/N_pde.h
+%%GRASS_INST_DIR%%/include/grass/N_solute_transport.h
%%GRASS_INST_DIR%%/include/grass/arraystats.h
%%GRASS_INST_DIR%%/include/grass/bitmap.h
%%GRASS_INST_DIR%%/include/grass/blas.h
@@ -3442,6 +3793,7 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/include/grass/datetime.h
%%GRASS_INST_DIR%%/include/grass/dbmi.h
%%GRASS_INST_DIR%%/include/grass/dbstubs.h
+%%GRASS_INST_DIR%%/include/grass/defs/Paintlib.h
%%GRASS_INST_DIR%%/include/grass/defs/arraystats.h
%%GRASS_INST_DIR%%/include/grass/defs/bitmap.h
%%GRASS_INST_DIR%%/include/grass/defs/btree.h
@@ -3467,7 +3819,6 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/include/grass/defs/nviz.h
%%GRASS_INST_DIR%%/include/grass/defs/ogsf.h
%%GRASS_INST_DIR%%/include/grass/defs/ortholib.h
-%%GRASS_INST_DIR%%/include/grass/defs/Paintlib.h
%%GRASS_INST_DIR%%/include/grass/defs/raster.h
%%GRASS_INST_DIR%%/include/grass/defs/raster3d.h
%%GRASS_INST_DIR%%/include/grass/defs/rbtree.h
@@ -3481,9 +3832,9 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/include/grass/defs/vedit.h
%%GRASS_INST_DIR%%/include/grass/dgl.h
%%GRASS_INST_DIR%%/include/grass/dgl/avl.h
+%%GRASS_INST_DIR%%/include/grass/dgl/graph.h
%%GRASS_INST_DIR%%/include/grass/dgl/graph_v1.h
%%GRASS_INST_DIR%%/include/grass/dgl/graph_v2.h
-%%GRASS_INST_DIR%%/include/grass/dgl/graph.h
%%GRASS_INST_DIR%%/include/grass/dgl/heap.h
%%GRASS_INST_DIR%%/include/grass/dgl/helpers.h
%%GRASS_INST_DIR%%/include/grass/dgl/tavl.h
@@ -3498,21 +3849,21 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/include/grass/gprojects.h
%%GRASS_INST_DIR%%/include/grass/imagery.h
%%GRASS_INST_DIR%%/include/grass/interpf.h
+%%GRASS_INST_DIR%%/include/grass/iostream/ami.h
%%GRASS_INST_DIR%%/include/grass/iostream/ami_config.h
-%%GRASS_INST_DIR%%/include/grass/iostream/ami_sort_impl.h
%%GRASS_INST_DIR%%/include/grass/iostream/ami_sort.h
+%%GRASS_INST_DIR%%/include/grass/iostream/ami_sort_impl.h
%%GRASS_INST_DIR%%/include/grass/iostream/ami_stream.h
-%%GRASS_INST_DIR%%/include/grass/iostream/ami.h
%%GRASS_INST_DIR%%/include/grass/iostream/embuffer.h
-%%GRASS_INST_DIR%%/include/grass/iostream/empq_adaptive_impl.h
+%%GRASS_INST_DIR%%/include/grass/iostream/empq.h
%%GRASS_INST_DIR%%/include/grass/iostream/empq_adaptive.h
+%%GRASS_INST_DIR%%/include/grass/iostream/empq_adaptive_impl.h
%%GRASS_INST_DIR%%/include/grass/iostream/empq_impl.h
-%%GRASS_INST_DIR%%/include/grass/iostream/empq.h
%%GRASS_INST_DIR%%/include/grass/iostream/imbuffer.h
%%GRASS_INST_DIR%%/include/grass/iostream/mem_stream.h
%%GRASS_INST_DIR%%/include/grass/iostream/minmaxheap.h
-%%GRASS_INST_DIR%%/include/grass/iostream/mm_utils.h
%%GRASS_INST_DIR%%/include/grass/iostream/mm.h
+%%GRASS_INST_DIR%%/include/grass/iostream/mm_utils.h
%%GRASS_INST_DIR%%/include/grass/iostream/pqheap.h
%%GRASS_INST_DIR%%/include/grass/iostream/queue.h
%%GRASS_INST_DIR%%/include/grass/iostream/quicksort.h
@@ -3526,10 +3877,6 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/include/grass/linkm.h
%%GRASS_INST_DIR%%/include/grass/lrs.h
%%GRASS_INST_DIR%%/include/grass/manage.h
-%%GRASS_INST_DIR%%/include/grass/N_gwflow.h
-%%GRASS_INST_DIR%%/include/grass/N_heatflow.h
-%%GRASS_INST_DIR%%/include/grass/N_pde.h
-%%GRASS_INST_DIR%%/include/grass/N_solute_transport.h
%%GRASS_INST_DIR%%/include/grass/neta.h
%%GRASS_INST_DIR%%/include/grass/nviz.h
%%GRASS_INST_DIR%%/include/grass/ogsf.h
@@ -3557,34 +3904,6 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/include/grass/vedit.h
%%GRASS_INST_DIR%%/include/grass/version.h
%%GRASS_INST_DIR%%/include/grass/waterglobs.h
-%%GRASS_INST_DIR%%/include/Make/Compile.make
-%%GRASS_INST_DIR%%/include/Make/DB.make
-%%GRASS_INST_DIR%%/include/Make/Dir.make
-%%GRASS_INST_DIR%%/include/Make/Docs.make
-%%GRASS_INST_DIR%%/include/Make/Doxygen.make
-%%GRASS_INST_DIR%%/include/Make/Etc.make
-%%GRASS_INST_DIR%%/include/Make/Grass.make
-%%GRASS_INST_DIR%%/include/Make/GuiScript.make
-%%GRASS_INST_DIR%%/include/Make/Html.make
-%%GRASS_INST_DIR%%/include/Make/HtmlRules.make
-%%GRASS_INST_DIR%%/include/Make/Install.make
-%%GRASS_INST_DIR%%/include/Make/Lib.make
-%%GRASS_INST_DIR%%/include/Make/Module.make
-%%GRASS_INST_DIR%%/include/Make/Multi.make
-%%GRASS_INST_DIR%%/include/Make/NoHtml.make
-%%GRASS_INST_DIR%%/include/Make/Other.make
-%%GRASS_INST_DIR%%/include/Make/Platform.make
-%%GRASS_INST_DIR%%/include/Make/Python.make
-%%GRASS_INST_DIR%%/include/Make/Rules.make
-%%GRASS_INST_DIR%%/include/Make/Script.make
-%%GRASS_INST_DIR%%/include/Make/ScriptRules.make
-%%GRASS_INST_DIR%%/include/Make/Shlib.make
-%%GRASS_INST_DIR%%/include/Make/ShScript.make
-%%GRASS_INST_DIR%%/include/Make/ShScriptRules.make
-%%GRASS_INST_DIR%%/include/Make/Sphinx.make
-%%GRASS_INST_DIR%%/include/Make/Stlib.make
-%%GRASS_INST_DIR%%/include/Make/Vars.make
-%%GRASS_INST_DIR%%/INSTALL
%%GRASS_INST_DIR%%/lib/libgrass_arraystats.%%VERS%%.so
%%GRASS_INST_DIR%%/lib/libgrass_arraystats.so
%%GRASS_INST_DIR%%/lib/libgrass_bitmap.%%VERS%%.so
@@ -3690,92 +4009,6 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/lib/libgrass_vector.so
%%GRASS_INST_DIR%%/lib/libgrass_vedit.%%VERS%%.so
%%GRASS_INST_DIR%%/lib/libgrass_vedit.so
-%%NLS%%%%GRASS_INST_DIR%%/locale/ar/LC_MESSAGES/grasslibs.mo
-%%NLS%%%%GRASS_INST_DIR%%/locale/ar/LC_MESSAGES/grassmods.mo
-%%NLS%%%%GRASS_INST_DIR%%/locale/bn/LC_MESSAGES/grasslibs.mo
-%%NLS%%%%GRASS_INST_DIR%%/locale/bn/LC_MESSAGES/grassmods.mo
-%%NLS%%%%GRASS_INST_DIR%%/locale/bn/LC_MESSAGES/grasswxpy.mo
-%%NLS%%%%GRASS_INST_DIR%%/locale/cs/LC_MESSAGES/grasslibs.mo
-%%NLS%%%%GRASS_INST_DIR%%/locale/cs/LC_MESSAGES/grassmods.mo
-%%NLS%%%%GRASS_INST_DIR%%/locale/cs/LC_MESSAGES/grasswxpy.mo
-%%NLS%%%%GRASS_INST_DIR%%/locale/de/LC_MESSAGES/grasslibs.mo
-%%NLS%%%%GRASS_INST_DIR%%/locale/de/LC_MESSAGES/grassmods.mo
-%%NLS%%%%GRASS_INST_DIR%%/locale/de/LC_MESSAGES/grasswxpy.mo
-%%NLS%%%%GRASS_INST_DIR%%/locale/el/LC_MESSAGES/grasslibs.mo
-%%NLS%%%%GRASS_INST_DIR%%/locale/el/LC_MESSAGES/grassmods.mo
-%%NLS%%%%GRASS_INST_DIR%%/locale/el/LC_MESSAGES/grasswxpy.mo
-%%NLS%%%%GRASS_INST_DIR%%/locale/es/LC_MESSAGES/grasslibs.mo
-%%NLS%%%%GRASS_INST_DIR%%/locale/es/LC_MESSAGES/grassmods.mo
-%%NLS%%%%GRASS_INST_DIR%%/locale/es/LC_MESSAGES/grasswxpy.mo
-%%NLS%%%%GRASS_INST_DIR%%/locale/fi/LC_MESSAGES/grasslibs.mo
-%%NLS%%%%GRASS_INST_DIR%%/locale/fi/LC_MESSAGES/grassmods.mo
-%%NLS%%%%GRASS_INST_DIR%%/locale/fi/LC_MESSAGES/grasswxpy.mo
-%%NLS%%%%GRASS_INST_DIR%%/locale/fr/LC_MESSAGES/grasslibs.mo
-%%NLS%%%%GRASS_INST_DIR%%/locale/fr/LC_MESSAGES/grassmods.mo
-%%NLS%%%%GRASS_INST_DIR%%/locale/fr/LC_MESSAGES/grasswxpy.mo
-%%NLS%%%%GRASS_INST_DIR%%/locale/hu/LC_MESSAGES/grasslibs.mo
-%%NLS%%%%GRASS_INST_DIR%%/locale/hu/LC_MESSAGES/grassmods.mo
-%%NLS%%%%GRASS_INST_DIR%%/locale/hu/LC_MESSAGES/grasswxpy.mo
-%%NLS%%%%GRASS_INST_DIR%%/locale/id_ID/LC_MESSAGES/grasslibs.mo
-%%NLS%%%%GRASS_INST_DIR%%/locale/id_ID/LC_MESSAGES/grassmods.mo
-%%NLS%%%%GRASS_INST_DIR%%/locale/id_ID/LC_MESSAGES/grasswxpy.mo
-%%NLS%%%%GRASS_INST_DIR%%/locale/it/LC_MESSAGES/grasslibs.mo
-%%NLS%%%%GRASS_INST_DIR%%/locale/it/LC_MESSAGES/grassmods.mo
-%%NLS%%%%GRASS_INST_DIR%%/locale/it/LC_MESSAGES/grasswxpy.mo
-%%NLS%%%%GRASS_INST_DIR%%/locale/ja/LC_MESSAGES/grasslibs.mo
-%%NLS%%%%GRASS_INST_DIR%%/locale/ja/LC_MESSAGES/grassmods.mo
-%%NLS%%%%GRASS_INST_DIR%%/locale/ja/LC_MESSAGES/grasswxpy.mo
-%%NLS%%%%GRASS_INST_DIR%%/locale/ko/LC_MESSAGES/grasslibs.mo
-%%NLS%%%%GRASS_INST_DIR%%/locale/ko/LC_MESSAGES/grassmods.mo
-%%NLS%%%%GRASS_INST_DIR%%/locale/ko/LC_MESSAGES/grasswxpy.mo
-%%NLS%%%%GRASS_INST_DIR%%/locale/lv/LC_MESSAGES/grasslibs.mo
-%%NLS%%%%GRASS_INST_DIR%%/locale/lv/LC_MESSAGES/grassmods.mo
-%%NLS%%%%GRASS_INST_DIR%%/locale/lv/LC_MESSAGES/grasswxpy.mo
-%%NLS%%%%GRASS_INST_DIR%%/locale/ml/LC_MESSAGES/grasslibs.mo
-%%NLS%%%%GRASS_INST_DIR%%/locale/ml/LC_MESSAGES/grassmods.mo
-%%NLS%%%%GRASS_INST_DIR%%/locale/ml/LC_MESSAGES/grasswxpy.mo
-%%NLS%%%%GRASS_INST_DIR%%/locale/pl/LC_MESSAGES/grasslibs.mo
-%%NLS%%%%GRASS_INST_DIR%%/locale/pl/LC_MESSAGES/grassmods.mo
-%%NLS%%%%GRASS_INST_DIR%%/locale/pl/LC_MESSAGES/grasswxpy.mo
-%%NLS%%%%GRASS_INST_DIR%%/locale/pt_BR/LC_MESSAGES/grasslibs.mo
-%%NLS%%%%GRASS_INST_DIR%%/locale/pt_BR/LC_MESSAGES/grassmods.mo
-%%NLS%%%%GRASS_INST_DIR%%/locale/pt_BR/LC_MESSAGES/grasswxpy.mo
-%%NLS%%%%GRASS_INST_DIR%%/locale/pt/LC_MESSAGES/grasslibs.mo
-%%NLS%%%%GRASS_INST_DIR%%/locale/pt/LC_MESSAGES/grassmods.mo
-%%NLS%%%%GRASS_INST_DIR%%/locale/pt/LC_MESSAGES/grasswxpy.mo
-%%NLS%%%%GRASS_INST_DIR%%/locale/ro/LC_MESSAGES/grasslibs.mo
-%%NLS%%%%GRASS_INST_DIR%%/locale/ro/LC_MESSAGES/grassmods.mo
-%%NLS%%%%GRASS_INST_DIR%%/locale/ro/LC_MESSAGES/grasswxpy.mo
-%%NLS%%%%GRASS_INST_DIR%%/locale/ru/LC_MESSAGES/grasslibs.mo
-%%NLS%%%%GRASS_INST_DIR%%/locale/ru/LC_MESSAGES/grassmods.mo
-%%NLS%%%%GRASS_INST_DIR%%/locale/ru/LC_MESSAGES/grasswxpy.mo
-%%NLS%%%%GRASS_INST_DIR%%/locale/si/LC_MESSAGES/grasslibs.mo
-%%NLS%%%%GRASS_INST_DIR%%/locale/si/LC_MESSAGES/grassmods.mo
-%%NLS%%%%GRASS_INST_DIR%%/locale/si/LC_MESSAGES/grasswxpy.mo
-%%NLS%%%%GRASS_INST_DIR%%/locale/sl/LC_MESSAGES/grasslibs.mo
-%%NLS%%%%GRASS_INST_DIR%%/locale/sl/LC_MESSAGES/grassmods.mo
-%%NLS%%%%GRASS_INST_DIR%%/locale/ta/LC_MESSAGES/grasslibs.mo
-%%NLS%%%%GRASS_INST_DIR%%/locale/ta/LC_MESSAGES/grassmods.mo
-%%NLS%%%%GRASS_INST_DIR%%/locale/ta/LC_MESSAGES/grasswxpy.mo
-%%NLS%%%%GRASS_INST_DIR%%/locale/th/LC_MESSAGES/grasslibs.mo
-%%NLS%%%%GRASS_INST_DIR%%/locale/th/LC_MESSAGES/grassmods.mo
-%%NLS%%%%GRASS_INST_DIR%%/locale/th/LC_MESSAGES/grasswxpy.mo
-%%NLS%%%%GRASS_INST_DIR%%/locale/tr/LC_MESSAGES/grasslibs.mo
-%%NLS%%%%GRASS_INST_DIR%%/locale/tr/LC_MESSAGES/grassmods.mo
-%%NLS%%%%GRASS_INST_DIR%%/locale/tr/LC_MESSAGES/grasswxpy.mo
-%%NLS%%%%GRASS_INST_DIR%%/locale/uk/LC_MESSAGES/grasslibs.mo
-%%NLS%%%%GRASS_INST_DIR%%/locale/uk/LC_MESSAGES/grassmods.mo
-%%NLS%%%%GRASS_INST_DIR%%/locale/uk/LC_MESSAGES/grasswxpy.mo
-%%NLS%%%%GRASS_INST_DIR%%/locale/vi/LC_MESSAGES/grasslibs.mo
-%%NLS%%%%GRASS_INST_DIR%%/locale/vi/LC_MESSAGES/grassmods.mo
-%%NLS%%%%GRASS_INST_DIR%%/locale/vi/LC_MESSAGES/grasswxpy.mo
-%%NLS%%%%GRASS_INST_DIR%%/locale/zh_CN/LC_MESSAGES/grasslibs.mo
-%%NLS%%%%GRASS_INST_DIR%%/locale/zh_CN/LC_MESSAGES/grassmods.mo
-%%NLS%%%%GRASS_INST_DIR%%/locale/zh_CN/LC_MESSAGES/grasswxpy.mo
-%%NLS%%%%GRASS_INST_DIR%%/locale/zh/LC_MESSAGES/grasslibs.mo
-%%NLS%%%%GRASS_INST_DIR%%/locale/zh/LC_MESSAGES/grassmods.mo
-%%NLS%%%%GRASS_INST_DIR%%/locale/zh/LC_MESSAGES/grasswxpy.mo
-%%GRASS_INST_DIR%%/REQUIREMENTS.html
%%GRASS_INST_DIR%%/scripts/d.correlate
%%GRASS_INST_DIR%%/scripts/d.frame
%%GRASS_INST_DIR%%/scripts/d.out.file
@@ -3841,6 +4074,7 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/scripts/r.unpack
%%GRASS_INST_DIR%%/scripts/r3.in.xyz
%%GRASS_INST_DIR%%/scripts/t.create
+%%GRASS_INST_DIR%%/scripts/t.downgrade
%%GRASS_INST_DIR%%/scripts/t.info
%%GRASS_INST_DIR%%/scripts/t.list
%%GRASS_INST_DIR%%/scripts/t.merge
@@ -3934,14 +4168,150 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/share/icons/hicolor/96x96/apps/grass.png
%%GRASS_INST_DIR%%/share/icons/hicolor/scalable/apps/grass.svg
%%GRASS_INST_DIR%%/share/metainfo/org.osgeo.grass.appdata.xml
+%%GRASS_INST_DIR%%/tools/__pycache__/ggroff.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/tools/__pycache__/ghtml.cpython-%%PYTHON_SUFFIX%%.pyc
%%GRASS_INST_DIR%%/tools/g.echo
%%GRASS_INST_DIR%%/tools/g.html2man.py
%%GRASS_INST_DIR%%/tools/ggroff.py
%%GRASS_INST_DIR%%/tools/ghtml.py
%%GRASS_INST_DIR%%/tools/mkhtml.py
-%%NLS%%%%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
+%%LAS%%%%GRASS_INST_DIR%%/bin/v.in.lidar
+%%LAS%%%%GRASS_INST_DIR%%/bin/v.out.lidar
+%%LAS%%%%GRASS_INST_DIR%%/docs/html/r.in.lidar.html
+%%LAS%%%%GRASS_INST_DIR%%/docs/html/r3.in.lidar.html
+%%LAS%%%%GRASS_INST_DIR%%/docs/html/r3_in_lidar.png
+%%LAS%%%%GRASS_INST_DIR%%/docs/html/r_in_lidar.png
+%%LAS%%%%GRASS_INST_DIR%%/docs/html/r_in_lidar_base_raster.png
+%%LAS%%%%GRASS_INST_DIR%%/docs/html/r_in_lidar_binning_count.png
+%%LAS%%%%GRASS_INST_DIR%%/docs/html/r_in_lidar_binning_mean.png
+%%LAS%%%%GRASS_INST_DIR%%/docs/html/r_in_lidar_dem_mean3D.jpg
+%%LAS%%%%GRASS_INST_DIR%%/docs/html/r_in_lidar_zrange.png
+%%LAS%%%%GRASS_INST_DIR%%/docs/html/v.in.lidar.html
+%%LAS%%%%GRASS_INST_DIR%%/docs/html/v.out.lidar.html
+%%LAS%%%%GRASS_INST_DIR%%/docs/man/man1/r.in.lidar.1.gz
+%%LAS%%%%GRASS_INST_DIR%%/docs/man/man1/r3.in.lidar.1.gz
+%%LAS%%%%GRASS_INST_DIR%%/docs/man/man1/v.in.lidar.1.gz
+%%LAS%%%%GRASS_INST_DIR%%/docs/man/man1/v.out.lidar.1.gz
+%%MYSQL%%%%GRASS_INST_DIR%%/docs/html/grass-mysql.html
+%%MYSQL%%%%GRASS_INST_DIR%%/docs/man/man1/grass-mysql.1.gz
+%%MYSQL%%%%GRASS_INST_DIR%%/driver/db/mysql
+%%NETCDF%%%%GRASS_INST_DIR%%/bin/r3.out.netcdf
+%%NETCDF%%%%GRASS_INST_DIR%%/docs/html/r3.out.netcdf.html
+%%NETCDF%%%%GRASS_INST_DIR%%/docs/man/man1/r3.out.netcdf.1.gz
+%%NLS%%%%GRASS_INST_DIR%%/locale/ar/LC_MESSAGES/grasslibs.mo
+%%NLS%%%%GRASS_INST_DIR%%/locale/ar/LC_MESSAGES/grassmods.mo
+%%NLS%%%%GRASS_INST_DIR%%/locale/bn/LC_MESSAGES/grasslibs.mo
+%%NLS%%%%GRASS_INST_DIR%%/locale/bn/LC_MESSAGES/grassmods.mo
+%%NLS%%%%GRASS_INST_DIR%%/locale/bn/LC_MESSAGES/grasswxpy.mo
+%%NLS%%%%GRASS_INST_DIR%%/locale/cs/LC_MESSAGES/grasslibs.mo
+%%NLS%%%%GRASS_INST_DIR%%/locale/cs/LC_MESSAGES/grassmods.mo
+%%NLS%%%%GRASS_INST_DIR%%/locale/cs/LC_MESSAGES/grasswxpy.mo
+%%NLS%%%%GRASS_INST_DIR%%/locale/de/LC_MESSAGES/grasslibs.mo
+%%NLS%%%%GRASS_INST_DIR%%/locale/de/LC_MESSAGES/grassmods.mo
+%%NLS%%%%GRASS_INST_DIR%%/locale/de/LC_MESSAGES/grasswxpy.mo
+%%NLS%%%%GRASS_INST_DIR%%/locale/el/LC_MESSAGES/grasslibs.mo
+%%NLS%%%%GRASS_INST_DIR%%/locale/el/LC_MESSAGES/grassmods.mo
+%%NLS%%%%GRASS_INST_DIR%%/locale/el/LC_MESSAGES/grasswxpy.mo
+%%NLS%%%%GRASS_INST_DIR%%/locale/es/LC_MESSAGES/grasslibs.mo
+%%NLS%%%%GRASS_INST_DIR%%/locale/es/LC_MESSAGES/grassmods.mo
+%%NLS%%%%GRASS_INST_DIR%%/locale/es/LC_MESSAGES/grasswxpy.mo
+%%NLS%%%%GRASS_INST_DIR%%/locale/fi/LC_MESSAGES/grasslibs.mo
+%%NLS%%%%GRASS_INST_DIR%%/locale/fi/LC_MESSAGES/grassmods.mo
+%%NLS%%%%GRASS_INST_DIR%%/locale/fi/LC_MESSAGES/grasswxpy.mo
+%%NLS%%%%GRASS_INST_DIR%%/locale/fr/LC_MESSAGES/grasslibs.mo
+%%NLS%%%%GRASS_INST_DIR%%/locale/fr/LC_MESSAGES/grassmods.mo
+%%NLS%%%%GRASS_INST_DIR%%/locale/fr/LC_MESSAGES/grasswxpy.mo
+%%NLS%%%%GRASS_INST_DIR%%/locale/hu/LC_MESSAGES/grasslibs.mo
+%%NLS%%%%GRASS_INST_DIR%%/locale/hu/LC_MESSAGES/grassmods.mo
+%%NLS%%%%GRASS_INST_DIR%%/locale/hu/LC_MESSAGES/grasswxpy.mo
+%%NLS%%%%GRASS_INST_DIR%%/locale/id_ID/LC_MESSAGES/grasslibs.mo
+%%NLS%%%%GRASS_INST_DIR%%/locale/id_ID/LC_MESSAGES/grassmods.mo
+%%NLS%%%%GRASS_INST_DIR%%/locale/id_ID/LC_MESSAGES/grasswxpy.mo
+%%NLS%%%%GRASS_INST_DIR%%/locale/it/LC_MESSAGES/grasslibs.mo
+%%NLS%%%%GRASS_INST_DIR%%/locale/it/LC_MESSAGES/grassmods.mo
+%%NLS%%%%GRASS_INST_DIR%%/locale/it/LC_MESSAGES/grasswxpy.mo
+%%NLS%%%%GRASS_INST_DIR%%/locale/ja/LC_MESSAGES/grasslibs.mo
+%%NLS%%%%GRASS_INST_DIR%%/locale/ja/LC_MESSAGES/grassmods.mo
+%%NLS%%%%GRASS_INST_DIR%%/locale/ja/LC_MESSAGES/grasswxpy.mo
+%%NLS%%%%GRASS_INST_DIR%%/locale/ko/LC_MESSAGES/grasslibs.mo
+%%NLS%%%%GRASS_INST_DIR%%/locale/ko/LC_MESSAGES/grassmods.mo
+%%NLS%%%%GRASS_INST_DIR%%/locale/ko/LC_MESSAGES/grasswxpy.mo
+%%NLS%%%%GRASS_INST_DIR%%/locale/lv/LC_MESSAGES/grasslibs.mo
+%%NLS%%%%GRASS_INST_DIR%%/locale/lv/LC_MESSAGES/grassmods.mo
+%%NLS%%%%GRASS_INST_DIR%%/locale/lv/LC_MESSAGES/grasswxpy.mo
+%%NLS%%%%GRASS_INST_DIR%%/locale/ml/LC_MESSAGES/grasslibs.mo
+%%NLS%%%%GRASS_INST_DIR%%/locale/ml/LC_MESSAGES/grassmods.mo
+%%NLS%%%%GRASS_INST_DIR%%/locale/ml/LC_MESSAGES/grasswxpy.mo
+%%NLS%%%%GRASS_INST_DIR%%/locale/pl/LC_MESSAGES/grasslibs.mo
+%%NLS%%%%GRASS_INST_DIR%%/locale/pl/LC_MESSAGES/grassmods.mo
+%%NLS%%%%GRASS_INST_DIR%%/locale/pl/LC_MESSAGES/grasswxpy.mo
+%%NLS%%%%GRASS_INST_DIR%%/locale/pt/LC_MESSAGES/grasslibs.mo
+%%NLS%%%%GRASS_INST_DIR%%/locale/pt/LC_MESSAGES/grassmods.mo
+%%NLS%%%%GRASS_INST_DIR%%/locale/pt/LC_MESSAGES/grasswxpy.mo
+%%NLS%%%%GRASS_INST_DIR%%/locale/pt_BR/LC_MESSAGES/grasslibs.mo
+%%NLS%%%%GRASS_INST_DIR%%/locale/pt_BR/LC_MESSAGES/grassmods.mo
+%%NLS%%%%GRASS_INST_DIR%%/locale/pt_BR/LC_MESSAGES/grasswxpy.mo
+%%NLS%%%%GRASS_INST_DIR%%/locale/ro/LC_MESSAGES/grasslibs.mo
+%%NLS%%%%GRASS_INST_DIR%%/locale/ro/LC_MESSAGES/grassmods.mo
+%%NLS%%%%GRASS_INST_DIR%%/locale/ro/LC_MESSAGES/grasswxpy.mo
+%%NLS%%%%GRASS_INST_DIR%%/locale/ru/LC_MESSAGES/grasslibs.mo
+%%NLS%%%%GRASS_INST_DIR%%/locale/ru/LC_MESSAGES/grassmods.mo
+%%NLS%%%%GRASS_INST_DIR%%/locale/ru/LC_MESSAGES/grasswxpy.mo
+%%NLS%%%%GRASS_INST_DIR%%/locale/si/LC_MESSAGES/grasslibs.mo
+%%NLS%%%%GRASS_INST_DIR%%/locale/si/LC_MESSAGES/grassmods.mo
+%%NLS%%%%GRASS_INST_DIR%%/locale/si/LC_MESSAGES/grasswxpy.mo
+%%NLS%%%%GRASS_INST_DIR%%/locale/sl/LC_MESSAGES/grasslibs.mo
+%%NLS%%%%GRASS_INST_DIR%%/locale/sl/LC_MESSAGES/grassmods.mo
+%%NLS%%%%GRASS_INST_DIR%%/locale/ta/LC_MESSAGES/grasslibs.mo
+%%NLS%%%%GRASS_INST_DIR%%/locale/ta/LC_MESSAGES/grassmods.mo
+%%NLS%%%%GRASS_INST_DIR%%/locale/ta/LC_MESSAGES/grasswxpy.mo
+%%NLS%%%%GRASS_INST_DIR%%/locale/th/LC_MESSAGES/grasslibs.mo
+%%NLS%%%%GRASS_INST_DIR%%/locale/th/LC_MESSAGES/grassmods.mo
+%%NLS%%%%GRASS_INST_DIR%%/locale/th/LC_MESSAGES/grasswxpy.mo
+%%NLS%%%%GRASS_INST_DIR%%/locale/tr/LC_MESSAGES/grasslibs.mo
+%%NLS%%%%GRASS_INST_DIR%%/locale/tr/LC_MESSAGES/grassmods.mo
+%%NLS%%%%GRASS_INST_DIR%%/locale/tr/LC_MESSAGES/grasswxpy.mo
+%%NLS%%%%GRASS_INST_DIR%%/locale/uk/LC_MESSAGES/grasslibs.mo
+%%NLS%%%%GRASS_INST_DIR%%/locale/uk/LC_MESSAGES/grassmods.mo
+%%NLS%%%%GRASS_INST_DIR%%/locale/uk/LC_MESSAGES/grasswxpy.mo
+%%NLS%%%%GRASS_INST_DIR%%/locale/vi/LC_MESSAGES/grasslibs.mo
+%%NLS%%%%GRASS_INST_DIR%%/locale/vi/LC_MESSAGES/grassmods.mo
+%%NLS%%%%GRASS_INST_DIR%%/locale/vi/LC_MESSAGES/grasswxpy.mo
+%%NLS%%%%GRASS_INST_DIR%%/locale/zh/LC_MESSAGES/grasslibs.mo
+%%NLS%%%%GRASS_INST_DIR%%/locale/zh/LC_MESSAGES/grassmods.mo
+%%NLS%%%%GRASS_INST_DIR%%/locale/zh/LC_MESSAGES/grasswxpy.mo
+%%NLS%%%%GRASS_INST_DIR%%/locale/zh_CN/LC_MESSAGES/grasslibs.mo
+%%NLS%%%%GRASS_INST_DIR%%/locale/zh_CN/LC_MESSAGES/grassmods.mo
+%%NLS%%%%GRASS_INST_DIR%%/locale/zh_CN/LC_MESSAGES/grasswxpy.mo
+%%NLS%%%%GRASS_INST_DIR%%/translation_status.json
+%%NOTONI386%%%%GRASS_INST_DIR%%/bin/v.in.pdal
+%%NOTONI386%%%%GRASS_INST_DIR%%/docs/html/i.atcorr.html
+%%NOTONI386%%%%GRASS_INST_DIR%%/docs/html/r.terraflow.html
+%%NOTONI386%%%%GRASS_INST_DIR%%/docs/html/r.viewshed.html
+%%NOTONI386%%%%GRASS_INST_DIR%%/docs/html/topic_atmospheric_correction.html
+%%NOTONI386%%%%GRASS_INST_DIR%%/docs/html/topic_viewshed.html
+%%NOTONI386%%%%GRASS_INST_DIR%%/docs/html/v.in.pdal.html
+%%NOTONI386%%%%GRASS_INST_DIR%%/docs/man/man1/i.atcorr.1.gz
+%%NOTONI386%%%%GRASS_INST_DIR%%/docs/man/man1/r.terraflow.1.gz
+%%NOTONI386%%%%GRASS_INST_DIR%%/docs/man/man1/r.viewshed.1.gz
+%%NOTONI386%%%%GRASS_INST_DIR%%/docs/man/man1/topic_atmospheric_correction.1.gz
+%%NOTONI386%%%%GRASS_INST_DIR%%/docs/man/man1/topic_viewshed.1.gz
+%%NOTONI386%%%%GRASS_INST_DIR%%/docs/man/man1/v.in.pdal.1.gz
+%%ODBC%%%%GRASS_INST_DIR%%/docs/html/grass-odbc.html
+%%ODBC%%%%GRASS_INST_DIR%%/docs/man/man1/grass-odbc.1.gz
+%%ODBC%%%%GRASS_INST_DIR%%/driver/db/odbc
+%%PGSQL%%%%GRASS_INST_DIR%%/bin/v.out.postgis
+%%PGSQL%%%%GRASS_INST_DIR%%/docs/html/grass-pg.html
+%%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
+%%PGSQL%%%%GRASS_INST_DIR%%/driver/db/pg
+%%SQLITE%%%%GRASS_INST_DIR%%/driver/db/sqlite
@dir %%GRASS_INST_DIR%%
+@dir %%GRASS_INST_DIR%%/share
@dir %%GRASS_INST_DIR%%/demolocation/PERMANENT/cats
@dir %%GRASS_INST_DIR%%/demolocation/PERMANENT/cell
@dir %%GRASS_INST_DIR%%/demolocation/PERMANENT/cell_misc
@@ -3952,365 +4322,5 @@ bin/grass%%VER%%
@dir %%GRASS_INST_DIR%%/demolocation/PERMANENT/windows
@dir %%GRASS_INST_DIR%%/docs/html/colortables
@dir %%GRASS_INST_DIR%%/gui/wxpython/scripts
-%%GRASS_INST_DIR%%/etc/python/grass/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/exceptions/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/gunittest/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/gunittest/__pycache__/case.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/gunittest/__pycache__/checkers.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/gunittest/__pycache__/gmodules.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/gunittest/__pycache__/gutils.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/gunittest/__pycache__/invoker.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/gunittest/__pycache__/loader.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/gunittest/__pycache__/main.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/gunittest/__pycache__/reporters.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/gunittest/__pycache__/runner.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/gunittest/__pycache__/utils.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/imaging/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/imaging/__pycache__/images2avi.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/imaging/__pycache__/images2gif.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/imaging/__pycache__/images2ims.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/imaging/__pycache__/images2swf.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/imaging/__pycache__/operations.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/lib/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/lib/__pycache__/arraystats.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/lib/__pycache__/cluster.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/lib/__pycache__/ctypes_loader.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/lib/__pycache__/ctypes_preamble.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/lib/__pycache__/date.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/lib/__pycache__/dbmi.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/lib/__pycache__/display.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/lib/__pycache__/gis.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/lib/__pycache__/gmath.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/lib/__pycache__/imagery.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/lib/__pycache__/nviz.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/lib/__pycache__/ogsf.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/lib/__pycache__/proj.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/lib/__pycache__/raster.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/lib/__pycache__/raster3d.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/lib/__pycache__/rowio.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/lib/__pycache__/rtree.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/lib/__pycache__/segment.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/lib/__pycache__/stats.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/lib/__pycache__/temporal.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/lib/__pycache__/vector.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/lib/__pycache__/vedit.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/pydispatch/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/pydispatch/__pycache__/dispatcher.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/pydispatch/__pycache__/errors.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/pydispatch/__pycache__/robust.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/pydispatch/__pycache__/robustapply.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/pydispatch/__pycache__/saferef.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/pydispatch/__pycache__/signal.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/__pycache__/errors.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/__pycache__/orderdict.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/__pycache__/utils.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/gis/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/gis/__pycache__/region.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/messages/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/modules/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/modules/__pycache__/shortcuts.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/modules/grid/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/modules/grid/__pycache__/grid.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/modules/grid/__pycache__/patch.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/modules/grid/__pycache__/split.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/modules/interface/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/modules/interface/__pycache__/docstring.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/modules/interface/__pycache__/env.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/modules/interface/__pycache__/flag.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/modules/interface/__pycache__/module.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/modules/interface/__pycache__/parameter.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/modules/interface/__pycache__/read.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/modules/interface/__pycache__/typedict.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/raster/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/raster/__pycache__/abstract.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/raster/__pycache__/buffer.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/raster/__pycache__/category.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/raster/__pycache__/history.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/raster/__pycache__/raster_type.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/raster/__pycache__/rowio.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/raster/__pycache__/segment.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/rpc/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/rpc/__pycache__/base.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/shell/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/shell/__pycache__/conversion.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/shell/__pycache__/show.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/tests/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/tests/__pycache__/benchmark.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/tests/__pycache__/set_mapset.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/vector/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/vector/__pycache__/abstract.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/vector/__pycache__/basic.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/vector/__pycache__/find.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/vector/__pycache__/geometry.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/vector/__pycache__/sql.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/vector/__pycache__/table.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/vector/__pycache__/vector_type.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/script/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/script/__pycache__/array.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/script/__pycache__/core.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/script/__pycache__/db.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/script/__pycache__/raster.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/script/__pycache__/raster3d.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/script/__pycache__/setup.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/script/__pycache__/task.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/script/__pycache__/utils.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/script/__pycache__/vector.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/temporal/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/temporal/__pycache__/abstract_dataset.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/temporal/__pycache__/abstract_map_dataset.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/temporal/__pycache__/abstract_space_time_dataset.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/temporal/__pycache__/aggregation.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/temporal/__pycache__/base.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/temporal/__pycache__/c_libraries_interface.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/temporal/__pycache__/core.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/temporal/__pycache__/datetime_math.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/temporal/__pycache__/extract.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/temporal/__pycache__/factory.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/temporal/__pycache__/gui_support.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/temporal/__pycache__/list_stds.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/temporal/__pycache__/mapcalc.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/temporal/__pycache__/metadata.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/temporal/__pycache__/open_stds.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/temporal/__pycache__/register.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/temporal/__pycache__/sampling.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/temporal/__pycache__/space_time_datasets.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/temporal/__pycache__/spatial_extent.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/temporal/__pycache__/spatial_topology_dataset_connector.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/temporal/__pycache__/spatio_temporal_relationships.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/temporal/__pycache__/stds_export.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/temporal/__pycache__/stds_import.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/temporal/__pycache__/temporal_algebra.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/temporal/__pycache__/temporal_extent.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/temporal/__pycache__/temporal_granularity.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/temporal/__pycache__/temporal_operator.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/temporal/__pycache__/temporal_raster3d_algebra.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/temporal/__pycache__/temporal_raster_algebra.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/temporal/__pycache__/temporal_raster_base_algebra.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/temporal/__pycache__/temporal_topology_dataset_connector.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/temporal/__pycache__/temporal_vector_algebra.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/temporal/__pycache__/unit_tests.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/temporal/__pycache__/univar_statistics.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/r.in.wms/__pycache__/srs.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/r.in.wms/__pycache__/wms_base.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/r.in.wms/__pycache__/wms_cap_parsers.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/r.in.wms/__pycache__/wms_drv.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/etc/r.in.wms/__pycache__/wms_gdal_drv.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/__pycache__/gis_set.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/__pycache__/gis_set_error.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/__pycache__/wxgui.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/animation/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/animation/__pycache__/anim.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/animation/__pycache__/controller.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/animation/__pycache__/data.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/animation/__pycache__/dialogs.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/animation/__pycache__/frame.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/animation/__pycache__/g.gui.animation.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/animation/__pycache__/mapwindow.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/animation/__pycache__/nviztask.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/animation/__pycache__/provider.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/animation/__pycache__/temporal_manager.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/animation/__pycache__/toolbars.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/animation/__pycache__/utils.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/core/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/core/__pycache__/debug.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/core/__pycache__/gcmd.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/core/__pycache__/gconsole.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/core/__pycache__/giface.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/core/__pycache__/globalvar.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/core/__pycache__/gthread.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/core/__pycache__/layerlist.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/core/__pycache__/menutree.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/core/__pycache__/render.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/core/__pycache__/settings.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/core/__pycache__/toolboxes.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/core/__pycache__/treemodel.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/core/__pycache__/units.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/core/__pycache__/utils.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/core/__pycache__/workspace.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/core/__pycache__/ws.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/datacatalog/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/datacatalog/__pycache__/catalog.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/datacatalog/__pycache__/dialogs.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/datacatalog/__pycache__/frame.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/datacatalog/__pycache__/g.gui.datacatalog.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/datacatalog/__pycache__/toolbars.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/datacatalog/__pycache__/tree.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/dbmgr/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/dbmgr/__pycache__/base.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/dbmgr/__pycache__/dialogs.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/dbmgr/__pycache__/g.gui.dbmgr.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/dbmgr/__pycache__/manager.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/dbmgr/__pycache__/sqlbuilder.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/dbmgr/__pycache__/vinfo.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/gcp/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/gcp/__pycache__/g.gui.gcp.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/gcp/__pycache__/manager.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/gcp/__pycache__/mapdisplay.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/gcp/__pycache__/statusbar.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/gcp/__pycache__/toolbars.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/gmodeler/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/gmodeler/__pycache__/dialogs.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/gmodeler/__pycache__/frame.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/gmodeler/__pycache__/g.gui.gmodeler.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/gmodeler/__pycache__/giface.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/gmodeler/__pycache__/menudata.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/gmodeler/__pycache__/model.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/gmodeler/__pycache__/preferences.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/gmodeler/__pycache__/toolbars.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/gui_core/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/gui_core/__pycache__/dialogs.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/gui_core/__pycache__/forms.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/gui_core/__pycache__/ghelp.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/gui_core/__pycache__/goutput.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/gui_core/__pycache__/gselect.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/gui_core/__pycache__/mapdisp.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/gui_core/__pycache__/menu.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/gui_core/__pycache__/preferences.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/gui_core/__pycache__/prompt.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/gui_core/__pycache__/pyedit.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/gui_core/__pycache__/pystc.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/gui_core/__pycache__/query.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/gui_core/__pycache__/simplelmgr.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/gui_core/__pycache__/toolbars.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/gui_core/__pycache__/treeview.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/gui_core/__pycache__/vselect.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/gui_core/__pycache__/widgets.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/gui_core/__pycache__/wrap.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/iclass/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/iclass/__pycache__/dialogs.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/iclass/__pycache__/digit.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/iclass/__pycache__/frame.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/iclass/__pycache__/g.gui.iclass.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/iclass/__pycache__/plots.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/iclass/__pycache__/statistics.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/iclass/__pycache__/toolbars.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/icons/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/icons/__pycache__/grass_icons.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/icons/__pycache__/icon.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/image2target/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/image2target/__pycache__/g.gui.image2target.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/image2target/__pycache__/ii2t_gis_set.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/image2target/__pycache__/ii2t_gis_set_error.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/image2target/__pycache__/ii2t_manager.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/image2target/__pycache__/ii2t_mapdisplay.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/image2target/__pycache__/ii2t_menustrings.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/image2target/__pycache__/ii2t_statusbar.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/image2target/__pycache__/ii2t_toolbars.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/iscatt/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/iscatt/__pycache__/controllers.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/iscatt/__pycache__/core_c.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/iscatt/__pycache__/dialogs.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/iscatt/__pycache__/frame.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/iscatt/__pycache__/iscatt_core.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/iscatt/__pycache__/plots.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/iscatt/__pycache__/toolbars.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/iscatt/__pycache__/utils.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/lmgr/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/lmgr/__pycache__/frame.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/lmgr/__pycache__/giface.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/lmgr/__pycache__/layertree.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/lmgr/__pycache__/menudata.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/lmgr/__pycache__/pyshell.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/lmgr/__pycache__/toolbars.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/location_wizard/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/location_wizard/__pycache__/base.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/location_wizard/__pycache__/dialogs.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/location_wizard/__pycache__/wizard.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/mapdisp/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/mapdisp/__pycache__/frame.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/mapdisp/__pycache__/gprint.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/mapdisp/__pycache__/main.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/mapdisp/__pycache__/statusbar.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/mapdisp/__pycache__/test_mapdisp.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/mapdisp/__pycache__/toolbars.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/mapswipe/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/mapswipe/__pycache__/dialogs.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/mapswipe/__pycache__/frame.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/mapswipe/__pycache__/g.gui.mapswipe.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/mapswipe/__pycache__/mapwindow.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/mapswipe/__pycache__/toolbars.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/mapwin/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/mapwin/__pycache__/analysis.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/mapwin/__pycache__/base.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/mapwin/__pycache__/buffered.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/mapwin/__pycache__/decorations.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/mapwin/__pycache__/graphics.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/modules/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/modules/__pycache__/colorrules.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/modules/__pycache__/extensions.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/modules/__pycache__/histogram.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/modules/__pycache__/import_export.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/modules/__pycache__/mapsets_picker.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/modules/__pycache__/mcalc_builder.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/modules/__pycache__/vclean.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/nviz/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/nviz/__pycache__/animation.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/nviz/__pycache__/main.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/nviz/__pycache__/mapwindow.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/nviz/__pycache__/preferences.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/nviz/__pycache__/tools.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/nviz/__pycache__/workspace.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/nviz/__pycache__/wxnviz.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/photo2image/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/photo2image/__pycache__/g.gui.photo2image.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/photo2image/__pycache__/ip2i_manager.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/photo2image/__pycache__/ip2i_mapdisplay.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/photo2image/__pycache__/ip2i_statusbar.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/photo2image/__pycache__/ip2i_toolbars.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/psmap/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/psmap/__pycache__/dialogs.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/psmap/__pycache__/frame.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/psmap/__pycache__/g.gui.psmap.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/psmap/__pycache__/instructions.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/psmap/__pycache__/menudata.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/psmap/__pycache__/toolbars.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/psmap/__pycache__/utils.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/rdigit/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/rdigit/__pycache__/controller.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/rdigit/__pycache__/dialogs.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/rdigit/__pycache__/toolbars.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/rlisetup/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/rlisetup/__pycache__/frame.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/rlisetup/__pycache__/functions.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/rlisetup/__pycache__/g.gui.rlisetup.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/rlisetup/__pycache__/sampling_frame.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/rlisetup/__pycache__/wizard.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/startup/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/startup/__pycache__/guiutils.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/startup/__pycache__/locdownload.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/startup/__pycache__/utils.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/timeline/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/timeline/__pycache__/frame.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/timeline/__pycache__/g.gui.timeline.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/tplot/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/tplot/__pycache__/frame.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/tplot/__pycache__/g.gui.tplot.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/vdigit/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/vdigit/__pycache__/dialogs.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/vdigit/__pycache__/g.gui.vdigit.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/vdigit/__pycache__/main.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/vdigit/__pycache__/mapwindow.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/vdigit/__pycache__/preferences.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/vdigit/__pycache__/toolbars.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/vdigit/__pycache__/wxdigit.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/vdigit/__pycache__/wxdisplay.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/vnet/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/vnet/__pycache__/dialogs.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/vnet/__pycache__/toolbars.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/vnet/__pycache__/vnet_core.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/vnet/__pycache__/vnet_data.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/vnet/__pycache__/vnet_utils.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/vnet/__pycache__/widgets.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/web_services/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/web_services/__pycache__/cap_interface.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/web_services/__pycache__/dialogs.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/web_services/__pycache__/widgets.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/wxplot/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/wxplot/__pycache__/base.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/wxplot/__pycache__/dialogs.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/wxplot/__pycache__/histogram.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/wxplot/__pycache__/profile.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/wxplot/__pycache__/scatter.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/tools/__pycache__/ggroff.cpython-%%PYTHON_SUFFIX%%.pyc
-%%GRASS_INST_DIR%%/tools/__pycache__/ghtml.cpython-%%PYTHON_SUFFIX%%.pyc
+bin/grass%%MAJVER%%
+bin/grass%%VER%%