diff options
| author | Rene Ladan <rene@FreeBSD.org> | 2025-03-31 15:42:20 +0000 |
|---|---|---|
| committer | Rene Ladan <rene@FreeBSD.org> | 2025-03-31 15:42:37 +0000 |
| commit | 24efb6d28d402cf555cac3bcdf31c5a0ada88471 (patch) | |
| tree | a8496db3b78895ba13a138e698606c8fc223e7db | |
| parent | 240accf6bdd9084d88406fe2cc5e1271957f9d20 (diff) | |
databases/grass7: Remove expired port
2025-03-31 databases/grass7: Please use databases/grass8
| -rw-r--r-- | MOVED | 1 | ||||
| -rw-r--r-- | databases/Makefile | 1 | ||||
| -rw-r--r-- | databases/grass7/Makefile | 200 | ||||
| -rw-r--r-- | databases/grass7/distinfo | 3 | ||||
| -rw-r--r-- | databases/grass7/files/patch-Makefile | 22 | ||||
| -rw-r--r-- | databases/grass7/files/patch-include_Make_Install.make | 46 | ||||
| -rw-r--r-- | databases/grass7/files/patch-lib_python_ctypes_Makefile | 11 | ||||
| -rw-r--r-- | databases/grass7/files/patch-lib_python_ctypes_ctypesgencore_parser_preprocessor.py | 12 | ||||
| -rw-r--r-- | databases/grass7/files/patch-raster_r.terraflow_stats.cpp | 47 | ||||
| -rw-r--r-- | databases/grass7/files/patch-raster_r.terraflow_stats.h | 17 | ||||
| -rw-r--r-- | databases/grass7/files/pkg-message.in | 22 | ||||
| -rw-r--r-- | databases/grass7/pkg-descr | 7 | ||||
| -rw-r--r-- | databases/grass7/pkg-plist | 4315 |
13 files changed, 1 insertions, 4703 deletions
@@ -4266,3 +4266,4 @@ net-im/py-telepot||2025-03-31|Has expired: Upstream repository has been archived multimedia/msdl||2025-03-31|Has expired: Obsolete utility for obsolete protocols net-im/sayaka||2025-03-31|Has expired: Depends on expired security/mbedtls2 finance/odoo17||2025-03-31|Has expired: Depends on expired print/py-pypdf2 +databases/grass7|databases/grass8|2025-03-31|Has expired: Please use databases/grass8 diff --git a/databases/Makefile b/databases/Makefile index 45c179af1267..f2c94d5f978e 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -90,7 +90,6 @@ SUBDIR += gom SUBDIR += goose SUBDIR += gqlplus - SUBDIR += grass7 SUBDIR += grass8 SUBDIR += greptimedb SUBDIR += hashtypes diff --git a/databases/grass7/Makefile b/databases/grass7/Makefile deleted file mode 100644 index 6af793e95dcb..000000000000 --- a/databases/grass7/Makefile +++ /dev/null @@ -1,200 +0,0 @@ -PORTNAME= grass -PORTVERSION= 7.8.8 -PORTREVISION= 10 -CATEGORIES= databases geography -MASTER_SITES= https://grass.osgeo.org/%SUBDIR%/ \ - http://grass.cict.fr/%SUBDIR%/ \ - http://grass.fbk.eu/%SUBDIR%/ \ - http://grass.gis-lab.info/%SUBDIR%/ \ - http://grass.meteo.uni.wroc.pl/%SUBDIR%/ \ - http://grass.polytechnic.edu.na/%SUBDIR%/ \ - http://grass.unibuc.ro/%SUBDIR%/ \ - http://mirrors.ibiblio.org/grass/%SUBDIR%/ \ - http://pinus.gntech.ac.kr/grass/%SUBDIR%/ \ - http://wgbis.ces.iisc.ernet.in/grass/%SUBDIR%/ \ - http://wgrass.media.osaka-cu.ac.jp/grassh/%SUBDIR%/ -MASTER_SITE_SUBDIR= grass${VER}/source -PKGNAMESUFFIX= 7 - -MAINTAINER= lbartoletti@FreeBSD.org -COMMENT= Open source Geographical Information System (GIS) -WWW= https://grass.osgeo.org/ - -DEPRECATED= Please use databases/grass8 -EXPIRATION_DATE= 2025-03-31 - -LICENSE= GPLv2+ -LICENSE_FILE= ${WRKSRC}/GPL.TXT - -BUILD_DEPENDS= ${PY_NUMPY} \ - ${PYTHON_SITELIBDIR}/six.py:devel/py-six@${PY_FLAVOR} -LIB_DEPENDS= libgdal.so:graphics/gdal \ - libpng.so:graphics/png \ - libproj.so:graphics/proj \ - libtiff.so:graphics/tiff \ - libfftw3.so:math/fftw3 \ - libfontconfig.so:x11-fonts/fontconfig \ - libfreetype.so:print/freetype2 \ - libgeos.so:graphics/geos -RUN_DEPENDS= ${PY_NUMPY} \ - ${PYTHON_SITELIBDIR}/six.py:devel/py-six@${PY_FLAVOR} - -USES= blaslapack compiler:c11 gl gmake gnome iconv \ - jpeg perl5 pkgconfig python readline shebangfix xorg -SHEBANG_GLOB= *.py -SHEBANG_LANG= nviz -nviz_OLD_CMD= nviz -nviz_CMD= ${PREFIX}/${GRASS_INST_DIR}/bin/nviz -USE_XORG= sm ice x11 xext xi xmu xrender xt -USE_GL= gl glu -USE_GNOME= cairo -USE_WX= 3.2 -WX_COMPS= wx python:run -GNU_CONFIGURE= yes - -CONFIGURE_ARGS= --with-includes=${LOCALBASE}/include \ - --with-libs=${LOCALBASE}/lib \ - --with-opengl-includes=${LOCALBASE}/include/ \ - --with-opengl-libs=${LOCALBASE}/lib/ \ - --with-freetype \ - --with-freetype-includes=${LOCALBASE}/include/freetype2 \ - --with-blas \ - --with-lapack \ - --with-cairo \ - --with-readline \ - --enable-largefile \ - --with-wxwidgets=${WX_CONFIG} \ - --with-proj-share=${LOCALBASE}/share/proj \ - --with-proj-includes=${LOCALBASE}/include \ - --with-proj-libs=${LOCALBASE}/lib \ - --with-proj=${LOCALBASE}/bin/proj \ - --with-geos=${LOCALBASE}/bin/geos-config \ - --with-gdal=${LOCALBASE}/bin/gdal-config \ - --with-pthread=yes \ - --prefix=${LOCALBASE} \ - --exec-prefix=${LOCALBASE} - -CFLAGS+= -std=c11 - -SUB_FILES= pkg-message -SUB_LIST= PYTHON_CMD=${PYTHON_CMD} -BINARY_ALIAS= python3=${PYTHON_CMD} -ALL_TARGET= default -USE_LDCONFIG= ${PREFIX}/${GRASS_INST_DIR}/lib -MAKE_ENV+= TARGET="${CONFIGURE_TARGET}" -VER= ${PORTVERSION:R:C/\.//} - -PLIST_SUB= GRASS_INST_DIR="${GRASS_INST_DIR}" \ - VERSION="${PORTVERSION}" VERS="${PORTVERSION:C/([0-9]+).([0-9]+)(.*)/\1.\2/}" \ - VER="${VER}" MAJVER="${PKGNAMESUFFIX}" - -OPTIONS_DEFINE= NETCDF NLS PDAL ZSTD -OPTIONS_MULTI= DB -OPTIONS_MULTI_DB= MYSQL ODBC PGSQL SQLITE -#OPTIONS_SINGLE= BLAS -#OPTIONS_SINGLE_BLAS= ATLAS NETLIB GOTOBLAS OPENBLAS -OPTIONS_DEFAULT= NETCDF NLS PDAL PGSQL SQLITE ZSTD -OPTIONS_SUB= yes - -# BLAS/LAPACK: Only netlib compile the maxmimum number of modules -#BLAS_DESC= BLAS/LAPACK support -#GOTOBLAS_DESC= GotoBLAS implementationS -#ATLAS_USES= blaslapack:atlas -#NETLIB_USES= blaslapack -#GOTOBLAS_USES= blaslapack:gotoblas -#OPENBLAS_USES= blaslapack:openblas -PDAL_DESC= Enable points cloud data modules -DB_DESC= Database support -MYSQL_USES= mysql -MYSQL_CONFIGURE_ON= --with-mysql \ - --with-mysql-includes=${LOCALBASE}/include/mysql \ - --with-mysql-libs=${LOCALBASE}/lib/mysql -NETCDF_CONFIGURE_ON= --with-netcdf=${LOCALBASE}/bin/nc-config -NETCDF_LIB_DEPENDS= libnetcdf.so:science/netcdf -NLS_CONFIGURE_WITH= nls -NLS_USES= gettext -ODBC_LIB_DEPENDS= libodbc.so:databases/unixODBC -ODBC_CONFIGURE_WITH= odbc -PDAL_CONFIGURE_ON= --with-pdal=${LOCALBASE}/bin/pdal-config -PDAL_LIB_DEPENDS= libpdalcpp.so:math/pdal -PGSQL_USES= pgsql -PGSQL_CONFIGURE_WITH= postgres -SQLITE_USES= sqlite -SQLITE_CONFIGURE_WITH= sqlite -SQLITE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} -ZSTD_CONFIGURE_WITH= zstd -ZSTD_LIB_DEPENDS= libzstd.so:archivers/zstd - -.if exists(/usr/include/omp.h) -CONFIGURE_ARGS+= --with-openmp -.endif - -.include <bsd.port.pre.mk> - -.if ${ARCH} == "i386" -USE_GCC= yes -PLIST_SUB+= NOTONI386="@comment " -.else -PLIST_SUB+= NOTONI386="" -.endif - -.if !defined (GRASS_INST_DIR) -GRASS_INST_DIR= ${PORTNAME}${VER} -.endif - -MANDIRS= ${PREFIX}/grass${VER}/docs/man/man1 - -post-patch: - ${REINPLACE_CMD} \ - 's|= python3|= ${PYTHON_CMD:T}|' ${WRKSRC}/include/Make/Platform.make.in - ${REINPLACE_CMD} -e \ - "s|'make'|'gmake'|g; \ - s|gcc|${CC}|" ${WRKSRC}/scripts/g.extension/g.extension.py - ${REINPLACE_CMD} \ - 's|$$(ARCH)|$$(TARGET)|g' ${WRKSRC}/include/Make/Grass.make -# Replace hardcoded python interpreter to PYTHON_CMD - ${REINPLACE_CMD} "s|'GRASS_PYTHON', 'python'|'GRASS_PYTHON', \'${PYTHON_CMD}\'|g" \ - ${WRKSRC}/scripts/wxpyimgview/wxpyimgview.py - ${REINPLACE_CMD} 's|GRASS_PYTHON=python|GRASS_PYTHON=${PYTHON_CMD}|g' \ - ${WRKSRC}/lib/init/grass.sh - ${REINPLACE_CMD} \ - "s|environ\['GRASS_PYTHON'\] = "'"python3"'"|environ['GRASS_PYTHON'] = "'"${PYTHON_CMD}"'"|g" \ - ${WRKSRC}/lib/python/script/setup.py - -post-install: -# remove useless files - ${RM} -rf ${STAGEDIR}${PREFIX}/${GRASS_INST_DIR}/etc/db.test/ - ${RM} -rf ${STAGEDIR}${PREFIX}/${GRASS_INST_DIR}/demolocation/PERMANENT/.tmp/ - ${RM} -rf ${STAGEDIR}${PREFIX}/${GRASS_INST_DIR}/docs/html/colortables/*bak.png - -# fix pkg-plist issues -# poudriere testport, poudriere bulk -t and make ports can create different pkg-plist - for i in `${FIND} ${WRKSRC}/scripts -type f \( -name *jpg -o -name *png -o -name *gxm \) -print`; do \ - ${INSTALL_DATA} $$i ${STAGEDIR}${LOCALBASE}/${PORTNAME}${VER}/docs/html; \ - done - for i in `${FIND} ${WRKSRC}/gui/wxpython -type f \( -name *jpg -o -name *png -o -name *gxm \) -print`; do \ - ${INSTALL_DATA} $$i ${STAGEDIR}${LOCALBASE}/${PORTNAME}${VER}/docs/html; \ - done - for i in `${FIND} ${WRKSRC}/raster -type f \( -name *jpg -o -name *png -o -name *gxm \) -print`; do \ - ${INSTALL_DATA} $$i ${STAGEDIR}${LOCALBASE}/${PORTNAME}${VER}/docs/html; \ - done - for i in `${FIND} ${WRKSRC}/imagery -type f \( -name *jpg -o -name *png -o -name *gxm \) -print`; do \ - ${INSTALL_DATA} $$i ${STAGEDIR}${LOCALBASE}/${PORTNAME}${VER}/docs/html; \ - done - ${INSTALL_SCRIPT} ${WRKSRC}/scripts/wxpyimgview/wxpyimgview_gui.py ${STAGEDIR}${PREFIX}/${GRASS_INST_DIR}/etc/wxpyimgview_gui.py - ${MKDIR} ${STAGEDIR}${PREFIX}/${GRASS_INST_DIR}/etc/d.polar - ${INSTALL_DATA} ${WRKSRC}/scripts/d.polar/ps_defs.eps ${STAGEDIR}${PREFIX}/${GRASS_INST_DIR}/etc/d.polar - -# STRIP PART - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${GRASS_INST_DIR}/bin/* - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${GRASS_INST_DIR}/driver/db/* -.for i in clean_temp current_time_s_ms echo i.find lock run r.watershed/seg r.watershed/ram lister/vector lister/cell - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${GRASS_INST_DIR}/etc/${i} -.endfor - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${GRASS_INST_DIR}/tools/g.echo - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${GRASS_INST_DIR}/lib/* - -# symlink grass7 - ${LN} -sf ${PORTNAME}${VER} \ - ${STAGEDIR}${PREFIX}/bin/${PORTNAME}${PKGNAMESUFFIX} -.include <bsd.port.post.mk> diff --git a/databases/grass7/distinfo b/databases/grass7/distinfo deleted file mode 100644 index f08c2194a479..000000000000 --- a/databases/grass7/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1709187366 -SHA256 (grass-7.8.8.tar.gz) = ba9620a87a89ad924670ce193a8de00329f57e7389539596698849e5ee5deebe -SIZE (grass-7.8.8.tar.gz) = 66331485 diff --git a/databases/grass7/files/patch-Makefile b/databases/grass7/files/patch-Makefile deleted file mode 100644 index bf8fceabdb0d..000000000000 --- a/databases/grass7/files/patch-Makefile +++ /dev/null @@ -1,22 +0,0 @@ ---- Makefile.orig 2016-11-04 UTC -+++ Makefile -@@ -64,19 +64,7 @@ default: - $(MAKE) subdirs - $(MAKE) $(FILES_DST) - $(MAKE) manifests -- @if [ `wc -l < "$(ERRORLOG)"` -gt 5 ] ; then \ -- echo "--" >> $(ERRORLOG) ; \ -- echo "In case of errors please change into the directory with error and run 'make'." >> $(ERRORLOG) ; \ -- echo "If you get multiple errors, you need to deal with them in the order they" >> $(ERRORLOG) ; \ -- echo "appear in the error log. If you get an error building a library, you will" >> $(ERRORLOG) ; \ -- echo "also get errors from anything which uses the library." >> $(ERRORLOG) ; \ -- else \ -- echo "No errors detected." >> $(ERRORLOG) ; \ -- fi -- @echo "--" >> $(ERRORLOG) - @echo "Finished compilation: `date`" >> $(ERRORLOG) -- @cat $(ERRORLOG) -- @if [ `wc -l < "$(ERRORLOG)"` -gt 8 ] ; then false ; else true ; fi - - manifests: - ifeq ($(MANIFEST),external) diff --git a/databases/grass7/files/patch-include_Make_Install.make b/databases/grass7/files/patch-include_Make_Install.make deleted file mode 100644 index 62ceb4921937..000000000000 --- a/databases/grass7/files/patch-include_Make_Install.make +++ /dev/null @@ -1,46 +0,0 @@ ---- 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 - else - $(MAKE) install-check-parent -- $(MAKE) install-check-writable - $(MAKE) install-check-prefix - $(MAKE) real-install - endif -@@ -54,22 +53,7 @@ install-check-parent: | $(DESTDIR) - while [ ! -d "$(DESTDIR)$$INST_PATH" ]; do \ - INST_PATH=`dirname $$INST_PATH`; \ - done; \ -- 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 "$(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 "$(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 ; \ -- echo " Do you want to continue? [y/n]" >&2 ; \ -- read ans; \ -- if [ "$$ans" != "y" -a "$$ans" != "Y" ] ; then \ -- echo "Installation aborted, exiting Make." >&2 ; \ -- exit 1; \ -- fi; \ - fi - - ifneq ($(strip $(MINGW)),) diff --git a/databases/grass7/files/patch-lib_python_ctypes_Makefile b/databases/grass7/files/patch-lib_python_ctypes_Makefile deleted file mode 100644 index 844ec4ead152..000000000000 --- a/databases/grass7/files/patch-lib_python_ctypes_Makefile +++ /dev/null @@ -1,11 +0,0 @@ ---- lib/python/ctypes/Makefile.orig 2020-06-03 13:29:15 UTC -+++ lib/python/ctypes/Makefile -@@ -63,7 +63,7 @@ endif - - SED = sed - CTYPESGEN = ./ctypesgen.py --CTYPESFLAGS = --cpp "$(CC) -E $(CPPFLAGS) $(LFS_CFLAGS) $(MAC_FLAGS) $(EXTRA_CFLAGS) $(NLS_CFLAGS) $(DEFS) $(EXTRA_INC) $(INC) -D__GLIBC_HAVE_LONG_LONG" -+CTYPESFLAGS = --cpp "$(CC) -E $(CPPFLAGS) $(LFS_CFLAGS) $(MAC_FLAGS) $(EXTRA_CFLAGS) $(NLS_CFLAGS) $(DEFS) $(EXTRA_INC) $(INC) -D__GLIBC_HAVE_LONG_LONG -D__GNUCLIKE_BUILTIN_VARARGS -D__GNUCLIKE_BUILTIN_STDARG" - EXTRA_CLEAN_FILES := $(wildcard ctypesgencore/*.pyc) $(wildcard ctypesgencore/*/*.pyc) - - ifneq ($(MINGW),) diff --git a/databases/grass7/files/patch-lib_python_ctypes_ctypesgencore_parser_preprocessor.py b/databases/grass7/files/patch-lib_python_ctypes_ctypesgencore_parser_preprocessor.py deleted file mode 100644 index 11b8c047c88c..000000000000 --- a/databases/grass7/files/patch-lib_python_ctypes_ctypesgencore_parser_preprocessor.py +++ /dev/null @@ -1,12 +0,0 @@ ---- lib/python/ctypes/ctypesgencore/parser/preprocessor.py.orig 2020-06-03 13:26:22 UTC -+++ lib/python/ctypes/ctypesgencore/parser/preprocessor.py -@@ -123,7 +123,8 @@ class PreprocessorParser(object): - def __init__(self, options, cparser): - self.defines = ["inline=", "__inline__=", "__extension__=", - "_Bool=uint8_t", "__const=const", "__asm__(x)=", -- "__asm(x)=", "CTYPESGEN=1"] -+ "__asm(x)=", "CTYPESGEN=1", -+ "__attribute__(x)=", "__aligned(x)=", "_Noreturn="] - - # On OSX, explicitly add these defines to keep from getting syntax - # errors in the OSX standard headers. diff --git a/databases/grass7/files/patch-raster_r.terraflow_stats.cpp b/databases/grass7/files/patch-raster_r.terraflow_stats.cpp deleted file mode 100644 index 0fcc68e2c2d1..000000000000 --- a/databases/grass7/files/patch-raster_r.terraflow_stats.cpp +++ /dev/null @@ -1,47 +0,0 @@ ---- raster/r.terraflow/stats.cpp.orig 2020-12-21 18:40:15 UTC -+++ raster/r.terraflow/stats.cpp -@@ -126,44 +126,7 @@ statsRecorder::statsRecorder(char *fname) : ofstream(n - //ofstream that takes an fd; wrote another noclobber() function that - //closes fd and returns the name; - rt_start(tm); --#ifndef __MINGW32__ -- bss = sbrk(0); --#endif -- char buf[BUFSIZ]; -- *this << freeMem(buf) << endl; - } -- --/* ********************************************************************** */ -- --long --statsRecorder::freeMem() { --#ifdef __MINGW32__ -- return -1; --#else -- struct rlimit rlim; -- if (getrlimit(RLIMIT_DATA, &rlim) == -1) { -- perror("getrlimit: "); -- return -1; -- } -- /* printf("getrlimit returns: %d \n", rlim.rlim_cur); */ -- if (rlim.rlim_cur == RLIM_INFINITY) { -- /* printf("rlim is infinity\n"); */ -- /* should fix this */ -- return -1; -- } -- long freeMem = rlim.rlim_cur - ((char*)sbrk(0)-(char*)bss); -- return freeMem; --#endif /* __MINGW32__ */ --} -- --char * --statsRecorder::freeMem(char *buf) { -- char buf2[BUFSIZ]; -- sprintf(buf, "Free Memory=%s", formatNumber(buf2, freeMem())); -- return buf; --} -- -- - - /* ********************************************************************** */ - diff --git a/databases/grass7/files/patch-raster_r.terraflow_stats.h b/databases/grass7/files/patch-raster_r.terraflow_stats.h deleted file mode 100644 index 6e9013c22069..000000000000 --- a/databases/grass7/files/patch-raster_r.terraflow_stats.h +++ /dev/null @@ -1,17 +0,0 @@ ---- raster/r.terraflow/stats.h.orig 2020-12-21 18:40:15 UTC -+++ raster/r.terraflow/stats.h -@@ -35,14 +35,11 @@ int noclobberFile(char *); - class statsRecorder : public ofstream { - private: - Rtimer tm; -- void *bss; - public: - statsRecorder(char *fname); - ~statsRecorder() { - this->flush(); - } -- char *freeMem(char *); -- long freeMem(); - char *timestamp(); - void timestamp(const char *s); - void comment(const char *s, const int verbose=1); diff --git a/databases/grass7/files/pkg-message.in b/databases/grass7/files/pkg-message.in deleted file mode 100644 index 917d7762805c..000000000000 --- a/databases/grass7/files/pkg-message.in +++ /dev/null @@ -1,22 +0,0 @@ -[ -{ type: install - message: <<EOM -To run the wxpython based GUI: - - export GRASS_PYTHON=%%PYTHON_CMD%% - grass -gui - -To map gcc for numpy, add: - - libgcc_s.so.1 gcc9/libgcc_s.so.1 - libgomp.so.1 gcc9/libgomp.so.1 - libssp.so.0 gcc9/libssp.so.0 - libstdc++.so.6 gcc9/libstdc++.so.6 - -to %%LOCALBASE%%/etc/libmap.d/gcc.conf. Use your local gcc version -instead of gcc9. - -This is required for some modules using fortran. -EOM -} -] diff --git a/databases/grass7/pkg-descr b/databases/grass7/pkg-descr deleted file mode 100644 index a44cad5d95a0..000000000000 --- a/databases/grass7/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ - Geographic Resources Analysis Support System - (GRASS GIS) - -An open source Geographical Information System (GIS) with raster, -topological vector, image processing, and graphics production functionality -that operates on various platforms through a graphical user interface and -shell in X-Windows. It is released under GNU General Public License (GPL). diff --git a/databases/grass7/pkg-plist b/databases/grass7/pkg-plist deleted file mode 100644 index 0a663d95bb3d..000000000000 --- a/databases/grass7/pkg-plist +++ /dev/null @@ -1,4315 +0,0 @@ -%%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 -%%GRASS_INST_DIR%%/bin/d.erase -%%GRASS_INST_DIR%%/bin/d.font -%%GRASS_INST_DIR%%/bin/d.fontlist -%%GRASS_INST_DIR%%/bin/d.geodesic -%%GRASS_INST_DIR%%/bin/d.graph -%%GRASS_INST_DIR%%/bin/d.grid -%%GRASS_INST_DIR%%/bin/d.his -%%GRASS_INST_DIR%%/bin/d.histogram -%%GRASS_INST_DIR%%/bin/d.info -%%GRASS_INST_DIR%%/bin/d.labels -%%GRASS_INST_DIR%%/bin/d.legend -%%GRASS_INST_DIR%%/bin/d.legend.vect -%%GRASS_INST_DIR%%/bin/d.linegraph -%%GRASS_INST_DIR%%/bin/d.mon -%%GRASS_INST_DIR%%/bin/d.northarrow -%%GRASS_INST_DIR%%/bin/d.path -%%GRASS_INST_DIR%%/bin/d.profile -%%GRASS_INST_DIR%%/bin/d.rast -%%GRASS_INST_DIR%%/bin/d.rast.arrow -%%GRASS_INST_DIR%%/bin/d.rast.num -%%GRASS_INST_DIR%%/bin/d.rgb -%%GRASS_INST_DIR%%/bin/d.rhumbline -%%GRASS_INST_DIR%%/bin/d.text -%%GRASS_INST_DIR%%/bin/d.title -%%GRASS_INST_DIR%%/bin/d.vect -%%GRASS_INST_DIR%%/bin/d.vect.chart -%%GRASS_INST_DIR%%/bin/d.vect.thematic -%%GRASS_INST_DIR%%/bin/d.where -%%GRASS_INST_DIR%%/bin/db.columns -%%GRASS_INST_DIR%%/bin/db.connect -%%GRASS_INST_DIR%%/bin/db.copy -%%GRASS_INST_DIR%%/bin/db.createdb -%%GRASS_INST_DIR%%/bin/db.databases -%%GRASS_INST_DIR%%/bin/db.describe -%%GRASS_INST_DIR%%/bin/db.drivers -%%GRASS_INST_DIR%%/bin/db.dropdb -%%GRASS_INST_DIR%%/bin/db.execute -%%GRASS_INST_DIR%%/bin/db.login -%%GRASS_INST_DIR%%/bin/db.select -%%GRASS_INST_DIR%%/bin/db.tables -%%GRASS_INST_DIR%%/bin/g.access -%%GRASS_INST_DIR%%/bin/g.cairocomp -%%GRASS_INST_DIR%%/bin/g.copy -%%GRASS_INST_DIR%%/bin/g.dirseps -%%GRASS_INST_DIR%%/bin/g.filename -%%GRASS_INST_DIR%%/bin/g.findetc -%%GRASS_INST_DIR%%/bin/g.findfile -%%GRASS_INST_DIR%%/bin/g.gisenv -%%GRASS_INST_DIR%%/bin/g.gui -%%GRASS_INST_DIR%%/bin/g.list -%%GRASS_INST_DIR%%/bin/g.mapset -%%GRASS_INST_DIR%%/bin/g.mapsets -%%GRASS_INST_DIR%%/bin/g.message -%%GRASS_INST_DIR%%/bin/g.mkfontcap -%%GRASS_INST_DIR%%/bin/g.parser -%%GRASS_INST_DIR%%/bin/g.pnmcomp -%%GRASS_INST_DIR%%/bin/g.ppmtopng -%%GRASS_INST_DIR%%/bin/g.proj -%%GRASS_INST_DIR%%/bin/g.region -%%GRASS_INST_DIR%%/bin/g.remove -%%GRASS_INST_DIR%%/bin/g.rename -%%GRASS_INST_DIR%%/bin/g.tempfile -%%GRASS_INST_DIR%%/bin/g.version -%%GRASS_INST_DIR%%/bin/i.albedo -%%GRASS_INST_DIR%%/bin/i.aster.toar -%%GRASS_INST_DIR%%/bin/i.atcorr -%%GRASS_INST_DIR%%/bin/i.biomass -%%GRASS_INST_DIR%%/bin/i.cca -%%GRASS_INST_DIR%%/bin/i.cluster -%%GRASS_INST_DIR%%/bin/i.eb.eta -%%GRASS_INST_DIR%%/bin/i.eb.evapfr -%%GRASS_INST_DIR%%/bin/i.eb.hsebal01 -%%GRASS_INST_DIR%%/bin/i.eb.netrad -%%GRASS_INST_DIR%%/bin/i.eb.soilheatflux -%%GRASS_INST_DIR%%/bin/i.emissivity -%%GRASS_INST_DIR%%/bin/i.evapo.mh -%%GRASS_INST_DIR%%/bin/i.evapo.pm -%%GRASS_INST_DIR%%/bin/i.evapo.pt -%%GRASS_INST_DIR%%/bin/i.evapo.time -%%GRASS_INST_DIR%%/bin/i.fft -%%GRASS_INST_DIR%%/bin/i.gensig -%%GRASS_INST_DIR%%/bin/i.gensigset -%%GRASS_INST_DIR%%/bin/i.group -%%GRASS_INST_DIR%%/bin/i.his.rgb -%%GRASS_INST_DIR%%/bin/i.ifft -%%GRASS_INST_DIR%%/bin/i.landsat.acca -%%GRASS_INST_DIR%%/bin/i.landsat.toar -%%GRASS_INST_DIR%%/bin/i.maxlik -%%GRASS_INST_DIR%%/bin/i.modis.qc -%%GRASS_INST_DIR%%/bin/i.ortho.camera -%%GRASS_INST_DIR%%/bin/i.ortho.elev -%%GRASS_INST_DIR%%/bin/i.ortho.init -%%GRASS_INST_DIR%%/bin/i.ortho.photo -%%GRASS_INST_DIR%%/bin/i.ortho.rectify -%%GRASS_INST_DIR%%/bin/i.ortho.target -%%GRASS_INST_DIR%%/bin/i.ortho.transform -%%GRASS_INST_DIR%%/bin/i.pca -%%GRASS_INST_DIR%%/bin/i.rectify -%%GRASS_INST_DIR%%/bin/i.rgb.his -%%GRASS_INST_DIR%%/bin/i.segment -%%GRASS_INST_DIR%%/bin/i.smap -%%GRASS_INST_DIR%%/bin/i.target -%%GRASS_INST_DIR%%/bin/i.topo.corr -%%GRASS_INST_DIR%%/bin/i.vi -%%GRASS_INST_DIR%%/bin/i.zc -%%GRASS_INST_DIR%%/bin/m.cogo -%%GRASS_INST_DIR%%/bin/m.measure -%%GRASS_INST_DIR%%/bin/m.nviz.image -%%GRASS_INST_DIR%%/bin/m.nviz.script -%%GRASS_INST_DIR%%/bin/m.transform -%%GRASS_INST_DIR%%/bin/ps.map -%%GRASS_INST_DIR%%/bin/r.basins.fill -%%GRASS_INST_DIR%%/bin/r.buffer -%%GRASS_INST_DIR%%/bin/r.buildvrt -%%GRASS_INST_DIR%%/bin/r.carve -%%GRASS_INST_DIR%%/bin/r.category -%%GRASS_INST_DIR%%/bin/r.circle -%%GRASS_INST_DIR%%/bin/r.clump -%%GRASS_INST_DIR%%/bin/r.coin -%%GRASS_INST_DIR%%/bin/r.colors -%%GRASS_INST_DIR%%/bin/r.colors.out -%%GRASS_INST_DIR%%/bin/r.composite -%%GRASS_INST_DIR%%/bin/r.compress -%%GRASS_INST_DIR%%/bin/r.contour -%%GRASS_INST_DIR%%/bin/r.cost -%%GRASS_INST_DIR%%/bin/r.covar -%%GRASS_INST_DIR%%/bin/r.cross -%%GRASS_INST_DIR%%/bin/r.describe -%%GRASS_INST_DIR%%/bin/r.distance -%%GRASS_INST_DIR%%/bin/r.external -%%GRASS_INST_DIR%%/bin/r.external.out -%%GRASS_INST_DIR%%/bin/r.fill.dir -%%GRASS_INST_DIR%%/bin/r.fill.stats -%%GRASS_INST_DIR%%/bin/r.flow -%%GRASS_INST_DIR%%/bin/r.geomorphon -%%GRASS_INST_DIR%%/bin/r.grow.distance -%%GRASS_INST_DIR%%/bin/r.gwflow -%%GRASS_INST_DIR%%/bin/r.his -%%GRASS_INST_DIR%%/bin/r.horizon -%%GRASS_INST_DIR%%/bin/r.in.ascii -%%GRASS_INST_DIR%%/bin/r.in.bin -%%GRASS_INST_DIR%%/bin/r.in.gdal -%%GRASS_INST_DIR%%/bin/r.in.gridatb -%%GRASS_INST_DIR%%/bin/r.in.mat -%%GRASS_INST_DIR%%/bin/r.in.png -%%GRASS_INST_DIR%%/bin/r.in.poly -%%GRASS_INST_DIR%%/bin/r.in.xyz -%%GRASS_INST_DIR%%/bin/r.info -%%GRASS_INST_DIR%%/bin/r.kappa -%%GRASS_INST_DIR%%/bin/r.lake -%%GRASS_INST_DIR%%/bin/r.latlong -%%GRASS_INST_DIR%%/bin/r.li.cwed -%%GRASS_INST_DIR%%/bin/r.li.dominance -%%GRASS_INST_DIR%%/bin/r.li.edgedensity -%%GRASS_INST_DIR%%/bin/r.li.mpa -%%GRASS_INST_DIR%%/bin/r.li.mps -%%GRASS_INST_DIR%%/bin/r.li.padcv -%%GRASS_INST_DIR%%/bin/r.li.padrange -%%GRASS_INST_DIR%%/bin/r.li.padsd -%%GRASS_INST_DIR%%/bin/r.li.patchdensity -%%GRASS_INST_DIR%%/bin/r.li.patchnum -%%GRASS_INST_DIR%%/bin/r.li.pielou -%%GRASS_INST_DIR%%/bin/r.li.renyi -%%GRASS_INST_DIR%%/bin/r.li.richness -%%GRASS_INST_DIR%%/bin/r.li.shannon -%%GRASS_INST_DIR%%/bin/r.li.shape -%%GRASS_INST_DIR%%/bin/r.li.simpson -%%GRASS_INST_DIR%%/bin/r.mapcalc -%%GRASS_INST_DIR%%/bin/r.mfilter -%%GRASS_INST_DIR%%/bin/r.mode -%%GRASS_INST_DIR%%/bin/r.neighbors -%%GRASS_INST_DIR%%/bin/r.null -%%GRASS_INST_DIR%%/bin/r.out.ascii -%%GRASS_INST_DIR%%/bin/r.out.bin -%%GRASS_INST_DIR%%/bin/r.out.gdal -%%GRASS_INST_DIR%%/bin/r.out.gridatb -%%GRASS_INST_DIR%%/bin/r.out.mat -%%GRASS_INST_DIR%%/bin/r.out.mpeg -%%GRASS_INST_DIR%%/bin/r.out.png -%%GRASS_INST_DIR%%/bin/r.out.pov -%%GRASS_INST_DIR%%/bin/r.out.ppm -%%GRASS_INST_DIR%%/bin/r.out.ppm3 -%%GRASS_INST_DIR%%/bin/r.out.vrml -%%GRASS_INST_DIR%%/bin/r.out.vtk -%%GRASS_INST_DIR%%/bin/r.param.scale -%%GRASS_INST_DIR%%/bin/r.patch -%%GRASS_INST_DIR%%/bin/r.path -%%GRASS_INST_DIR%%/bin/r.profile -%%GRASS_INST_DIR%%/bin/r.proj -%%GRASS_INST_DIR%%/bin/r.quant -%%GRASS_INST_DIR%%/bin/r.quantile -%%GRASS_INST_DIR%%/bin/r.random -%%GRASS_INST_DIR%%/bin/r.random.cells -%%GRASS_INST_DIR%%/bin/r.random.surface -%%GRASS_INST_DIR%%/bin/r.reclass -%%GRASS_INST_DIR%%/bin/r.recode -%%GRASS_INST_DIR%%/bin/r.region -%%GRASS_INST_DIR%%/bin/r.regression.line -%%GRASS_INST_DIR%%/bin/r.regression.multi -%%GRASS_INST_DIR%%/bin/r.relief -%%GRASS_INST_DIR%%/bin/r.report -%%GRASS_INST_DIR%%/bin/r.resamp.bspline -%%GRASS_INST_DIR%%/bin/r.resamp.filter -%%GRASS_INST_DIR%%/bin/r.resamp.interp -%%GRASS_INST_DIR%%/bin/r.resamp.rst -%%GRASS_INST_DIR%%/bin/r.resamp.stats -%%GRASS_INST_DIR%%/bin/r.resample -%%GRASS_INST_DIR%%/bin/r.rescale -%%GRASS_INST_DIR%%/bin/r.rescale.eq -%%GRASS_INST_DIR%%/bin/r.ros -%%GRASS_INST_DIR%%/bin/r.series -%%GRASS_INST_DIR%%/bin/r.series.accumulate -%%GRASS_INST_DIR%%/bin/r.series.interp -%%GRASS_INST_DIR%%/bin/r.sim.sediment -%%GRASS_INST_DIR%%/bin/r.sim.water -%%GRASS_INST_DIR%%/bin/r.slope.aspect -%%GRASS_INST_DIR%%/bin/r.solute.transport -%%GRASS_INST_DIR%%/bin/r.spread -%%GRASS_INST_DIR%%/bin/r.spreadpath -%%GRASS_INST_DIR%%/bin/r.statistics -%%GRASS_INST_DIR%%/bin/r.stats -%%GRASS_INST_DIR%%/bin/r.stats.quantile -%%GRASS_INST_DIR%%/bin/r.stats.zonal -%%GRASS_INST_DIR%%/bin/r.stream.extract -%%GRASS_INST_DIR%%/bin/r.sun -%%GRASS_INST_DIR%%/bin/r.sunhours -%%GRASS_INST_DIR%%/bin/r.sunmask -%%GRASS_INST_DIR%%/bin/r.support -%%GRASS_INST_DIR%%/bin/r.support.stats -%%GRASS_INST_DIR%%/bin/r.surf.area -%%GRASS_INST_DIR%%/bin/r.surf.contour -%%GRASS_INST_DIR%%/bin/r.surf.fractal -%%GRASS_INST_DIR%%/bin/r.surf.gauss -%%GRASS_INST_DIR%%/bin/r.surf.idw -%%GRASS_INST_DIR%%/bin/r.surf.random -%%GRASS_INST_DIR%%/bin/r.terraflow -%%GRASS_INST_DIR%%/bin/r.texture -%%GRASS_INST_DIR%%/bin/r.thin -%%GRASS_INST_DIR%%/bin/r.tile -%%GRASS_INST_DIR%%/bin/r.timestamp -%%GRASS_INST_DIR%%/bin/r.to.rast3 -%%GRASS_INST_DIR%%/bin/r.to.rast3elev -%%GRASS_INST_DIR%%/bin/r.to.vect -%%GRASS_INST_DIR%%/bin/r.topidx -%%GRASS_INST_DIR%%/bin/r.topmodel -%%GRASS_INST_DIR%%/bin/r.transect -%%GRASS_INST_DIR%%/bin/r.univar -%%GRASS_INST_DIR%%/bin/r.uslek -%%GRASS_INST_DIR%%/bin/r.usler -%%GRASS_INST_DIR%%/bin/r.viewshed -%%GRASS_INST_DIR%%/bin/r.volume -%%GRASS_INST_DIR%%/bin/r.walk -%%GRASS_INST_DIR%%/bin/r.water.outlet -%%GRASS_INST_DIR%%/bin/r.watershed -%%GRASS_INST_DIR%%/bin/r.what -%%GRASS_INST_DIR%%/bin/r.what.color -%%GRASS_INST_DIR%%/bin/r3.colors -%%GRASS_INST_DIR%%/bin/r3.colors.out -%%GRASS_INST_DIR%%/bin/r3.cross.rast -%%GRASS_INST_DIR%%/bin/r3.flow -%%GRASS_INST_DIR%%/bin/r3.gradient -%%GRASS_INST_DIR%%/bin/r3.gwflow -%%GRASS_INST_DIR%%/bin/r3.in.ascii -%%GRASS_INST_DIR%%/bin/r3.in.bin -%%GRASS_INST_DIR%%/bin/r3.in.v5d -%%GRASS_INST_DIR%%/bin/r3.info -%%GRASS_INST_DIR%%/bin/r3.mapcalc -%%GRASS_INST_DIR%%/bin/r3.mask -%%GRASS_INST_DIR%%/bin/r3.mkdspf -%%GRASS_INST_DIR%%/bin/r3.neighbors -%%GRASS_INST_DIR%%/bin/r3.null -%%GRASS_INST_DIR%%/bin/r3.out.ascii -%%GRASS_INST_DIR%%/bin/r3.out.bin -%%GRASS_INST_DIR%%/bin/r3.out.v5d -%%GRASS_INST_DIR%%/bin/r3.out.vtk -%%GRASS_INST_DIR%%/bin/r3.retile -%%GRASS_INST_DIR%%/bin/r3.stats -%%GRASS_INST_DIR%%/bin/r3.support -%%GRASS_INST_DIR%%/bin/r3.timestamp -%%GRASS_INST_DIR%%/bin/r3.to.rast -%%GRASS_INST_DIR%%/bin/r3.univar -%%GRASS_INST_DIR%%/bin/t.connect -%%GRASS_INST_DIR%%/bin/test.r3flow -%%GRASS_INST_DIR%%/bin/test.raster3d.lib -%%GRASS_INST_DIR%%/bin/v.buffer -%%GRASS_INST_DIR%%/bin/v.build -%%GRASS_INST_DIR%%/bin/v.build.polylines -%%GRASS_INST_DIR%%/bin/v.category -%%GRASS_INST_DIR%%/bin/v.class -%%GRASS_INST_DIR%%/bin/v.clean -%%GRASS_INST_DIR%%/bin/v.cluster -%%GRASS_INST_DIR%%/bin/v.colors -%%GRASS_INST_DIR%%/bin/v.colors.out -%%GRASS_INST_DIR%%/bin/v.db.connect -%%GRASS_INST_DIR%%/bin/v.db.select -%%GRASS_INST_DIR%%/bin/v.decimate -%%GRASS_INST_DIR%%/bin/v.delaunay -%%GRASS_INST_DIR%%/bin/v.distance -%%GRASS_INST_DIR%%/bin/v.drape -%%GRASS_INST_DIR%%/bin/v.edit -%%GRASS_INST_DIR%%/bin/v.external -%%GRASS_INST_DIR%%/bin/v.external.out -%%GRASS_INST_DIR%%/bin/v.extract -%%GRASS_INST_DIR%%/bin/v.extrude -%%GRASS_INST_DIR%%/bin/v.generalize -%%GRASS_INST_DIR%%/bin/v.hull -%%GRASS_INST_DIR%%/bin/v.in.ascii -%%GRASS_INST_DIR%%/bin/v.in.db -%%GRASS_INST_DIR%%/bin/v.in.dxf -%%GRASS_INST_DIR%%/bin/v.in.ogr -%%GRASS_INST_DIR%%/bin/v.in.region -%%GRASS_INST_DIR%%/bin/v.info -%%GRASS_INST_DIR%%/bin/v.kcv -%%GRASS_INST_DIR%%/bin/v.kernel -%%GRASS_INST_DIR%%/bin/v.label -%%GRASS_INST_DIR%%/bin/v.label.sa -%%GRASS_INST_DIR%%/bin/v.lidar.correction -%%GRASS_INST_DIR%%/bin/v.lidar.edgedetection -%%GRASS_INST_DIR%%/bin/v.lidar.growing -%%GRASS_INST_DIR%%/bin/v.lrs.create -%%GRASS_INST_DIR%%/bin/v.lrs.label -%%GRASS_INST_DIR%%/bin/v.lrs.segment -%%GRASS_INST_DIR%%/bin/v.lrs.where -%%GRASS_INST_DIR%%/bin/v.mkgrid -%%GRASS_INST_DIR%%/bin/v.neighbors -%%GRASS_INST_DIR%%/bin/v.net -%%GRASS_INST_DIR%%/bin/v.net.alloc -%%GRASS_INST_DIR%%/bin/v.net.allpairs -%%GRASS_INST_DIR%%/bin/v.net.bridge -%%GRASS_INST_DIR%%/bin/v.net.centrality -%%GRASS_INST_DIR%%/bin/v.net.components -%%GRASS_INST_DIR%%/bin/v.net.connectivity -%%GRASS_INST_DIR%%/bin/v.net.distance -%%GRASS_INST_DIR%%/bin/v.net.flow -%%GRASS_INST_DIR%%/bin/v.net.iso -%%GRASS_INST_DIR%%/bin/v.net.path -%%GRASS_INST_DIR%%/bin/v.net.salesman -%%GRASS_INST_DIR%%/bin/v.net.spanningtree -%%GRASS_INST_DIR%%/bin/v.net.steiner -%%GRASS_INST_DIR%%/bin/v.net.timetable -%%GRASS_INST_DIR%%/bin/v.net.visibility -%%GRASS_INST_DIR%%/bin/v.normal -%%GRASS_INST_DIR%%/bin/v.out.ascii -%%GRASS_INST_DIR%%/bin/v.out.dxf -%%GRASS_INST_DIR%%/bin/v.out.ogr -%%GRASS_INST_DIR%%/bin/v.out.pov -%%GRASS_INST_DIR%%/bin/v.out.svg -%%GRASS_INST_DIR%%/bin/v.out.vtk -%%GRASS_INST_DIR%%/bin/v.outlier -%%GRASS_INST_DIR%%/bin/v.overlay -%%GRASS_INST_DIR%%/bin/v.parallel -%%GRASS_INST_DIR%%/bin/v.patch -%%GRASS_INST_DIR%%/bin/v.perturb -%%GRASS_INST_DIR%%/bin/v.profile -%%GRASS_INST_DIR%%/bin/v.proj -%%GRASS_INST_DIR%%/bin/v.qcount -%%GRASS_INST_DIR%%/bin/v.random -%%GRASS_INST_DIR%%/bin/v.reclass -%%GRASS_INST_DIR%%/bin/v.rectify -%%GRASS_INST_DIR%%/bin/v.sample -%%GRASS_INST_DIR%%/bin/v.segment -%%GRASS_INST_DIR%%/bin/v.select -%%GRASS_INST_DIR%%/bin/v.split -%%GRASS_INST_DIR%%/bin/v.support -%%GRASS_INST_DIR%%/bin/v.surf.bspline -%%GRASS_INST_DIR%%/bin/v.surf.idw -%%GRASS_INST_DIR%%/bin/v.surf.rst -%%GRASS_INST_DIR%%/bin/v.timestamp -%%GRASS_INST_DIR%%/bin/v.to.3d -%%GRASS_INST_DIR%%/bin/v.to.db -%%GRASS_INST_DIR%%/bin/v.to.points -%%GRASS_INST_DIR%%/bin/v.to.rast -%%GRASS_INST_DIR%%/bin/v.to.rast3 -%%GRASS_INST_DIR%%/bin/v.transform -%%GRASS_INST_DIR%%/bin/v.type -%%GRASS_INST_DIR%%/bin/v.univar -%%GRASS_INST_DIR%%/bin/v.vect.stats -%%GRASS_INST_DIR%%/bin/v.vol.rst -%%GRASS_INST_DIR%%/bin/v.voronoi -%%GRASS_INST_DIR%%/bin/v.what -%%GRASS_INST_DIR%%/bin/v.what.rast -%%GRASS_INST_DIR%%/bin/v.what.rast3 -%%GRASS_INST_DIR%%/bin/ximgview -%%GRASS_INST_DIR%%/contributors.csv -%%GRASS_INST_DIR%%/contributors_extra.csv -%%GRASS_INST_DIR%%/demolocation/.grassrc%%VER%% -%%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/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 -%%GRASS_INST_DIR%%/demolocation/PERMANENT/vector/country_boundaries/head -%%GRASS_INST_DIR%%/demolocation/PERMANENT/vector/country_boundaries/hist -%%GRASS_INST_DIR%%/demolocation/PERMANENT/vector/country_boundaries/sidx -%%GRASS_INST_DIR%%/demolocation/PERMANENT/vector/country_boundaries/topo -%%GRASS_INST_DIR%%/demolocation/PERMANENT/vector/mysites/cidx -%%GRASS_INST_DIR%%/demolocation/PERMANENT/vector/mysites/coor -%%GRASS_INST_DIR%%/demolocation/PERMANENT/vector/mysites/dbln -%%GRASS_INST_DIR%%/demolocation/PERMANENT/vector/mysites/head -%%GRASS_INST_DIR%%/demolocation/PERMANENT/vector/mysites/hist -%%GRASS_INST_DIR%%/demolocation/PERMANENT/vector/mysites/sidx -%%GRASS_INST_DIR%%/demolocation/PERMANENT/vector/mysites/topo -%%GRASS_INST_DIR%%/demolocation/PERMANENT/vector/point/cidx -%%GRASS_INST_DIR%%/demolocation/PERMANENT/vector/point/coor -%%GRASS_INST_DIR%%/demolocation/PERMANENT/vector/point/dbln -%%GRASS_INST_DIR%%/demolocation/PERMANENT/vector/point/head -%%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%%/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 -%%GRASS_INST_DIR%%/docs/html/barscales/down_ticks.png -%%GRASS_INST_DIR%%/docs/html/barscales/full_checker.png -%%GRASS_INST_DIR%%/docs/html/barscales/hollow.png -%%GRASS_INST_DIR%%/docs/html/barscales/line.png -%%GRASS_INST_DIR%%/docs/html/barscales/mixed_checker.png -%%GRASS_INST_DIR%%/docs/html/barscales/part_checker.png -%%GRASS_INST_DIR%%/docs/html/barscales/solid.png -%%GRASS_INST_DIR%%/docs/html/barscales/tail_checker.png -%%GRASS_INST_DIR%%/docs/html/barscales/up_ticks.png -%%GRASS_INST_DIR%%/docs/html/cairodriver.html -%%GRASS_INST_DIR%%/docs/html/circle_1.png -%%GRASS_INST_DIR%%/docs/html/circle_2.png -%%GRASS_INST_DIR%%/docs/html/circle_3.png -%%GRASS_INST_DIR%%/docs/html/circle_4.png -%%GRASS_INST_DIR%%/docs/html/circle_5.png -%%GRASS_INST_DIR%%/docs/html/circle_6.png -%%GRASS_INST_DIR%%/docs/html/class_graphical.html -%%GRASS_INST_DIR%%/docs/html/colortables/aspect.png -%%GRASS_INST_DIR%%/docs/html/colortables/aspectcolr.png -%%GRASS_INST_DIR%%/docs/html/colortables/bcyr.png -%%GRASS_INST_DIR%%/docs/html/colortables/bgyr.png -%%GRASS_INST_DIR%%/docs/html/colortables/blues.png -%%GRASS_INST_DIR%%/docs/html/colortables/byg.png -%%GRASS_INST_DIR%%/docs/html/colortables/byr.png -%%GRASS_INST_DIR%%/docs/html/colortables/celsius.png -%%GRASS_INST_DIR%%/docs/html/colortables/corine.png -%%GRASS_INST_DIR%%/docs/html/colortables/curvature.png -%%GRASS_INST_DIR%%/docs/html/colortables/differences.png -%%GRASS_INST_DIR%%/docs/html/colortables/elevation.png -%%GRASS_INST_DIR%%/docs/html/colortables/etopo2.png -%%GRASS_INST_DIR%%/docs/html/colortables/evi.png -%%GRASS_INST_DIR%%/docs/html/colortables/fahrenheit.png -%%GRASS_INST_DIR%%/docs/html/colortables/forest_cover.png -%%GRASS_INST_DIR%%/docs/html/colortables/gdd.png -%%GRASS_INST_DIR%%/docs/html/colortables/grass.png -%%GRASS_INST_DIR%%/docs/html/colortables/greens.png -%%GRASS_INST_DIR%%/docs/html/colortables/grey.eq.png -%%GRASS_INST_DIR%%/docs/html/colortables/grey.log.png -%%GRASS_INST_DIR%%/docs/html/colortables/grey.png -%%GRASS_INST_DIR%%/docs/html/colortables/grey1.0.png -%%GRASS_INST_DIR%%/docs/html/colortables/grey255.png -%%GRASS_INST_DIR%%/docs/html/colortables/gyr.png -%%GRASS_INST_DIR%%/docs/html/colortables/haxby.png -%%GRASS_INST_DIR%%/docs/html/colortables/inferno.png -%%GRASS_INST_DIR%%/docs/html/colortables/kelvin.png -%%GRASS_INST_DIR%%/docs/html/colortables/magma.png -%%GRASS_INST_DIR%%/docs/html/colortables/ndvi.png -%%GRASS_INST_DIR%%/docs/html/colortables/ndwi.png -%%GRASS_INST_DIR%%/docs/html/colortables/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.png -%%GRASS_INST_DIR%%/docs/html/colortables/population_dens.png -%%GRASS_INST_DIR%%/docs/html/colortables/precipitation.png -%%GRASS_INST_DIR%%/docs/html/colortables/precipitation_daily.png -%%GRASS_INST_DIR%%/docs/html/colortables/precipitation_monthly.png -%%GRASS_INST_DIR%%/docs/html/colortables/rainbow.png -%%GRASS_INST_DIR%%/docs/html/colortables/ramp.png -%%GRASS_INST_DIR%%/docs/html/colortables/random.png -%%GRASS_INST_DIR%%/docs/html/colortables/reds.png -%%GRASS_INST_DIR%%/docs/html/colortables/roygbiv.png -%%GRASS_INST_DIR%%/docs/html/colortables/rstcurv.png -%%GRASS_INST_DIR%%/docs/html/colortables/ryb.png -%%GRASS_INST_DIR%%/docs/html/colortables/ryg.png -%%GRASS_INST_DIR%%/docs/html/colortables/sepia.png -%%GRASS_INST_DIR%%/docs/html/colortables/slope.png -%%GRASS_INST_DIR%%/docs/html/colortables/soilmoisture.png -%%GRASS_INST_DIR%%/docs/html/colortables/srtm.png -%%GRASS_INST_DIR%%/docs/html/colortables/srtm_plus.png -%%GRASS_INST_DIR%%/docs/html/colortables/terrain.png -%%GRASS_INST_DIR%%/docs/html/colortables/viridis.png -%%GRASS_INST_DIR%%/docs/html/colortables/water.png -%%GRASS_INST_DIR%%/docs/html/colortables/wave.png -%%GRASS_INST_DIR%%/docs/html/d.barscale.html -%%GRASS_INST_DIR%%/docs/html/d.colorlist.html -%%GRASS_INST_DIR%%/docs/html/d.colortable.html -%%GRASS_INST_DIR%%/docs/html/d.correlate.html -%%GRASS_INST_DIR%%/docs/html/d.erase.html -%%GRASS_INST_DIR%%/docs/html/d.font.html -%%GRASS_INST_DIR%%/docs/html/d.fontlist.html -%%GRASS_INST_DIR%%/docs/html/d.frame.html -%%GRASS_INST_DIR%%/docs/html/d.geodesic.html -%%GRASS_INST_DIR%%/docs/html/d.graph.html -%%GRASS_INST_DIR%%/docs/html/d.grid.html -%%GRASS_INST_DIR%%/docs/html/d.his.html -%%GRASS_INST_DIR%%/docs/html/d.histogram.html -%%GRASS_INST_DIR%%/docs/html/d.info.html -%%GRASS_INST_DIR%%/docs/html/d.labels.html -%%GRASS_INST_DIR%%/docs/html/d.legend.html -%%GRASS_INST_DIR%%/docs/html/d.legend.vect.html -%%GRASS_INST_DIR%%/docs/html/d.linegraph.html -%%GRASS_INST_DIR%%/docs/html/d.mon.html -%%GRASS_INST_DIR%%/docs/html/d.northarrow.html -%%GRASS_INST_DIR%%/docs/html/d.out.file.html -%%GRASS_INST_DIR%%/docs/html/d.path.html -%%GRASS_INST_DIR%%/docs/html/d.polar.html -%%GRASS_INST_DIR%%/docs/html/d.profile.html -%%GRASS_INST_DIR%%/docs/html/d.rast.arrow.html -%%GRASS_INST_DIR%%/docs/html/d.rast.edit.html -%%GRASS_INST_DIR%%/docs/html/d.rast.html -%%GRASS_INST_DIR%%/docs/html/d.rast.leg.html -%%GRASS_INST_DIR%%/docs/html/d.rast.num.html -%%GRASS_INST_DIR%%/docs/html/d.redraw.html -%%GRASS_INST_DIR%%/docs/html/d.rgb.html -%%GRASS_INST_DIR%%/docs/html/d.rhumbline.html -%%GRASS_INST_DIR%%/docs/html/d.shade.html -%%GRASS_INST_DIR%%/docs/html/d.text.html -%%GRASS_INST_DIR%%/docs/html/d.title.html -%%GRASS_INST_DIR%%/docs/html/d.to.rast.html -%%GRASS_INST_DIR%%/docs/html/d.vect.chart.html -%%GRASS_INST_DIR%%/docs/html/d.vect.chart_example.jpg -%%GRASS_INST_DIR%%/docs/html/d.vect.html -%%GRASS_INST_DIR%%/docs/html/d.vect.thematic.html -%%GRASS_INST_DIR%%/docs/html/d.what.rast.html -%%GRASS_INST_DIR%%/docs/html/d.what.vect.html -%%GRASS_INST_DIR%%/docs/html/d.where.html -%%GRASS_INST_DIR%%/docs/html/d_correlate_plot.png -%%GRASS_INST_DIR%%/docs/html/d_frame.png -%%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 -%%GRASS_INST_DIR%%/docs/html/db.connect.html -%%GRASS_INST_DIR%%/docs/html/db.copy.html -%%GRASS_INST_DIR%%/docs/html/db.createdb.html -%%GRASS_INST_DIR%%/docs/html/db.databases.html -%%GRASS_INST_DIR%%/docs/html/db.describe.html -%%GRASS_INST_DIR%%/docs/html/db.drivers.html -%%GRASS_INST_DIR%%/docs/html/db.dropcolumn.html -%%GRASS_INST_DIR%%/docs/html/db.dropdb.html -%%GRASS_INST_DIR%%/docs/html/db.droptable.html -%%GRASS_INST_DIR%%/docs/html/db.execute.html -%%GRASS_INST_DIR%%/docs/html/db.in.ogr.html -%%GRASS_INST_DIR%%/docs/html/db.login.html -%%GRASS_INST_DIR%%/docs/html/db.out.ogr.html -%%GRASS_INST_DIR%%/docs/html/db.select.html -%%GRASS_INST_DIR%%/docs/html/db.tables.html -%%GRASS_INST_DIR%%/docs/html/db.test.html -%%GRASS_INST_DIR%%/docs/html/db.univar.html -%%GRASS_INST_DIR%%/docs/html/dbmgr_frame.png -%%GRASS_INST_DIR%%/docs/html/dbmgr_sql_builder.png -%%GRASS_INST_DIR%%/docs/html/dem.png -%%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 -%%GRASS_INST_DIR%%/docs/html/g_gui_gmodeler_db.png -%%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_lower_toolbar.png -%%GRASS_INST_DIR%%/docs/html/g_gui_gmodeler_mcomment.png -%%GRASS_INST_DIR%%/docs/html/g_gui_gmodeler_mdb.png -%%GRASS_INST_DIR%%/docs/html/g_gui_gmodeler_mloop.png -%%GRASS_INST_DIR%%/docs/html/g_gui_gmodeler_mmodule.png -%%GRASS_INST_DIR%%/docs/html/g_gui_gmodeler_mmodulex.png -%%GRASS_INST_DIR%%/docs/html/g_gui_gmodeler_model_avg.png -%%GRASS_INST_DIR%%/docs/html/g_gui_gmodeler_model_classification.png -%%GRASS_INST_DIR%%/docs/html/g_gui_gmodeler_model_landslides.png -%%GRASS_INST_DIR%%/docs/html/g_gui_gmodeler_model_properties.png -%%GRASS_INST_DIR%%/docs/html/g_gui_gmodeler_model_usle.png -%%GRASS_INST_DIR%%/docs/html/g_gui_gmodeler_modis_1.png -%%GRASS_INST_DIR%%/docs/html/g_gui_gmodeler_modis_1o.png -%%GRASS_INST_DIR%%/docs/html/g_gui_gmodeler_modis_2.png -%%GRASS_INST_DIR%%/docs/html/g_gui_gmodeler_modis_2o.png -%%GRASS_INST_DIR%%/docs/html/g_gui_gmodeler_modis_3.png -%%GRASS_INST_DIR%%/docs/html/g_gui_gmodeler_modis_3o.png -%%GRASS_INST_DIR%%/docs/html/g_gui_gmodeler_modul.png -%%GRASS_INST_DIR%%/docs/html/g_gui_gmodeler_modulex.png -%%GRASS_INST_DIR%%/docs/html/g_gui_gmodeler_mraster.png -%%GRASS_INST_DIR%%/docs/html/g_gui_gmodeler_mraster3d.png -%%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.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_vector.png -%%GRASS_INST_DIR%%/docs/html/g_gui_gmodeler_zipcodes_avg_elevation.gxm -%%GRASS_INST_DIR%%/docs/html/g_gui_rlisetup_1.png -%%GRASS_INST_DIR%%/docs/html/g_gui_rlisetup_2.png -%%GRASS_INST_DIR%%/docs/html/g_gui_rlisetup_3.png -%%GRASS_INST_DIR%%/docs/html/g_gui_rlisetup_4.png -%%GRASS_INST_DIR%%/docs/html/g_gui_rlisetup_5.png -%%GRASS_INST_DIR%%/docs/html/g_gui_rlisetup_6.png -%%GRASS_INST_DIR%%/docs/html/g_gui_rlisetup_7.png -%%GRASS_INST_DIR%%/docs/html/g_gui_rlisetup_8.png -%%GRASS_INST_DIR%%/docs/html/g_gui_rlisetup_sample_areas.png -%%GRASS_INST_DIR%%/docs/html/g_gui_tplot_export_csv.png -%%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/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 -%%GRASS_INST_DIR%%/docs/html/gi_c.jpg -%%GRASS_INST_DIR%%/docs/html/gi_cartography.jpg -%%GRASS_INST_DIR%%/docs/html/gi_database.jpg -%%GRASS_INST_DIR%%/docs/html/gi_display.jpg -%%GRASS_INST_DIR%%/docs/html/gi_gallery.jpg -%%GRASS_INST_DIR%%/docs/html/gi_general.jpg -%%GRASS_INST_DIR%%/docs/html/gi_gui.jpg -%%GRASS_INST_DIR%%/docs/html/gi_imagery.jpg -%%GRASS_INST_DIR%%/docs/html/gi_miscellaneous.jpg -%%GRASS_INST_DIR%%/docs/html/gi_python.jpg -%%GRASS_INST_DIR%%/docs/html/gi_raster.jpg -%%GRASS_INST_DIR%%/docs/html/gi_raster3d.jpg -%%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/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.html -%%GRASS_INST_DIR%%/docs/html/i.aster.toar.html -%%GRASS_INST_DIR%%/docs/html/i.biomass.html -%%GRASS_INST_DIR%%/docs/html/i.cca.html -%%GRASS_INST_DIR%%/docs/html/i.cluster.html -%%GRASS_INST_DIR%%/docs/html/i.colors.enhance.html -%%GRASS_INST_DIR%%/docs/html/i.eb.eta.html -%%GRASS_INST_DIR%%/docs/html/i.eb.evapfr.html -%%GRASS_INST_DIR%%/docs/html/i.eb.hsebal01.html -%%GRASS_INST_DIR%%/docs/html/i.eb.netrad.html -%%GRASS_INST_DIR%%/docs/html/i.eb.soilheatflux.html -%%GRASS_INST_DIR%%/docs/html/i.emissivity.html -%%GRASS_INST_DIR%%/docs/html/i.evapo.mh.html -%%GRASS_INST_DIR%%/docs/html/i.evapo.pm.html -%%GRASS_INST_DIR%%/docs/html/i.evapo.pt.html -%%GRASS_INST_DIR%%/docs/html/i.evapo.time.html -%%GRASS_INST_DIR%%/docs/html/i.fft.html -%%GRASS_INST_DIR%%/docs/html/i.gensig.html -%%GRASS_INST_DIR%%/docs/html/i.gensigset.html -%%GRASS_INST_DIR%%/docs/html/i.group.html -%%GRASS_INST_DIR%%/docs/html/i.his.rgb.html -%%GRASS_INST_DIR%%/docs/html/i.ifft.html -%%GRASS_INST_DIR%%/docs/html/i.image.mosaic.html -%%GRASS_INST_DIR%%/docs/html/i.in.spotvgt.html -%%GRASS_INST_DIR%%/docs/html/i.landsat.acca.html -%%GRASS_INST_DIR%%/docs/html/i.landsat.toar.html -%%GRASS_INST_DIR%%/docs/html/i.maxlik.html -%%GRASS_INST_DIR%%/docs/html/i.modis.qc.html -%%GRASS_INST_DIR%%/docs/html/i.oif.html -%%GRASS_INST_DIR%%/docs/html/i.ortho.camera.html -%%GRASS_INST_DIR%%/docs/html/i.ortho.elev.html -%%GRASS_INST_DIR%%/docs/html/i.ortho.init.html -%%GRASS_INST_DIR%%/docs/html/i.ortho.photo.html -%%GRASS_INST_DIR%%/docs/html/i.ortho.rectify.html -%%GRASS_INST_DIR%%/docs/html/i.ortho.target.html -%%GRASS_INST_DIR%%/docs/html/i.ortho.transform.html -%%GRASS_INST_DIR%%/docs/html/i.pansharpen.html -%%GRASS_INST_DIR%%/docs/html/i.pca.html -%%GRASS_INST_DIR%%/docs/html/i.rectify.html -%%GRASS_INST_DIR%%/docs/html/i.rgb.his.html -%%GRASS_INST_DIR%%/docs/html/i.segment.html -%%GRASS_INST_DIR%%/docs/html/i.smap.html -%%GRASS_INST_DIR%%/docs/html/i.spectral.html -%%GRASS_INST_DIR%%/docs/html/i.target.html -%%GRASS_INST_DIR%%/docs/html/i.tasscap.html -%%GRASS_INST_DIR%%/docs/html/i.topo.corr.html -%%GRASS_INST_DIR%%/docs/html/i.vi.html -%%GRASS_INST_DIR%%/docs/html/i.zc.html -%%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 -%%GRASS_INST_DIR%%/docs/html/icons/3d-settings.png -%%GRASS_INST_DIR%%/docs/html/icons/area-measure.png -%%GRASS_INST_DIR%%/docs/html/icons/aspect-arrow.png -%%GRASS_INST_DIR%%/docs/html/icons/attributes-display.png -%%GRASS_INST_DIR%%/docs/html/icons/boundary-create.png -%%GRASS_INST_DIR%%/docs/html/icons/cats-copy.png -%%GRASS_INST_DIR%%/docs/html/icons/cats-display.png -%%GRASS_INST_DIR%%/docs/html/icons/cell-cats.png -%%GRASS_INST_DIR%%/docs/html/icons/centroid-create.png -%%GRASS_INST_DIR%%/docs/html/icons/check.png -%%GRASS_INST_DIR%%/docs/html/icons/create.png -%%GRASS_INST_DIR%%/docs/html/icons/data-add.png -%%GRASS_INST_DIR%%/docs/html/icons/edit.png -%%GRASS_INST_DIR%%/docs/html/icons/erase.png -%%GRASS_INST_DIR%%/docs/html/icons/execute.png -%%GRASS_INST_DIR%%/docs/html/icons/flythrough.png -%%GRASS_INST_DIR%%/docs/html/icons/font.png -%%GRASS_INST_DIR%%/docs/html/icons/gcp-add.png -%%GRASS_INST_DIR%%/docs/html/icons/gcp-create.png -%%GRASS_INST_DIR%%/docs/html/icons/gcp-delete.png -%%GRASS_INST_DIR%%/docs/html/icons/gcp-remove.png -%%GRASS_INST_DIR%%/docs/html/icons/gcp-rms.png -%%GRASS_INST_DIR%%/docs/html/icons/gcp-save.png -%%GRASS_INST_DIR%%/docs/html/icons/georectify.png -%%GRASS_INST_DIR%%/docs/html/icons/help.png -%%GRASS_INST_DIR%%/docs/html/icons/his.png -%%GRASS_INST_DIR%%/docs/html/icons/image-add.png -%%GRASS_INST_DIR%%/docs/html/icons/image-export.png -%%GRASS_INST_DIR%%/docs/html/icons/info.png -%%GRASS_INST_DIR%%/docs/html/icons/label-add.png -%%GRASS_INST_DIR%%/docs/html/icons/label.png -%%GRASS_INST_DIR%%/docs/html/icons/layer-add.png -%%GRASS_INST_DIR%%/docs/html/icons/layer-aspect-arrow-add.png -%%GRASS_INST_DIR%%/docs/html/icons/layer-bottom.png -%%GRASS_INST_DIR%%/docs/html/icons/layer-cell-cats-add.png -%%GRASS_INST_DIR%%/docs/html/icons/layer-command-add.png -%%GRASS_INST_DIR%%/docs/html/icons/layer-down.png -%%GRASS_INST_DIR%%/docs/html/icons/layer-edit.png -%%GRASS_INST_DIR%%/docs/html/icons/layer-export.png -%%GRASS_INST_DIR%%/docs/html/icons/layer-grid-add.png -%%GRASS_INST_DIR%%/docs/html/icons/layer-group-add.png -%%GRASS_INST_DIR%%/docs/html/icons/layer-his-add.png -%%GRASS_INST_DIR%%/docs/html/icons/layer-import.png -%%GRASS_INST_DIR%%/docs/html/icons/layer-info.png -%%GRASS_INST_DIR%%/docs/html/icons/layer-label-add.png -%%GRASS_INST_DIR%%/docs/html/icons/layer-more.png -%%GRASS_INST_DIR%%/docs/html/icons/layer-opacity.png -%%GRASS_INST_DIR%%/docs/html/icons/layer-open.png -%%GRASS_INST_DIR%%/docs/html/icons/layer-raster-add.png -%%GRASS_INST_DIR%%/docs/html/icons/layer-raster-analyze.png -%%GRASS_INST_DIR%%/docs/html/icons/layer-raster-histogram.png -%%GRASS_INST_DIR%%/docs/html/icons/layer-raster-more.png -%%GRASS_INST_DIR%%/docs/html/icons/layer-raster-profile.png -%%GRASS_INST_DIR%%/docs/html/icons/layer-raster3d-add.png -%%GRASS_INST_DIR%%/docs/html/icons/layer-redraw.png -%%GRASS_INST_DIR%%/docs/html/icons/layer-remove.png -%%GRASS_INST_DIR%%/docs/html/icons/layer-rgb-add.png -%%GRASS_INST_DIR%%/docs/html/icons/layer-shaded-relief-add.png -%%GRASS_INST_DIR%%/docs/html/icons/layer-up.png -%%GRASS_INST_DIR%%/docs/html/icons/layer-vector-add.png -%%GRASS_INST_DIR%%/docs/html/icons/layer-vector-chart-add.png -%%GRASS_INST_DIR%%/docs/html/icons/layer-vector-more.png -%%GRASS_INST_DIR%%/docs/html/icons/layer-vector-thematic-add.png -%%GRASS_INST_DIR%%/docs/html/icons/layer-wms-add.png -%%GRASS_INST_DIR%%/docs/html/icons/legend-add.png -%%GRASS_INST_DIR%%/docs/html/icons/line-add.png -%%GRASS_INST_DIR%%/docs/html/icons/line-create.png -%%GRASS_INST_DIR%%/docs/html/icons/line-delete.png -%%GRASS_INST_DIR%%/docs/html/icons/line-edit.png -%%GRASS_INST_DIR%%/docs/html/icons/line-move.png -%%GRASS_INST_DIR%%/docs/html/icons/line-split.png -%%GRASS_INST_DIR%%/docs/html/icons/locked.png -%%GRASS_INST_DIR%%/docs/html/icons/loop-add.png -%%GRASS_INST_DIR%%/docs/html/icons/map-add.png -%%GRASS_INST_DIR%%/docs/html/icons/map-export.png -%%GRASS_INST_DIR%%/docs/html/icons/map-info.png -%%GRASS_INST_DIR%%/docs/html/icons/map-settings.png -%%GRASS_INST_DIR%%/docs/html/icons/mapset-add.png -%%GRASS_INST_DIR%%/docs/html/icons/measure-length.png -%%GRASS_INST_DIR%%/docs/html/icons/modeler-main.png -%%GRASS_INST_DIR%%/docs/html/icons/modeler-variables.png -%%GRASS_INST_DIR%%/docs/html/icons/module-add.png -%%GRASS_INST_DIR%%/docs/html/icons/monitor-create.png -%%GRASS_INST_DIR%%/docs/html/icons/move.png -%%GRASS_INST_DIR%%/docs/html/icons/north-arrow-add.png -%%GRASS_INST_DIR%%/docs/html/icons/open.png -%%GRASS_INST_DIR%%/docs/html/icons/options.png -%%GRASS_INST_DIR%%/docs/html/icons/overlay-add.png -%%GRASS_INST_DIR%%/docs/html/icons/page-settings.png -%%GRASS_INST_DIR%%/docs/html/icons/pan.png -%%GRASS_INST_DIR%%/docs/html/icons/pdf-export.png -%%GRASS_INST_DIR%%/docs/html/icons/player-back.png -%%GRASS_INST_DIR%%/docs/html/icons/player-pause.png -%%GRASS_INST_DIR%%/docs/html/icons/player-repeat-back-forward.png -%%GRASS_INST_DIR%%/docs/html/icons/player-stop.png -%%GRASS_INST_DIR%%/docs/html/icons/point-add.png -%%GRASS_INST_DIR%%/docs/html/icons/point-create.png -%%GRASS_INST_DIR%%/docs/html/icons/pointer.png -%%GRASS_INST_DIR%%/docs/html/icons/polygon-create.png -%%GRASS_INST_DIR%%/docs/html/icons/polygon-delete.png -%%GRASS_INST_DIR%%/docs/html/icons/polygon.png -%%GRASS_INST_DIR%%/docs/html/icons/print-compose.png -%%GRASS_INST_DIR%%/docs/html/icons/print.png -%%GRASS_INST_DIR%%/docs/html/icons/ps-export.png -%%GRASS_INST_DIR%%/docs/html/icons/python-export.png -%%GRASS_INST_DIR%%/docs/html/icons/python.png -%%GRASS_INST_DIR%%/docs/html/icons/quit.png -%%GRASS_INST_DIR%%/docs/html/icons/raster-calculator.png -%%GRASS_INST_DIR%%/docs/html/icons/raster-stats.png -%%GRASS_INST_DIR%%/docs/html/icons/raster.png -%%GRASS_INST_DIR%%/docs/html/icons/raster3d.png -%%GRASS_INST_DIR%%/docs/html/icons/rectangle-add.png -%%GRASS_INST_DIR%%/docs/html/icons/redo.png -%%GRASS_INST_DIR%%/docs/html/icons/redraw.png -%%GRASS_INST_DIR%%/docs/html/icons/region.png -%%GRASS_INST_DIR%%/docs/html/icons/relation-create.png -%%GRASS_INST_DIR%%/docs/html/icons/reload.png -%%GRASS_INST_DIR%%/docs/html/icons/rgb.png -%%GRASS_INST_DIR%%/docs/html/icons/save.png -%%GRASS_INST_DIR%%/docs/html/icons/scalebar-add.png -%%GRASS_INST_DIR%%/docs/html/icons/script-load.png -%%GRASS_INST_DIR%%/docs/html/icons/script-save.png -%%GRASS_INST_DIR%%/docs/html/icons/select.png -%%GRASS_INST_DIR%%/docs/html/icons/settings.png -%%GRASS_INST_DIR%%/docs/html/icons/shaded-relief.png -%%GRASS_INST_DIR%%/docs/html/icons/shortest-distance.png -%%GRASS_INST_DIR%%/docs/html/icons/show.png -%%GRASS_INST_DIR%%/docs/html/icons/stats.png -%%GRASS_INST_DIR%%/docs/html/icons/table-manager.png -%%GRASS_INST_DIR%%/docs/html/icons/table.png -%%GRASS_INST_DIR%%/docs/html/icons/text-add.png -%%GRASS_INST_DIR%%/docs/html/icons/tools.png -%%GRASS_INST_DIR%%/docs/html/icons/undo.png -%%GRASS_INST_DIR%%/docs/html/icons/unlocked.png -%%GRASS_INST_DIR%%/docs/html/icons/vector-chart.png -%%GRASS_INST_DIR%%/docs/html/icons/vector-thematic.png -%%GRASS_INST_DIR%%/docs/html/icons/vector-tools.png -%%GRASS_INST_DIR%%/docs/html/icons/vector.png -%%GRASS_INST_DIR%%/docs/html/icons/vertex-create.png -%%GRASS_INST_DIR%%/docs/html/icons/vertex-delete.png -%%GRASS_INST_DIR%%/docs/html/icons/vertex-move.png -%%GRASS_INST_DIR%%/docs/html/icons/wms.png -%%GRASS_INST_DIR%%/docs/html/icons/zoom-extent.png -%%GRASS_INST_DIR%%/docs/html/icons/zoom-in.png -%%GRASS_INST_DIR%%/docs/html/icons/zoom-last.png -%%GRASS_INST_DIR%%/docs/html/icons/zoom-layer.png -%%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.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.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.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 -%%GRASS_INST_DIR%%/docs/html/northarrows/3.png -%%GRASS_INST_DIR%%/docs/html/northarrows/4.png -%%GRASS_INST_DIR%%/docs/html/northarrows/5.png -%%GRASS_INST_DIR%%/docs/html/northarrows/6.png -%%GRASS_INST_DIR%%/docs/html/northarrows/7a.png -%%GRASS_INST_DIR%%/docs/html/northarrows/7b.png -%%GRASS_INST_DIR%%/docs/html/northarrows/8a.png -%%GRASS_INST_DIR%%/docs/html/northarrows/8b.png -%%GRASS_INST_DIR%%/docs/html/northarrows/9.png -%%GRASS_INST_DIR%%/docs/html/northarrows/arrow1.png -%%GRASS_INST_DIR%%/docs/html/northarrows/arrow2.png -%%GRASS_INST_DIR%%/docs/html/northarrows/arrow3.png -%%GRASS_INST_DIR%%/docs/html/northarrows/basic_compass.png -%%GRASS_INST_DIR%%/docs/html/northarrows/fancy_compass.png -%%GRASS_INST_DIR%%/docs/html/northarrows/star.png -%%GRASS_INST_DIR%%/docs/html/parser_standard_options.css -%%GRASS_INST_DIR%%/docs/html/parser_standard_options.html -%%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.html -%%GRASS_INST_DIR%%/docs/html/postscript_graphical.html -%%GRASS_INST_DIR%%/docs/html/projectionintro.html -%%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.basins.fill.html -%%GRASS_INST_DIR%%/docs/html/r.blend.html -%%GRASS_INST_DIR%%/docs/html/r.buffer.html -%%GRASS_INST_DIR%%/docs/html/r.buffer.lowmem.html -%%GRASS_INST_DIR%%/docs/html/r.buildvrt.html -%%GRASS_INST_DIR%%/docs/html/r.carve.html -%%GRASS_INST_DIR%%/docs/html/r.category.html -%%GRASS_INST_DIR%%/docs/html/r.circle.html -%%GRASS_INST_DIR%%/docs/html/r.clump.html -%%GRASS_INST_DIR%%/docs/html/r.coin.html -%%GRASS_INST_DIR%%/docs/html/r.colors.html -%%GRASS_INST_DIR%%/docs/html/r.colors.out.html -%%GRASS_INST_DIR%%/docs/html/r.colors.stddev.html -%%GRASS_INST_DIR%%/docs/html/r.composite.html -%%GRASS_INST_DIR%%/docs/html/r.compress.html -%%GRASS_INST_DIR%%/docs/html/r.contour.html -%%GRASS_INST_DIR%%/docs/html/r.cost.html -%%GRASS_INST_DIR%%/docs/html/r.covar.html -%%GRASS_INST_DIR%%/docs/html/r.cross.html -%%GRASS_INST_DIR%%/docs/html/r.describe.html -%%GRASS_INST_DIR%%/docs/html/r.distance.html -%%GRASS_INST_DIR%%/docs/html/r.drain.html -%%GRASS_INST_DIR%%/docs/html/r.external.html -%%GRASS_INST_DIR%%/docs/html/r.external.out.html -%%GRASS_INST_DIR%%/docs/html/r.fill.dir.html -%%GRASS_INST_DIR%%/docs/html/r.fill.stats.html -%%GRASS_INST_DIR%%/docs/html/r.fillnulls.html -%%GRASS_INST_DIR%%/docs/html/r.flow.html -%%GRASS_INST_DIR%%/docs/html/r.geomorphon.html -%%GRASS_INST_DIR%%/docs/html/r.grow.distance.html -%%GRASS_INST_DIR%%/docs/html/r.grow.html -%%GRASS_INST_DIR%%/docs/html/r.gwflow.html -%%GRASS_INST_DIR%%/docs/html/r.his.html -%%GRASS_INST_DIR%%/docs/html/r.horizon.html -%%GRASS_INST_DIR%%/docs/html/r.import.html -%%GRASS_INST_DIR%%/docs/html/r.in.ascii.html -%%GRASS_INST_DIR%%/docs/html/r.in.aster.html -%%GRASS_INST_DIR%%/docs/html/r.in.bin.html -%%GRASS_INST_DIR%%/docs/html/r.in.gdal.html -%%GRASS_INST_DIR%%/docs/html/r.in.gridatb.html -%%GRASS_INST_DIR%%/docs/html/r.in.mat.html -%%GRASS_INST_DIR%%/docs/html/r.in.png.html -%%GRASS_INST_DIR%%/docs/html/r.in.poly.html -%%GRASS_INST_DIR%%/docs/html/r.in.srtm.html -%%GRASS_INST_DIR%%/docs/html/r.in.wms.html -%%GRASS_INST_DIR%%/docs/html/r.in.xyz.html -%%GRASS_INST_DIR%%/docs/html/r.info.html -%%GRASS_INST_DIR%%/docs/html/r.kappa.html -%%GRASS_INST_DIR%%/docs/html/r.lake.html -%%GRASS_INST_DIR%%/docs/html/r.latlong.html -%%GRASS_INST_DIR%%/docs/html/r.li.cwed.html -%%GRASS_INST_DIR%%/docs/html/r.li.daemon.html -%%GRASS_INST_DIR%%/docs/html/r.li.dominance.html -%%GRASS_INST_DIR%%/docs/html/r.li.edgedensity.html -%%GRASS_INST_DIR%%/docs/html/r.li.html -%%GRASS_INST_DIR%%/docs/html/r.li.mpa.html -%%GRASS_INST_DIR%%/docs/html/r.li.mps.html -%%GRASS_INST_DIR%%/docs/html/r.li.padcv.html -%%GRASS_INST_DIR%%/docs/html/r.li.padrange.html -%%GRASS_INST_DIR%%/docs/html/r.li.padsd.html -%%GRASS_INST_DIR%%/docs/html/r.li.patchdensity.html -%%GRASS_INST_DIR%%/docs/html/r.li.patchnum.html -%%GRASS_INST_DIR%%/docs/html/r.li.pielou.html -%%GRASS_INST_DIR%%/docs/html/r.li.renyi.html -%%GRASS_INST_DIR%%/docs/html/r.li.richness.html -%%GRASS_INST_DIR%%/docs/html/r.li.shannon.html -%%GRASS_INST_DIR%%/docs/html/r.li.shape.html -%%GRASS_INST_DIR%%/docs/html/r.li.simpson.html -%%GRASS_INST_DIR%%/docs/html/r.mapcalc.html -%%GRASS_INST_DIR%%/docs/html/r.mapcalc.simple.html -%%GRASS_INST_DIR%%/docs/html/r.mask.html -%%GRASS_INST_DIR%%/docs/html/r.mfilter.html -%%GRASS_INST_DIR%%/docs/html/r.mode.html -%%GRASS_INST_DIR%%/docs/html/r.neighbors.html -%%GRASS_INST_DIR%%/docs/html/r.null.html -%%GRASS_INST_DIR%%/docs/html/r.out.ascii.html -%%GRASS_INST_DIR%%/docs/html/r.out.bin.html -%%GRASS_INST_DIR%%/docs/html/r.out.gdal.html -%%GRASS_INST_DIR%%/docs/html/r.out.gridatb.html -%%GRASS_INST_DIR%%/docs/html/r.out.mat.html -%%GRASS_INST_DIR%%/docs/html/r.out.mpeg.html -%%GRASS_INST_DIR%%/docs/html/r.out.png.html -%%GRASS_INST_DIR%%/docs/html/r.out.pov.html -%%GRASS_INST_DIR%%/docs/html/r.out.ppm.html -%%GRASS_INST_DIR%%/docs/html/r.out.ppm3.html -%%GRASS_INST_DIR%%/docs/html/r.out.vrml.html -%%GRASS_INST_DIR%%/docs/html/r.out.vtk.html -%%GRASS_INST_DIR%%/docs/html/r.out.xyz.html -%%GRASS_INST_DIR%%/docs/html/r.pack.html -%%GRASS_INST_DIR%%/docs/html/r.param.scale.html -%%GRASS_INST_DIR%%/docs/html/r.patch.html -%%GRASS_INST_DIR%%/docs/html/r.path.html -%%GRASS_INST_DIR%%/docs/html/r.plane.html -%%GRASS_INST_DIR%%/docs/html/r.profile.html -%%GRASS_INST_DIR%%/docs/html/r.proj.html -%%GRASS_INST_DIR%%/docs/html/r.quant.html -%%GRASS_INST_DIR%%/docs/html/r.quantile.html -%%GRASS_INST_DIR%%/docs/html/r.random.cells.html -%%GRASS_INST_DIR%%/docs/html/r.random.html -%%GRASS_INST_DIR%%/docs/html/r.random.surface.html -%%GRASS_INST_DIR%%/docs/html/r.reclass.area.html -%%GRASS_INST_DIR%%/docs/html/r.reclass.html -%%GRASS_INST_DIR%%/docs/html/r.recode.html -%%GRASS_INST_DIR%%/docs/html/r.region.html -%%GRASS_INST_DIR%%/docs/html/r.regression.line.html -%%GRASS_INST_DIR%%/docs/html/r.regression.multi.html -%%GRASS_INST_DIR%%/docs/html/r.relief.html -%%GRASS_INST_DIR%%/docs/html/r.report.html -%%GRASS_INST_DIR%%/docs/html/r.resamp.bspline.html -%%GRASS_INST_DIR%%/docs/html/r.resamp.filter.html -%%GRASS_INST_DIR%%/docs/html/r.resamp.interp.html -%%GRASS_INST_DIR%%/docs/html/r.resamp.rst.html -%%GRASS_INST_DIR%%/docs/html/r.resamp.stats.html -%%GRASS_INST_DIR%%/docs/html/r.resample.html -%%GRASS_INST_DIR%%/docs/html/r.rescale.eq.html -%%GRASS_INST_DIR%%/docs/html/r.rescale.html -%%GRASS_INST_DIR%%/docs/html/r.rgb.html -%%GRASS_INST_DIR%%/docs/html/r.ros.html -%%GRASS_INST_DIR%%/docs/html/r.series.accumulate.html -%%GRASS_INST_DIR%%/docs/html/r.series.html -%%GRASS_INST_DIR%%/docs/html/r.series.interp.html -%%GRASS_INST_DIR%%/docs/html/r.shade.html -%%GRASS_INST_DIR%%/docs/html/r.sim.sediment.html -%%GRASS_INST_DIR%%/docs/html/r.sim.water.html -%%GRASS_INST_DIR%%/docs/html/r.slope.aspect.html -%%GRASS_INST_DIR%%/docs/html/r.solute.transport.html -%%GRASS_INST_DIR%%/docs/html/r.spread.html -%%GRASS_INST_DIR%%/docs/html/r.spreadpath.html -%%GRASS_INST_DIR%%/docs/html/r.statistics.html -%%GRASS_INST_DIR%%/docs/html/r.stats.html -%%GRASS_INST_DIR%%/docs/html/r.stats.quantile.html -%%GRASS_INST_DIR%%/docs/html/r.stats.zonal.html -%%GRASS_INST_DIR%%/docs/html/r.stream.extract.html -%%GRASS_INST_DIR%%/docs/html/r.sun.html -%%GRASS_INST_DIR%%/docs/html/r.sunhours.html -%%GRASS_INST_DIR%%/docs/html/r.sunmask.html -%%GRASS_INST_DIR%%/docs/html/r.support.html -%%GRASS_INST_DIR%%/docs/html/r.support.stats.html -%%GRASS_INST_DIR%%/docs/html/r.surf.area.html -%%GRASS_INST_DIR%%/docs/html/r.surf.contour.html -%%GRASS_INST_DIR%%/docs/html/r.surf.fractal.html -%%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 -%%GRASS_INST_DIR%%/docs/html/r.texture.html -%%GRASS_INST_DIR%%/docs/html/r.thin.html -%%GRASS_INST_DIR%%/docs/html/r.tile.html -%%GRASS_INST_DIR%%/docs/html/r.tileset.html -%%GRASS_INST_DIR%%/docs/html/r.timestamp.html -%%GRASS_INST_DIR%%/docs/html/r.to.rast3.html -%%GRASS_INST_DIR%%/docs/html/r.to.rast3.png -%%GRASS_INST_DIR%%/docs/html/r.to.rast3elev.html -%%GRASS_INST_DIR%%/docs/html/r.to.rast3elev.png -%%GRASS_INST_DIR%%/docs/html/r.to.vect.html -%%GRASS_INST_DIR%%/docs/html/r.topidx.html -%%GRASS_INST_DIR%%/docs/html/r.topmodel.html -%%GRASS_INST_DIR%%/docs/html/r.transect.html -%%GRASS_INST_DIR%%/docs/html/r.univar.html -%%GRASS_INST_DIR%%/docs/html/r.unpack.html -%%GRASS_INST_DIR%%/docs/html/r.uslek.html -%%GRASS_INST_DIR%%/docs/html/r.usler.html -%%GRASS_INST_DIR%%/docs/html/r.viewshed.png -%%GRASS_INST_DIR%%/docs/html/r.volume.html -%%GRASS_INST_DIR%%/docs/html/r.walk.html -%%GRASS_INST_DIR%%/docs/html/r.water.outlet.html -%%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 -%%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 -%%GRASS_INST_DIR%%/docs/html/r3.cross.rast.png -%%GRASS_INST_DIR%%/docs/html/r3.flow.html -%%GRASS_INST_DIR%%/docs/html/r3.gradient.html -%%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 -%%GRASS_INST_DIR%%/docs/html/r3.in.v5d.html -%%GRASS_INST_DIR%%/docs/html/r3.in.xyz.html -%%GRASS_INST_DIR%%/docs/html/r3.info.html -%%GRASS_INST_DIR%%/docs/html/r3.mapcalc.html -%%GRASS_INST_DIR%%/docs/html/r3.mask.html -%%GRASS_INST_DIR%%/docs/html/r3.mkdspf.html -%%GRASS_INST_DIR%%/docs/html/r3.neighbors.html -%%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 -%%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 -%%GRASS_INST_DIR%%/docs/html/r3.stats.html -%%GRASS_INST_DIR%%/docs/html/r3.support.html -%%GRASS_INST_DIR%%/docs/html/r3.timestamp.html -%%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.png -%%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_in_lidar.png -%%GRASS_INST_DIR%%/docs/html/r_in_lidar_base_raster.png -%%GRASS_INST_DIR%%/docs/html/r_in_lidar_binning_count.png -%%GRASS_INST_DIR%%/docs/html/r_in_lidar_binning_mean.png -%%GRASS_INST_DIR%%/docs/html/r_in_lidar_dem_mean3D.jpg -%%GRASS_INST_DIR%%/docs/html/r_in_lidar_zrange.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/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 -%%GRASS_INST_DIR%%/docs/html/rhorizon_polar_plot.png -%%GRASS_INST_DIR%%/docs/html/rhorizon_shaded_dem_point.png -%%GRASS_INST_DIR%%/docs/html/rhorizon_singlepoint_plot.png -%%GRASS_INST_DIR%%/docs/html/rlicwed_formula.png -%%GRASS_INST_DIR%%/docs/html/rlimpa_formula.png -%%GRASS_INST_DIR%%/docs/html/rlimps_formula.png -%%GRASS_INST_DIR%%/docs/html/rlipadcv_formula1.png -%%GRASS_INST_DIR%%/docs/html/rlipadcv_formula2.png -%%GRASS_INST_DIR%%/docs/html/rlipadrange_formula.png -%%GRASS_INST_DIR%%/docs/html/rlipadsd_formula.png -%%GRASS_INST_DIR%%/docs/html/rshade.png -%%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.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 -%%GRASS_INST_DIR%%/docs/html/t.rast.accdetect.html -%%GRASS_INST_DIR%%/docs/html/t.rast.accumulate.html -%%GRASS_INST_DIR%%/docs/html/t.rast.aggregate.ds.html -%%GRASS_INST_DIR%%/docs/html/t.rast.aggregate.html -%%GRASS_INST_DIR%%/docs/html/t.rast.algebra.html -%%GRASS_INST_DIR%%/docs/html/t.rast.colors.html -%%GRASS_INST_DIR%%/docs/html/t.rast.contour.html -%%GRASS_INST_DIR%%/docs/html/t.rast.export.html -%%GRASS_INST_DIR%%/docs/html/t.rast.extract.html -%%GRASS_INST_DIR%%/docs/html/t.rast.gapfill.html -%%GRASS_INST_DIR%%/docs/html/t.rast.import.html -%%GRASS_INST_DIR%%/docs/html/t.rast.list.html -%%GRASS_INST_DIR%%/docs/html/t.rast.mapcalc.html -%%GRASS_INST_DIR%%/docs/html/t.rast.neighbors.html -%%GRASS_INST_DIR%%/docs/html/t.rast.out.vtk.html -%%GRASS_INST_DIR%%/docs/html/t.rast.series.html -%%GRASS_INST_DIR%%/docs/html/t.rast.to.rast3.html -%%GRASS_INST_DIR%%/docs/html/t.rast.to.vect.html -%%GRASS_INST_DIR%%/docs/html/t.rast.univar.html -%%GRASS_INST_DIR%%/docs/html/t.rast.what.html -%%GRASS_INST_DIR%%/docs/html/t.rast3d.algebra.html -%%GRASS_INST_DIR%%/docs/html/t.rast3d.extract.html -%%GRASS_INST_DIR%%/docs/html/t.rast3d.list.html -%%GRASS_INST_DIR%%/docs/html/t.rast3d.mapcalc.html -%%GRASS_INST_DIR%%/docs/html/t.rast3d.univar.html -%%GRASS_INST_DIR%%/docs/html/t.register.html -%%GRASS_INST_DIR%%/docs/html/t.remove.html -%%GRASS_INST_DIR%%/docs/html/t.rename.html -%%GRASS_INST_DIR%%/docs/html/t.sample.html -%%GRASS_INST_DIR%%/docs/html/t.select.html -%%GRASS_INST_DIR%%/docs/html/t.shift.html -%%GRASS_INST_DIR%%/docs/html/t.snap.html -%%GRASS_INST_DIR%%/docs/html/t.support.html -%%GRASS_INST_DIR%%/docs/html/t.topology.html -%%GRASS_INST_DIR%%/docs/html/t.unregister.html -%%GRASS_INST_DIR%%/docs/html/t.vect.algebra.html -%%GRASS_INST_DIR%%/docs/html/t.vect.db.select.html -%%GRASS_INST_DIR%%/docs/html/t.vect.export.html -%%GRASS_INST_DIR%%/docs/html/t.vect.extract.html -%%GRASS_INST_DIR%%/docs/html/t.vect.import.html -%%GRASS_INST_DIR%%/docs/html/t.vect.list.html -%%GRASS_INST_DIR%%/docs/html/t.vect.observe.strds.html -%%GRASS_INST_DIR%%/docs/html/t.vect.univar.html -%%GRASS_INST_DIR%%/docs/html/t.vect.what.strds.html -%%GRASS_INST_DIR%%/docs/html/tcurv.png -%%GRASS_INST_DIR%%/docs/html/temporal.html -%%GRASS_INST_DIR%%/docs/html/temporal_graphical.html -%%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 -%%GRASS_INST_DIR%%/docs/html/topic_attribute_table.html -%%GRASS_INST_DIR%%/docs/html/topic_biomass.html -%%GRASS_INST_DIR%%/docs/html/topic_buffer.html -%%GRASS_INST_DIR%%/docs/html/topic_cartography.html -%%GRASS_INST_DIR%%/docs/html/topic_category.html -%%GRASS_INST_DIR%%/docs/html/topic_centroid.html -%%GRASS_INST_DIR%%/docs/html/topic_classification.html -%%GRASS_INST_DIR%%/docs/html/topic_clip.html -%%GRASS_INST_DIR%%/docs/html/topic_color_table.html -%%GRASS_INST_DIR%%/docs/html/topic_color_transformation.html -%%GRASS_INST_DIR%%/docs/html/topic_composite.html -%%GRASS_INST_DIR%%/docs/html/topic_connection_settings.html -%%GRASS_INST_DIR%%/docs/html/topic_contour.html -%%GRASS_INST_DIR%%/docs/html/topic_conversion.html -%%GRASS_INST_DIR%%/docs/html/topic_cost_surface.html -%%GRASS_INST_DIR%%/docs/html/topic_diagram.html -%%GRASS_INST_DIR%%/docs/html/topic_display.html -%%GRASS_INST_DIR%%/docs/html/topic_dissolve.html -%%GRASS_INST_DIR%%/docs/html/topic_distance.html -%%GRASS_INST_DIR%%/docs/html/topic_edges.html -%%GRASS_INST_DIR%%/docs/html/topic_editing.html -%%GRASS_INST_DIR%%/docs/html/topic_elevation.html -%%GRASS_INST_DIR%%/docs/html/topic_emissivity.html -%%GRASS_INST_DIR%%/docs/html/topic_energy_balance.html -%%GRASS_INST_DIR%%/docs/html/topic_evapotranspiration.html -%%GRASS_INST_DIR%%/docs/html/topic_export.html -%%GRASS_INST_DIR%%/docs/html/topic_extract.html -%%GRASS_INST_DIR%%/docs/html/topic_fire.html -%%GRASS_INST_DIR%%/docs/html/topic_fusion.html -%%GRASS_INST_DIR%%/docs/html/topic_generalization.html -%%GRASS_INST_DIR%%/docs/html/topic_geometry.html -%%GRASS_INST_DIR%%/docs/html/topic_geomorphology.html -%%GRASS_INST_DIR%%/docs/html/topic_geomorphons.html -%%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_histogram.html -%%GRASS_INST_DIR%%/docs/html/topic_hydrology.html -%%GRASS_INST_DIR%%/docs/html/topic_imagery_quality_assessment.html -%%GRASS_INST_DIR%%/docs/html/topic_import.html -%%GRASS_INST_DIR%%/docs/html/topic_installation.html -%%GRASS_INST_DIR%%/docs/html/topic_interpolation.html -%%GRASS_INST_DIR%%/docs/html/topic_kernel_density.html -%%GRASS_INST_DIR%%/docs/html/topic_landscape_structure_analysis.html -%%GRASS_INST_DIR%%/docs/html/topic_latitude.html -%%GRASS_INST_DIR%%/docs/html/topic_linear_reference_system.html -%%GRASS_INST_DIR%%/docs/html/topic_manual.html -%%GRASS_INST_DIR%%/docs/html/topic_map_annotations.html -%%GRASS_INST_DIR%%/docs/html/topic_map_management.html -%%GRASS_INST_DIR%%/docs/html/topic_mask.html -%%GRASS_INST_DIR%%/docs/html/topic_measurement.html -%%GRASS_INST_DIR%%/docs/html/topic_metadata.html -%%GRASS_INST_DIR%%/docs/html/topic_modules.html -%%GRASS_INST_DIR%%/docs/html/topic_mosaic.html -%%GRASS_INST_DIR%%/docs/html/topic_multispectral.html -%%GRASS_INST_DIR%%/docs/html/topic_network.html -%%GRASS_INST_DIR%%/docs/html/topic_null_data.html -%%GRASS_INST_DIR%%/docs/html/topic_orthorectify.html -%%GRASS_INST_DIR%%/docs/html/topic_paint_labels.html -%%GRASS_INST_DIR%%/docs/html/topic_point_cloud.html -%%GRASS_INST_DIR%%/docs/html/topic_printing.html -%%GRASS_INST_DIR%%/docs/html/topic_profile.html -%%GRASS_INST_DIR%%/docs/html/topic_projection.html -%%GRASS_INST_DIR%%/docs/html/topic_querying.html -%%GRASS_INST_DIR%%/docs/html/topic_radiometric_conversion.html -%%GRASS_INST_DIR%%/docs/html/topic_raster.html -%%GRASS_INST_DIR%%/docs/html/topic_reclassification.html -%%GRASS_INST_DIR%%/docs/html/topic_recode_categories.html -%%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_sampling.html -%%GRASS_INST_DIR%%/docs/html/topic_segmentation.html -%%GRASS_INST_DIR%%/docs/html/topic_series.html -%%GRASS_INST_DIR%%/docs/html/topic_settings.html -%%GRASS_INST_DIR%%/docs/html/topic_solar.html -%%GRASS_INST_DIR%%/docs/html/topic_statistics.html -%%GRASS_INST_DIR%%/docs/html/topic_support.html -%%GRASS_INST_DIR%%/docs/html/topic_surface.html -%%GRASS_INST_DIR%%/docs/html/topic_temporal.html -%%GRASS_INST_DIR%%/docs/html/topic_terrain.html -%%GRASS_INST_DIR%%/docs/html/topic_tiling.html -%%GRASS_INST_DIR%%/docs/html/topic_time_management.html -%%GRASS_INST_DIR%%/docs/html/topic_topology.html -%%GRASS_INST_DIR%%/docs/html/topic_transformation.html -%%GRASS_INST_DIR%%/docs/html/topic_unit_test.html -%%GRASS_INST_DIR%%/docs/html/topic_vector.html -%%GRASS_INST_DIR%%/docs/html/topic_vegetation_index.html -%%GRASS_INST_DIR%%/docs/html/topic_visualization.html -%%GRASS_INST_DIR%%/docs/html/topic_volume.html -%%GRASS_INST_DIR%%/docs/html/topic_voxel.html -%%GRASS_INST_DIR%%/docs/html/topics.html -%%GRASS_INST_DIR%%/docs/html/tplot.png -%%GRASS_INST_DIR%%/docs/html/v.buffer.html -%%GRASS_INST_DIR%%/docs/html/v.build.all.html -%%GRASS_INST_DIR%%/docs/html/v.build.html -%%GRASS_INST_DIR%%/docs/html/v.build.polylines.html -%%GRASS_INST_DIR%%/docs/html/v.category.html -%%GRASS_INST_DIR%%/docs/html/v.centroids.html -%%GRASS_INST_DIR%%/docs/html/v.class.html -%%GRASS_INST_DIR%%/docs/html/v.clean.html -%%GRASS_INST_DIR%%/docs/html/v.clip.html -%%GRASS_INST_DIR%%/docs/html/v.cluster.html -%%GRASS_INST_DIR%%/docs/html/v.colors.html -%%GRASS_INST_DIR%%/docs/html/v.colors.out.html -%%GRASS_INST_DIR%%/docs/html/v.db.addcolumn.html -%%GRASS_INST_DIR%%/docs/html/v.db.addtable.html -%%GRASS_INST_DIR%%/docs/html/v.db.connect.html -%%GRASS_INST_DIR%%/docs/html/v.db.dropcolumn.html -%%GRASS_INST_DIR%%/docs/html/v.db.droprow.html -%%GRASS_INST_DIR%%/docs/html/v.db.droptable.html -%%GRASS_INST_DIR%%/docs/html/v.db.join.html -%%GRASS_INST_DIR%%/docs/html/v.db.reconnect.all.html -%%GRASS_INST_DIR%%/docs/html/v.db.renamecolumn.html -%%GRASS_INST_DIR%%/docs/html/v.db.select.html -%%GRASS_INST_DIR%%/docs/html/v.db.univar.html -%%GRASS_INST_DIR%%/docs/html/v.db.update.html -%%GRASS_INST_DIR%%/docs/html/v.decimate.html -%%GRASS_INST_DIR%%/docs/html/v.delaunay.html -%%GRASS_INST_DIR%%/docs/html/v.dissolve.html -%%GRASS_INST_DIR%%/docs/html/v.distance.html -%%GRASS_INST_DIR%%/docs/html/v.drape.html -%%GRASS_INST_DIR%%/docs/html/v.edit.html -%%GRASS_INST_DIR%%/docs/html/v.external.html -%%GRASS_INST_DIR%%/docs/html/v.external.out.html -%%GRASS_INST_DIR%%/docs/html/v.extract.html -%%GRASS_INST_DIR%%/docs/html/v.extrude.html -%%GRASS_INST_DIR%%/docs/html/v.generalize.html -%%GRASS_INST_DIR%%/docs/html/v.hull.html -%%GRASS_INST_DIR%%/docs/html/v.import.html -%%GRASS_INST_DIR%%/docs/html/v.in.ascii.html -%%GRASS_INST_DIR%%/docs/html/v.in.db.html -%%GRASS_INST_DIR%%/docs/html/v.in.dxf.html -%%GRASS_INST_DIR%%/docs/html/v.in.e00.html -%%GRASS_INST_DIR%%/docs/html/v.in.geonames.html -%%GRASS_INST_DIR%%/docs/html/v.in.lines.html -%%GRASS_INST_DIR%%/docs/html/v.in.mapgen.html -%%GRASS_INST_DIR%%/docs/html/v.in.ogr.html -%%GRASS_INST_DIR%%/docs/html/v.in.region.html -%%GRASS_INST_DIR%%/docs/html/v.in.wfs.html -%%GRASS_INST_DIR%%/docs/html/v.info.html -%%GRASS_INST_DIR%%/docs/html/v.kcv.html -%%GRASS_INST_DIR%%/docs/html/v.kernel.html -%%GRASS_INST_DIR%%/docs/html/v.label.html -%%GRASS_INST_DIR%%/docs/html/v.label.sa.html -%%GRASS_INST_DIR%%/docs/html/v.lidar.correction.html -%%GRASS_INST_DIR%%/docs/html/v.lidar.edgedetection.html -%%GRASS_INST_DIR%%/docs/html/v.lidar.growing.html -%%GRASS_INST_DIR%%/docs/html/v.lrs.create.html -%%GRASS_INST_DIR%%/docs/html/v.lrs.label.html -%%GRASS_INST_DIR%%/docs/html/v.lrs.segment.html -%%GRASS_INST_DIR%%/docs/html/v.lrs.where.html -%%GRASS_INST_DIR%%/docs/html/v.mkgrid.html -%%GRASS_INST_DIR%%/docs/html/v.neighbors.html -%%GRASS_INST_DIR%%/docs/html/v.net.alloc.html -%%GRASS_INST_DIR%%/docs/html/v.net.allpairs.html -%%GRASS_INST_DIR%%/docs/html/v.net.bridge.html -%%GRASS_INST_DIR%%/docs/html/v.net.centrality.html -%%GRASS_INST_DIR%%/docs/html/v.net.components.html -%%GRASS_INST_DIR%%/docs/html/v.net.connectivity.html -%%GRASS_INST_DIR%%/docs/html/v.net.distance.html -%%GRASS_INST_DIR%%/docs/html/v.net.flow.html -%%GRASS_INST_DIR%%/docs/html/v.net.html -%%GRASS_INST_DIR%%/docs/html/v.net.iso.html -%%GRASS_INST_DIR%%/docs/html/v.net.path.html -%%GRASS_INST_DIR%%/docs/html/v.net.salesman.html -%%GRASS_INST_DIR%%/docs/html/v.net.spanningtree.html -%%GRASS_INST_DIR%%/docs/html/v.net.steiner.html -%%GRASS_INST_DIR%%/docs/html/v.net.timetable.html -%%GRASS_INST_DIR%%/docs/html/v.net.visibility.html -%%GRASS_INST_DIR%%/docs/html/v.normal.html -%%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 -%%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 -%%GRASS_INST_DIR%%/docs/html/v.outlier.html -%%GRASS_INST_DIR%%/docs/html/v.overlay.html -%%GRASS_INST_DIR%%/docs/html/v.pack.html -%%GRASS_INST_DIR%%/docs/html/v.parallel.html -%%GRASS_INST_DIR%%/docs/html/v.patch.html -%%GRASS_INST_DIR%%/docs/html/v.perturb.html -%%GRASS_INST_DIR%%/docs/html/v.profile.html -%%GRASS_INST_DIR%%/docs/html/v.proj.html -%%GRASS_INST_DIR%%/docs/html/v.qcount.html -%%GRASS_INST_DIR%%/docs/html/v.random.html -%%GRASS_INST_DIR%%/docs/html/v.rast.stats.html -%%GRASS_INST_DIR%%/docs/html/v.reclass.html -%%GRASS_INST_DIR%%/docs/html/v.rectify.html -%%GRASS_INST_DIR%%/docs/html/v.report.html -%%GRASS_INST_DIR%%/docs/html/v.sample.html -%%GRASS_INST_DIR%%/docs/html/v.segment.html -%%GRASS_INST_DIR%%/docs/html/v.select.html -%%GRASS_INST_DIR%%/docs/html/v.split.html -%%GRASS_INST_DIR%%/docs/html/v.support.html -%%GRASS_INST_DIR%%/docs/html/v.surf.bspline.html -%%GRASS_INST_DIR%%/docs/html/v.surf.idw.html -%%GRASS_INST_DIR%%/docs/html/v.surf.rst.html -%%GRASS_INST_DIR%%/docs/html/v.timestamp.html -%%GRASS_INST_DIR%%/docs/html/v.to.3d.html -%%GRASS_INST_DIR%%/docs/html/v.to.db.html -%%GRASS_INST_DIR%%/docs/html/v.to.lines.html -%%GRASS_INST_DIR%%/docs/html/v.to.points.html -%%GRASS_INST_DIR%%/docs/html/v.to.rast.html -%%GRASS_INST_DIR%%/docs/html/v.to.rast3.html -%%GRASS_INST_DIR%%/docs/html/v.transform.html -%%GRASS_INST_DIR%%/docs/html/v.type.html -%%GRASS_INST_DIR%%/docs/html/v.univar.html -%%GRASS_INST_DIR%%/docs/html/v.unpack.html -%%GRASS_INST_DIR%%/docs/html/v.vect.stats.html -%%GRASS_INST_DIR%%/docs/html/v.vol.rst.html -%%GRASS_INST_DIR%%/docs/html/v.voronoi.html -%%GRASS_INST_DIR%%/docs/html/v.what.html -%%GRASS_INST_DIR%%/docs/html/v.what.rast.html -%%GRASS_INST_DIR%%/docs/html/v.what.rast3.html -%%GRASS_INST_DIR%%/docs/html/v.what.strds.html -%%GRASS_INST_DIR%%/docs/html/v.what.vect.html -%%GRASS_INST_DIR%%/docs/html/v_buffer_area.png -%%GRASS_INST_DIR%%/docs/html/v_buffer_area_s.png -%%GRASS_INST_DIR%%/docs/html/v_buffer_areas.png -%%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.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 -%%GRASS_INST_DIR%%/docs/html/vnetiso.png -%%GRASS_INST_DIR%%/docs/html/vnetisotime.png -%%GRASS_INST_DIR%%/docs/html/vnetpath.png -%%GRASS_INST_DIR%%/docs/html/vnetsalesman.png -%%GRASS_INST_DIR%%/docs/html/vnetsalesmantime.png -%%GRASS_INST_DIR%%/docs/html/vnetsteiner.png -%%GRASS_INST_DIR%%/docs/html/vnetsteinertime.png -%%GRASS_INST_DIR%%/docs/html/vrandom_polygons.png -%%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 -%%GRASS_INST_DIR%%/docs/html/wxGUI_iimage2target_frame.jpg -%%GRASS_INST_DIR%%/docs/html/wxGUI_iphoto2image_frame.jpg -%%GRASS_INST_DIR%%/docs/html/wxGUI_iscatt.jpg -%%GRASS_INST_DIR%%/docs/html/wxGUI_layer_manager.jpg -%%GRASS_INST_DIR%%/docs/html/wxGUI_map_display.jpg -%%GRASS_INST_DIR%%/docs/html/wxGUI_modules_flags.png -%%GRASS_INST_DIR%%/docs/html/wxGUI_modules_parameters.png -%%GRASS_INST_DIR%%/docs/html/wxGUI_modules_style_left.png -%%GRASS_INST_DIR%%/docs/html/wxGUI_modules_style_top.png -%%GRASS_INST_DIR%%/docs/html/wxGUI_modules_widget_file1.png -%%GRASS_INST_DIR%%/docs/html/wxGUI_modules_widget_file2.png -%%GRASS_INST_DIR%%/docs/html/wxGUI_modules_widget_selection.png -%%GRASS_INST_DIR%%/docs/html/wxGUI_nviz_toolbar.jpg -%%GRASS_INST_DIR%%/docs/html/wxGUI_nviz_tools_light.jpg -%%GRASS_INST_DIR%%/docs/html/wxGUI_nviz_tools_surface.jpg -%%GRASS_INST_DIR%%/docs/html/wxGUI_nviz_tools_vector.jpg -%%GRASS_INST_DIR%%/docs/html/wxGUI_nviz_tools_view.jpg -%%GRASS_INST_DIR%%/docs/html/wxGUI_nviz_tools_volume.jpg -%%GRASS_INST_DIR%%/docs/html/wxGUI_rdigit_step1.png -%%GRASS_INST_DIR%%/docs/html/wxGUI_rdigit_step2.png -%%GRASS_INST_DIR%%/docs/html/wxGUI_rdigit_step3.png -%%GRASS_INST_DIR%%/docs/html/wxGUI_rdigit_step4.png -%%GRASS_INST_DIR%%/docs/html/wxGUI_rdigit_step5.png -%%GRASS_INST_DIR%%/docs/html/wxGUI_toolboxes.jpg -%%GRASS_INST_DIR%%/docs/html/wxGUI_vnet.jpg -%%GRASS_INST_DIR%%/docs/html/wxpyimgview.html -%%GRASS_INST_DIR%%/docs/html/ximgview.html -%%GRASS_INST_DIR%%/docs/html/zipcodes_larger2000ha.png -%%GRASS_INST_DIR%%/docs/html/zipcodes_minor1000ha.png -%%GRASS_INST_DIR%%/docs/man/man1/cairodriver.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/class_graphical.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/d.barscale.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/d.colorlist.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/d.colortable.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/d.correlate.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/d.erase.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/d.font.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/d.fontlist.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/d.frame.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/d.geodesic.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/d.graph.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/d.grid.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/d.his.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/d.histogram.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/d.info.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/d.labels.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/d.legend.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/d.legend.vect.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/d.linegraph.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/d.mon.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/d.northarrow.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/d.out.file.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/d.path.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/d.polar.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/d.profile.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/d.rast.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/d.rast.arrow.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/d.rast.edit.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/d.rast.leg.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/d.rast.num.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/d.redraw.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/d.rgb.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/d.rhumbline.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/d.shade.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/d.text.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/d.title.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/d.to.rast.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/d.vect.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/d.vect.chart.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/d.vect.thematic.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/d.what.rast.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/d.what.vect.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/d.where.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/database.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/database_graphical.1.gz -%%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 -%%GRASS_INST_DIR%%/docs/man/man1/db.copy.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/db.createdb.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/db.databases.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/db.describe.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/db.drivers.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/db.dropcolumn.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/db.dropdb.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/db.droptable.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/db.execute.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/db.in.ogr.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/db.login.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/db.out.ogr.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/db.select.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/db.tables.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/db.test.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/db.univar.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/display.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/display_graphical.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/displaydrivers.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/full_index.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/g.access.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/g.cairocomp.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/g.copy.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/g.dirseps.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/g.extension.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/g.extension.all.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/g.filename.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/g.findetc.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/g.findfile.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/g.gisenv.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/g.gui.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/g.gui.animation.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/g.gui.datacatalog.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/g.gui.dbmgr.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/g.gui.gcp.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/g.gui.gmodeler.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/g.gui.iclass.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/g.gui.image2target.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/g.gui.mapswipe.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/g.gui.photo2image.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/g.gui.psmap.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/g.gui.rlisetup.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/g.gui.timeline.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/g.gui.tplot.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/g.gui.vdigit.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/g.list.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/g.manual.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/g.mapset.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/g.mapsets.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/g.message.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/g.mkfontcap.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/g.parser.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/g.pnmcomp.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/g.ppmtopng.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/g.proj.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/g.region.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/g.remove.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/g.rename.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/g.search.modules.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/g.tempfile.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/g.version.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/general.1.gz -%%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-dbf.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/grass-ogr.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 -%%GRASS_INST_DIR%%/docs/man/man1/i.biomass.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/i.cca.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/i.cluster.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/i.colors.enhance.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/i.eb.eta.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/i.eb.evapfr.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/i.eb.hsebal01.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/i.eb.netrad.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/i.eb.soilheatflux.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/i.emissivity.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/i.evapo.mh.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/i.evapo.pm.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/i.evapo.pt.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/i.evapo.time.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/i.fft.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/i.gensig.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/i.gensigset.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/i.group.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/i.his.rgb.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/i.ifft.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/i.image.mosaic.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/i.in.spotvgt.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/i.landsat.acca.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/i.landsat.toar.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/i.maxlik.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/i.modis.qc.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/i.oif.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/i.ortho.camera.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/i.ortho.elev.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/i.ortho.init.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/i.ortho.photo.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/i.ortho.rectify.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/i.ortho.target.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/i.ortho.transform.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/i.pansharpen.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/i.pca.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/i.rectify.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/i.rgb.his.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/i.segment.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/i.smap.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/i.spectral.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/i.target.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/i.tasscap.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/i.topo.corr.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/i.vi.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/i.zc.1.gz -%%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 -%%GRASS_INST_DIR%%/docs/man/man1/lrs.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/m.cogo.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/m.measure.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/m.nviz.image.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/m.nviz.script.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/m.proj.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/m.transform.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/manual_gallery.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/miscellaneous.1.gz -%%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.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 -%%GRASS_INST_DIR%%/docs/man/man1/r.basins.fill.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.blend.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.buffer.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.buffer.lowmem.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.buildvrt.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.carve.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.category.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.circle.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.clump.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.coin.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.colors.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.colors.out.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.colors.stddev.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.composite.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.compress.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.contour.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.cost.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.covar.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.cross.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.describe.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.distance.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.drain.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.external.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.external.out.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.fill.dir.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.fill.stats.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.fillnulls.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.flow.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.geomorphon.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.grow.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.grow.distance.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.gwflow.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.his.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.horizon.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.import.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.in.ascii.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.in.aster.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.in.bin.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.in.gdal.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.in.gridatb.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.in.mat.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.in.png.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.in.poly.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.in.srtm.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.in.wms.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.in.xyz.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.info.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.kappa.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.lake.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.latlong.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.li.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.li.cwed.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.li.daemon.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.li.dominance.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.li.edgedensity.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.li.mpa.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.li.mps.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.li.padcv.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.li.padrange.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.li.padsd.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.li.patchdensity.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.li.patchnum.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.li.pielou.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.li.renyi.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.li.richness.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.li.shannon.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.li.shape.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.li.simpson.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.mapcalc.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.mapcalc.simple.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.mask.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.mfilter.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.mode.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.neighbors.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.null.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.out.ascii.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.out.bin.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.out.gdal.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.out.gridatb.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.out.mat.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.out.mpeg.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.out.png.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.out.pov.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.out.ppm.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.out.ppm3.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.out.vrml.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.out.vtk.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.out.xyz.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.pack.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.param.scale.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.patch.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.path.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.plane.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.profile.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.proj.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.quant.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.quantile.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.random.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.random.cells.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.random.surface.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.reclass.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.reclass.area.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.recode.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.region.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.regression.line.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.regression.multi.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.relief.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.report.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.resamp.bspline.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.resamp.filter.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.resamp.interp.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.resamp.rst.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.resamp.stats.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.resample.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.rescale.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.rescale.eq.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.rgb.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.ros.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.series.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.series.accumulate.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.series.interp.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.shade.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.sim.sediment.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.sim.water.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.slope.aspect.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.solute.transport.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.spread.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.spreadpath.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.statistics.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.stats.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.stats.quantile.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.stats.zonal.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.stream.extract.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.sun.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.sunhours.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.sunmask.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.support.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.support.stats.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.surf.area.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.surf.contour.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.surf.fractal.1.gz -%%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 -%%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 -%%GRASS_INST_DIR%%/docs/man/man1/r.tileset.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.timestamp.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.to.rast3.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.to.rast3elev.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.to.vect.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.topidx.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.topmodel.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.transect.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.univar.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.unpack.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.uslek.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.usler.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.volume.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.walk.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.water.outlet.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.watershed.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.what.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r.what.color.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r3.colors.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r3.colors.out.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r3.cross.rast.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r3.flow.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r3.gradient.1.gz -%%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 -%%GRASS_INST_DIR%%/docs/man/man1/r3.in.v5d.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r3.in.xyz.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r3.info.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r3.mapcalc.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r3.mask.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r3.mkdspf.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r3.neighbors.1.gz -%%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 -%%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 -%%GRASS_INST_DIR%%/docs/man/man1/r3.stats.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/r3.support.1.gz -%%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.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 -%%GRASS_INST_DIR%%/docs/man/man1/t.rast.accdetect.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/t.rast.accumulate.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/t.rast.aggregate.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/t.rast.aggregate.ds.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/t.rast.algebra.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/t.rast.colors.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/t.rast.contour.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/t.rast.export.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/t.rast.extract.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/t.rast.gapfill.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/t.rast.import.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/t.rast.list.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/t.rast.mapcalc.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/t.rast.neighbors.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/t.rast.out.vtk.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/t.rast.series.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/t.rast.to.rast3.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/t.rast.to.vect.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/t.rast.univar.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/t.rast.what.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/t.rast3d.algebra.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/t.rast3d.extract.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/t.rast3d.list.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/t.rast3d.mapcalc.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/t.rast3d.univar.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/t.register.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/t.remove.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/t.rename.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/t.sample.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/t.select.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/t.shift.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/t.snap.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/t.support.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/t.topology.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/t.unregister.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/t.vect.algebra.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/t.vect.db.select.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/t.vect.export.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/t.vect.extract.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/t.vect.import.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/t.vect.list.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/t.vect.observe.strds.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/t.vect.univar.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/t.vect.what.strds.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/temporal.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/temporal_graphical.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/temporalintro.1.gz -%%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 -%%GRASS_INST_DIR%%/docs/man/man1/topic_attribute_table.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/topic_biomass.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/topic_buffer.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/topic_cartography.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/topic_category.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/topic_centroid.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/topic_classification.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/topic_clip.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/topic_color_table.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/topic_color_transformation.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/topic_composite.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/topic_connection_settings.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/topic_contour.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/topic_conversion.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/topic_cost_surface.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/topic_diagram.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/topic_display.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/topic_dissolve.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/topic_distance.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/topic_edges.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/topic_editing.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/topic_elevation.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/topic_emissivity.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/topic_energy_balance.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/topic_evapotranspiration.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/topic_export.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/topic_extract.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/topic_fire.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/topic_fusion.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/topic_generalization.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/topic_geometry.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/topic_geomorphology.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/topic_geomorphons.1.gz -%%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_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 -%%GRASS_INST_DIR%%/docs/man/man1/topic_import.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/topic_installation.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/topic_interpolation.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/topic_kernel_density.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/topic_landscape_structure_analysis.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/topic_latitude.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/topic_linear_reference_system.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/topic_manual.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/topic_map_annotations.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/topic_map_management.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/topic_mask.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/topic_measurement.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/topic_metadata.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/topic_modules.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/topic_mosaic.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/topic_multispectral.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/topic_network.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/topic_null_data.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/topic_orthorectify.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/topic_paint_labels.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/topic_point_cloud.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/topic_printing.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/topic_profile.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/topic_projection.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/topic_querying.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/topic_radiometric_conversion.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/topic_raster.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/topic_reclassification.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/topic_recode_categories.1.gz -%%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_sampling.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/topic_segmentation.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/topic_series.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/topic_settings.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/topic_solar.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/topic_statistics.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/topic_support.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/topic_surface.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/topic_temporal.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/topic_terrain.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/topic_tiling.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/topic_time_management.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/topic_topology.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/topic_transformation.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/topic_unit_test.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/topic_vector.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/topic_vegetation_index.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 -%%GRASS_INST_DIR%%/docs/man/man1/topics.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/v.buffer.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/v.build.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/v.build.all.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/v.build.polylines.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/v.category.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/v.centroids.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/v.class.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/v.clean.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/v.clip.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/v.cluster.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/v.colors.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/v.colors.out.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/v.db.addcolumn.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/v.db.addtable.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/v.db.connect.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/v.db.dropcolumn.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/v.db.droprow.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/v.db.droptable.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/v.db.join.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/v.db.reconnect.all.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/v.db.renamecolumn.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/v.db.select.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/v.db.univar.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/v.db.update.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/v.decimate.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/v.delaunay.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/v.dissolve.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/v.distance.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/v.drape.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/v.edit.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/v.external.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/v.external.out.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/v.extract.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/v.extrude.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/v.generalize.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/v.hull.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/v.import.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/v.in.ascii.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/v.in.db.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/v.in.dxf.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/v.in.e00.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/v.in.geonames.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/v.in.lines.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/v.in.mapgen.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/v.in.ogr.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/v.in.region.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/v.in.wfs.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/v.info.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/v.kcv.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/v.kernel.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/v.label.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/v.label.sa.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/v.lidar.correction.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/v.lidar.edgedetection.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/v.lidar.growing.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/v.lrs.create.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/v.lrs.label.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/v.lrs.segment.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/v.lrs.where.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/v.mkgrid.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/v.neighbors.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/v.net.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/v.net.alloc.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/v.net.allpairs.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/v.net.bridge.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/v.net.centrality.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/v.net.components.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/v.net.connectivity.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/v.net.distance.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/v.net.flow.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/v.net.iso.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/v.net.path.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/v.net.salesman.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/v.net.spanningtree.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/v.net.steiner.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/v.net.timetable.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/v.net.visibility.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/v.normal.1.gz -%%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 -%%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 -%%GRASS_INST_DIR%%/docs/man/man1/v.outlier.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/v.overlay.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/v.pack.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/v.parallel.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/v.patch.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/v.perturb.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/v.profile.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/v.proj.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/v.qcount.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/v.random.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/v.rast.stats.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/v.reclass.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/v.rectify.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/v.report.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/v.sample.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/v.segment.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/v.select.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/v.split.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/v.support.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/v.surf.bspline.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/v.surf.idw.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/v.surf.rst.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/v.timestamp.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/v.to.3d.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/v.to.db.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/v.to.lines.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/v.to.points.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/v.to.rast.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/v.to.rast3.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/v.transform.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/v.type.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/v.univar.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/v.unpack.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/v.vect.stats.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/v.vol.rst.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/v.voronoi.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/v.what.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/v.what.rast.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/v.what.rast3.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/v.what.strds.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/v.what.vect.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/variables.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/vector.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/vector_graphical.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/vectorascii.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/vectorintro.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/wxGUI.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/wxGUI.animation.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/wxGUI.components.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/wxGUI.datacatalog.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/wxGUI.dbmgr.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/wxGUI.gcp.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/wxGUI.gmodeler.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/wxGUI.iclass.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/wxGUI.image2target.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/wxGUI.iscatt.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/wxGUI.mapswipe.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/wxGUI.modules.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/wxGUI.nviz.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/wxGUI.photo2image.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/wxGUI.psmap.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/wxGUI.rdigit.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/wxGUI.rlisetup.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/wxGUI.timeline.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/wxGUI.toolboxes.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/wxGUI.tplot.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/wxGUI.vdigit.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/wxGUI.vnet.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/wxGUI_graphical.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/wxpyimgview.1.gz -%%GRASS_INST_DIR%%/docs/man/man1/ximgview.1.gz -%%GRASS_INST_DIR%%/driver/db/dbf -%%GRASS_INST_DIR%%/driver/db/ogr -%%GRASS_INST_DIR%%/etc/VERSIONNUMBER -%%GRASS_INST_DIR%%/etc/clean_temp -%%GRASS_INST_DIR%%/etc/colors.desc -%%GRASS_INST_DIR%%/etc/colors/aspect -%%GRASS_INST_DIR%%/etc/colors/aspectcolr -%%GRASS_INST_DIR%%/etc/colors/bcyr -%%GRASS_INST_DIR%%/etc/colors/bgyr -%%GRASS_INST_DIR%%/etc/colors/blues -%%GRASS_INST_DIR%%/etc/colors/byg -%%GRASS_INST_DIR%%/etc/colors/byr -%%GRASS_INST_DIR%%/etc/colors/celsius -%%GRASS_INST_DIR%%/etc/colors/corine -%%GRASS_INST_DIR%%/etc/colors/curvature -%%GRASS_INST_DIR%%/etc/colors/differences -%%GRASS_INST_DIR%%/etc/colors/elevation -%%GRASS_INST_DIR%%/etc/colors/etopo2 -%%GRASS_INST_DIR%%/etc/colors/evi -%%GRASS_INST_DIR%%/etc/colors/fahrenheit -%%GRASS_INST_DIR%%/etc/colors/forest_cover -%%GRASS_INST_DIR%%/etc/colors/gdd -%%GRASS_INST_DIR%%/etc/colors/grass -%%GRASS_INST_DIR%%/etc/colors/greens -%%GRASS_INST_DIR%%/etc/colors/grey -%%GRASS_INST_DIR%%/etc/colors/grey1.0 -%%GRASS_INST_DIR%%/etc/colors/grey255 -%%GRASS_INST_DIR%%/etc/colors/gyr -%%GRASS_INST_DIR%%/etc/colors/haxby -%%GRASS_INST_DIR%%/etc/colors/inferno -%%GRASS_INST_DIR%%/etc/colors/kelvin -%%GRASS_INST_DIR%%/etc/colors/magma -%%GRASS_INST_DIR%%/etc/colors/ndvi -%%GRASS_INST_DIR%%/etc/colors/ndwi -%%GRASS_INST_DIR%%/etc/colors/nlcd -%%GRASS_INST_DIR%%/etc/colors/oranges -%%GRASS_INST_DIR%%/etc/colors/plasma -%%GRASS_INST_DIR%%/etc/colors/population -%%GRASS_INST_DIR%%/etc/colors/population_dens -%%GRASS_INST_DIR%%/etc/colors/precipitation -%%GRASS_INST_DIR%%/etc/colors/precipitation_daily -%%GRASS_INST_DIR%%/etc/colors/precipitation_monthly -%%GRASS_INST_DIR%%/etc/colors/rainbow -%%GRASS_INST_DIR%%/etc/colors/ramp -%%GRASS_INST_DIR%%/etc/colors/reds -%%GRASS_INST_DIR%%/etc/colors/roygbiv -%%GRASS_INST_DIR%%/etc/colors/rstcurv -%%GRASS_INST_DIR%%/etc/colors/ryb -%%GRASS_INST_DIR%%/etc/colors/ryg -%%GRASS_INST_DIR%%/etc/colors/sepia -%%GRASS_INST_DIR%%/etc/colors/slope -%%GRASS_INST_DIR%%/etc/colors/soilmoisture -%%GRASS_INST_DIR%%/etc/colors/srtm -%%GRASS_INST_DIR%%/etc/colors/srtm_plus -%%GRASS_INST_DIR%%/etc/colors/terrain -%%GRASS_INST_DIR%%/etc/colors/viridis -%%GRASS_INST_DIR%%/etc/colors/water -%%GRASS_INST_DIR%%/etc/colors/wave -%%GRASS_INST_DIR%%/etc/current_time_s_ms -%%GRASS_INST_DIR%%/etc/d.mon/render_cmd.py -%%GRASS_INST_DIR%%/etc/d.polar/ps_defs.eps -%%GRASS_INST_DIR%%/etc/echo -%%GRASS_INST_DIR%%/etc/element_list -%%GRASS_INST_DIR%%/etc/fontcap -%%GRASS_INST_DIR%%/etc/i.find -%%GRASS_INST_DIR%%/etc/license -%%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.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/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.eps -%%GRASS_INST_DIR%%/etc/paint/patterns/diag_down6.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/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.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/parms.table -%%GRASS_INST_DIR%%/etc/proj/projections -%%GRASS_INST_DIR%%/etc/proj/state27 -%%GRASS_INST_DIR%%/etc/proj/state83 -%%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 -%%GRASS_INST_DIR%%/etc/python/grass/gunittest/gutils.py -%%GRASS_INST_DIR%%/etc/python/grass/gunittest/invoker.py -%%GRASS_INST_DIR%%/etc/python/grass/gunittest/loader.py -%%GRASS_INST_DIR%%/etc/python/grass/gunittest/main.py -%%GRASS_INST_DIR%%/etc/python/grass/gunittest/reporters.py -%%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 -%%GRASS_INST_DIR%%/etc/python/grass/lib/ctypes_preamble.py -%%GRASS_INST_DIR%%/etc/python/grass/lib/date.py -%%GRASS_INST_DIR%%/etc/python/grass/lib/dbmi.py -%%GRASS_INST_DIR%%/etc/python/grass/lib/display.py -%%GRASS_INST_DIR%%/etc/python/grass/lib/gis.py -%%GRASS_INST_DIR%%/etc/python/grass/lib/gmath.py -%%GRASS_INST_DIR%%/etc/python/grass/lib/imagery.py -%%GRASS_INST_DIR%%/etc/python/grass/lib/nviz.py -%%GRASS_INST_DIR%%/etc/python/grass/lib/ogsf.py -%%GRASS_INST_DIR%%/etc/python/grass/lib/proj.py -%%GRASS_INST_DIR%%/etc/python/grass/lib/raster.py -%%GRASS_INST_DIR%%/etc/python/grass/lib/raster3d.py -%%GRASS_INST_DIR%%/etc/python/grass/lib/rowio.py -%%GRASS_INST_DIR%%/etc/python/grass/lib/rtree.py -%%GRASS_INST_DIR%%/etc/python/grass/lib/segment.py -%%GRASS_INST_DIR%%/etc/python/grass/lib/stats.py -%%GRASS_INST_DIR%%/etc/python/grass/lib/temporal.py -%%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 -%%GRASS_INST_DIR%%/etc/python/grass/pydispatch/robustapply.py -%%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 -%%GRASS_INST_DIR%%/etc/python/grass/pygrass/modules/interface/module.py -%%GRASS_INST_DIR%%/etc/python/grass/pygrass/modules/interface/parameter.py -%%GRASS_INST_DIR%%/etc/python/grass/pygrass/modules/interface/read.py -%%GRASS_INST_DIR%%/etc/python/grass/pygrass/modules/interface/typedict.py -%%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 -%%GRASS_INST_DIR%%/etc/python/grass/pygrass/raster/history.py -%%GRASS_INST_DIR%%/etc/python/grass/pygrass/raster/raster_type.py -%%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 -%%GRASS_INST_DIR%%/etc/python/grass/pygrass/vector/geometry.py -%%GRASS_INST_DIR%%/etc/python/grass/pygrass/vector/sql.py -%%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 -%%GRASS_INST_DIR%%/etc/python/grass/script/raster.py -%%GRASS_INST_DIR%%/etc/python/grass/script/raster3d.py -%%GRASS_INST_DIR%%/etc/python/grass/script/setup.py -%%GRASS_INST_DIR%%/etc/python/grass/script/task.py -%%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 -%%GRASS_INST_DIR%%/etc/python/grass/temporal/aggregation.py -%%GRASS_INST_DIR%%/etc/python/grass/temporal/base.py -%%GRASS_INST_DIR%%/etc/python/grass/temporal/c_libraries_interface.py -%%GRASS_INST_DIR%%/etc/python/grass/temporal/core.py -%%GRASS_INST_DIR%%/etc/python/grass/temporal/datetime_math.py -%%GRASS_INST_DIR%%/etc/python/grass/temporal/extract.py -%%GRASS_INST_DIR%%/etc/python/grass/temporal/factory.py -%%GRASS_INST_DIR%%/etc/python/grass/temporal/gui_support.py -%%GRASS_INST_DIR%%/etc/python/grass/temporal/list_stds.py -%%GRASS_INST_DIR%%/etc/python/grass/temporal/mapcalc.py -%%GRASS_INST_DIR%%/etc/python/grass/temporal/metadata.py -%%GRASS_INST_DIR%%/etc/python/grass/temporal/open_stds.py -%%GRASS_INST_DIR%%/etc/python/grass/temporal/register.py -%%GRASS_INST_DIR%%/etc/python/grass/temporal/sampling.py -%%GRASS_INST_DIR%%/etc/python/grass/temporal/space_time_datasets.py -%%GRASS_INST_DIR%%/etc/python/grass/temporal/spatial_extent.py -%%GRASS_INST_DIR%%/etc/python/grass/temporal/spatial_topology_dataset_connector.py -%%GRASS_INST_DIR%%/etc/python/grass/temporal/spatio_temporal_relationships.py -%%GRASS_INST_DIR%%/etc/python/grass/temporal/stds_export.py -%%GRASS_INST_DIR%%/etc/python/grass/temporal/stds_import.py -%%GRASS_INST_DIR%%/etc/python/grass/temporal/temporal_algebra.py -%%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_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 -%%GRASS_INST_DIR%%/etc/r.in.wms/wms_drv.py -%%GRASS_INST_DIR%%/etc/r.in.wms/wms_gdal_drv.py -%%GRASS_INST_DIR%%/etc/r.watershed/ram -%%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/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 -%%GRASS_INST_DIR%%/etc/sql/stds_tables_template.sql -%%GRASS_INST_DIR%%/etc/sql/str3ds_metadata_table.sql -%%GRASS_INST_DIR%%/etc/sql/str3ds_views.sql -%%GRASS_INST_DIR%%/etc/sql/strds_metadata_table.sql -%%GRASS_INST_DIR%%/etc/sql/strds_views.sql -%%GRASS_INST_DIR%%/etc/sql/stvds_metadata_table.sql -%%GRASS_INST_DIR%%/etc/sql/stvds_views.sql -%%GRASS_INST_DIR%%/etc/sql/update_stds_spatial_temporal_extent_template.sql -%%GRASS_INST_DIR%%/etc/sql/update_str3ds_metadata_template.sql -%%GRASS_INST_DIR%%/etc/sql/update_strds_metadata_template.sql -%%GRASS_INST_DIR%%/etc/sql/update_stvds_metadata_template.sql -%%GRASS_INST_DIR%%/etc/sql/vector_metadata_table.sql -%%GRASS_INST_DIR%%/etc/sql/vector_views.sql -%%GRASS_INST_DIR%%/etc/symbol/basic/arrow -%%GRASS_INST_DIR%%/etc/symbol/basic/arrow1 -%%GRASS_INST_DIR%%/etc/symbol/basic/arrow2 -%%GRASS_INST_DIR%%/etc/symbol/basic/arrow3 -%%GRASS_INST_DIR%%/etc/symbol/basic/box -%%GRASS_INST_DIR%%/etc/symbol/basic/circle -%%GRASS_INST_DIR%%/etc/symbol/basic/cross1 -%%GRASS_INST_DIR%%/etc/symbol/basic/cross2 -%%GRASS_INST_DIR%%/etc/symbol/basic/cross3 -%%GRASS_INST_DIR%%/etc/symbol/basic/diamond -%%GRASS_INST_DIR%%/etc/symbol/basic/hexagon -%%GRASS_INST_DIR%%/etc/symbol/basic/marker -%%GRASS_INST_DIR%%/etc/symbol/basic/octagon -%%GRASS_INST_DIR%%/etc/symbol/basic/pin -%%GRASS_INST_DIR%%/etc/symbol/basic/pin_dot -%%GRASS_INST_DIR%%/etc/symbol/basic/point -%%GRASS_INST_DIR%%/etc/symbol/basic/pushpin -%%GRASS_INST_DIR%%/etc/symbol/basic/star -%%GRASS_INST_DIR%%/etc/symbol/basic/triangle -%%GRASS_INST_DIR%%/etc/symbol/basic/x -%%GRASS_INST_DIR%%/etc/symbol/demo/muchomurka -%%GRASS_INST_DIR%%/etc/symbol/demo/smrk -%%GRASS_INST_DIR%%/etc/symbol/extra/4pt_star -%%GRASS_INST_DIR%%/etc/symbol/extra/adcp -%%GRASS_INST_DIR%%/etc/symbol/extra/airport -%%GRASS_INST_DIR%%/etc/symbol/extra/alpha_flag -%%GRASS_INST_DIR%%/etc/symbol/extra/bridge -%%GRASS_INST_DIR%%/etc/symbol/extra/dim_arrow -%%GRASS_INST_DIR%%/etc/symbol/extra/dive_flag -%%GRASS_INST_DIR%%/etc/symbol/extra/fiducial -%%GRASS_INST_DIR%%/etc/symbol/extra/fish -%%GRASS_INST_DIR%%/etc/symbol/extra/half-box -%%GRASS_INST_DIR%%/etc/symbol/extra/half-circle -%%GRASS_INST_DIR%%/etc/symbol/extra/offbox_ne -%%GRASS_INST_DIR%%/etc/symbol/extra/offbox_nw -%%GRASS_INST_DIR%%/etc/symbol/extra/offbox_se -%%GRASS_INST_DIR%%/etc/symbol/extra/offbox_sw -%%GRASS_INST_DIR%%/etc/symbol/extra/pentagon -%%GRASS_INST_DIR%%/etc/symbol/extra/ping -%%GRASS_INST_DIR%%/etc/symbol/extra/ring -%%GRASS_INST_DIR%%/etc/symbol/extra/simple_zia -%%GRASS_INST_DIR%%/etc/symbol/extra/target -%%GRASS_INST_DIR%%/etc/symbol/geology/circle_cross -%%GRASS_INST_DIR%%/etc/symbol/geology/half-arrow_left -%%GRASS_INST_DIR%%/etc/symbol/geology/half-arrow_right -%%GRASS_INST_DIR%%/etc/symbol/geology/strike_box -%%GRASS_INST_DIR%%/etc/symbol/geology/strike_circle -%%GRASS_INST_DIR%%/etc/symbol/geology/strike_cleavage -%%GRASS_INST_DIR%%/etc/symbol/geology/strike_half-bowtie -%%GRASS_INST_DIR%%/etc/symbol/geology/strike_line -%%GRASS_INST_DIR%%/etc/symbol/geology/strike_parallel -%%GRASS_INST_DIR%%/etc/symbol/geology/strike_triangle -%%GRASS_INST_DIR%%/etc/symbol/legend/area -%%GRASS_INST_DIR%%/etc/symbol/legend/area_curved -%%GRASS_INST_DIR%%/etc/symbol/legend/line -%%GRASS_INST_DIR%%/etc/symbol/legend/line_crooked -%%GRASS_INST_DIR%%/etc/symbol/n_arrows/basic_compass -%%GRASS_INST_DIR%%/etc/symbol/n_arrows/fancy_compass -%%GRASS_INST_DIR%%/etc/symbol/n_arrows/n_arrow1a -%%GRASS_INST_DIR%%/etc/symbol/n_arrows/n_arrow1b -%%GRASS_INST_DIR%%/etc/symbol/n_arrows/n_arrow2 -%%GRASS_INST_DIR%%/etc/symbol/n_arrows/n_arrow3 -%%GRASS_INST_DIR%%/etc/symbol/n_arrows/n_arrow4 -%%GRASS_INST_DIR%%/etc/symbol/n_arrows/n_arrow5 -%%GRASS_INST_DIR%%/etc/symbol/n_arrows/n_arrow6 -%%GRASS_INST_DIR%%/etc/symbol/n_arrows/n_arrow7a -%%GRASS_INST_DIR%%/etc/symbol/n_arrows/n_arrow7b -%%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/wxpyimgview_gui.py -%%GRASS_INST_DIR%%/fonts/cyrilc.hmp -%%GRASS_INST_DIR%%/fonts/fonts.table -%%GRASS_INST_DIR%%/fonts/gothgbt.hmp -%%GRASS_INST_DIR%%/fonts/gothgrt.hmp -%%GRASS_INST_DIR%%/fonts/gothitt.hmp -%%GRASS_INST_DIR%%/fonts/greekc.hmp -%%GRASS_INST_DIR%%/fonts/greekcs.hmp -%%GRASS_INST_DIR%%/fonts/greekp.hmp -%%GRASS_INST_DIR%%/fonts/greeks.hmp -%%GRASS_INST_DIR%%/fonts/hersh.oc1 -%%GRASS_INST_DIR%%/fonts/hersh.oc2 -%%GRASS_INST_DIR%%/fonts/hersh.oc3 -%%GRASS_INST_DIR%%/fonts/hersh.oc4 -%%GRASS_INST_DIR%%/fonts/italicc.hmp -%%GRASS_INST_DIR%%/fonts/italiccs.hmp -%%GRASS_INST_DIR%%/fonts/italict.hmp -%%GRASS_INST_DIR%%/fonts/romanc.hmp -%%GRASS_INST_DIR%%/fonts/romancs.hmp -%%GRASS_INST_DIR%%/fonts/romand.hmp -%%GRASS_INST_DIR%%/fonts/romans.hmp -%%GRASS_INST_DIR%%/fonts/romant.hmp -%%GRASS_INST_DIR%%/fonts/scriptc.hmp -%%GRASS_INST_DIR%%/fonts/scripts.hmp -%%GRASS_INST_DIR%%/gui/icons/flags/af.png -%%GRASS_INST_DIR%%/gui/icons/flags/am.png -%%GRASS_INST_DIR%%/gui/icons/flags/ar.png -%%GRASS_INST_DIR%%/gui/icons/flags/bg.png -%%GRASS_INST_DIR%%/gui/icons/flags/cs.png -%%GRASS_INST_DIR%%/gui/icons/flags/da.png -%%GRASS_INST_DIR%%/gui/icons/flags/de.png -%%GRASS_INST_DIR%%/gui/icons/flags/el.png -%%GRASS_INST_DIR%%/gui/icons/flags/es.png -%%GRASS_INST_DIR%%/gui/icons/flags/et.png -%%GRASS_INST_DIR%%/gui/icons/flags/fa.png -%%GRASS_INST_DIR%%/gui/icons/flags/fi.png -%%GRASS_INST_DIR%%/gui/icons/flags/fr.png -%%GRASS_INST_DIR%%/gui/icons/flags/he.png -%%GRASS_INST_DIR%%/gui/icons/flags/hr.png -%%GRASS_INST_DIR%%/gui/icons/flags/hu.png -%%GRASS_INST_DIR%%/gui/icons/flags/id.png -%%GRASS_INST_DIR%%/gui/icons/flags/is.png -%%GRASS_INST_DIR%%/gui/icons/flags/it.png -%%GRASS_INST_DIR%%/gui/icons/flags/ja.png -%%GRASS_INST_DIR%%/gui/icons/flags/ka.png -%%GRASS_INST_DIR%%/gui/icons/flags/ko.png -%%GRASS_INST_DIR%%/gui/icons/flags/lo.png -%%GRASS_INST_DIR%%/gui/icons/flags/lt.png -%%GRASS_INST_DIR%%/gui/icons/flags/lv.png -%%GRASS_INST_DIR%%/gui/icons/flags/ml.png -%%GRASS_INST_DIR%%/gui/icons/flags/mn.png -%%GRASS_INST_DIR%%/gui/icons/flags/mr.png -%%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.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 -%%GRASS_INST_DIR%%/gui/icons/flags/sl.png -%%GRASS_INST_DIR%%/gui/icons/flags/sq.png -%%GRASS_INST_DIR%%/gui/icons/flags/sr.png -%%GRASS_INST_DIR%%/gui/icons/flags/sv.png -%%GRASS_INST_DIR%%/gui/icons/flags/ta.png -%%GRASS_INST_DIR%%/gui/icons/flags/th.png -%%GRASS_INST_DIR%%/gui/icons/flags/tr.png -%%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.png -%%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 -%%GRASS_INST_DIR%%/gui/icons/grass-22x22.png -%%GRASS_INST_DIR%%/gui/icons/grass-24x24.png -%%GRASS_INST_DIR%%/gui/icons/grass-32x32.png -%%GRASS_INST_DIR%%/gui/icons/grass-36x36.png -%%GRASS_INST_DIR%%/gui/icons/grass-40x40.png -%%GRASS_INST_DIR%%/gui/icons/grass-42x42.png -%%GRASS_INST_DIR%%/gui/icons/grass-48x48.png -%%GRASS_INST_DIR%%/gui/icons/grass-64x64.png -%%GRASS_INST_DIR%%/gui/icons/grass-72x72.png -%%GRASS_INST_DIR%%/gui/icons/grass-80x80.png -%%GRASS_INST_DIR%%/gui/icons/grass-8x8.png -%%GRASS_INST_DIR%%/gui/icons/grass-96x96.png -%%GRASS_INST_DIR%%/gui/icons/grass.ico -%%GRASS_INST_DIR%%/gui/icons/grass/3d-help.png -%%GRASS_INST_DIR%%/gui/icons/grass/3d-rotate.png -%%GRASS_INST_DIR%%/gui/icons/grass/3d-settings.png -%%GRASS_INST_DIR%%/gui/icons/grass/area-measure.png -%%GRASS_INST_DIR%%/gui/icons/grass/aspect-arrow.png -%%GRASS_INST_DIR%%/gui/icons/grass/attributes-display.png -%%GRASS_INST_DIR%%/gui/icons/grass/boundary-create.png -%%GRASS_INST_DIR%%/gui/icons/grass/cats-copy.png -%%GRASS_INST_DIR%%/gui/icons/grass/cats-display.png -%%GRASS_INST_DIR%%/gui/icons/grass/cell-cats.png -%%GRASS_INST_DIR%%/gui/icons/grass/centroid-create.png -%%GRASS_INST_DIR%%/gui/icons/grass/check.png -%%GRASS_INST_DIR%%/gui/icons/grass/create.png -%%GRASS_INST_DIR%%/gui/icons/grass/data-add.png -%%GRASS_INST_DIR%%/gui/icons/grass/edit.png -%%GRASS_INST_DIR%%/gui/icons/grass/erase.png -%%GRASS_INST_DIR%%/gui/icons/grass/execute.png -%%GRASS_INST_DIR%%/gui/icons/grass/flythrough.png -%%GRASS_INST_DIR%%/gui/icons/grass/font.png -%%GRASS_INST_DIR%%/gui/icons/grass/gcp-add.png -%%GRASS_INST_DIR%%/gui/icons/grass/gcp-create.png -%%GRASS_INST_DIR%%/gui/icons/grass/gcp-delete.png -%%GRASS_INST_DIR%%/gui/icons/grass/gcp-remove.png -%%GRASS_INST_DIR%%/gui/icons/grass/gcp-rms.png -%%GRASS_INST_DIR%%/gui/icons/grass/gcp-save.png -%%GRASS_INST_DIR%%/gui/icons/grass/georectify.png -%%GRASS_INST_DIR%%/gui/icons/grass/help.png -%%GRASS_INST_DIR%%/gui/icons/grass/his.png -%%GRASS_INST_DIR%%/gui/icons/grass/image-add.png -%%GRASS_INST_DIR%%/gui/icons/grass/image-export.png -%%GRASS_INST_DIR%%/gui/icons/grass/info.png -%%GRASS_INST_DIR%%/gui/icons/grass/label-add.png -%%GRASS_INST_DIR%%/gui/icons/grass/label.png -%%GRASS_INST_DIR%%/gui/icons/grass/layer-add.png -%%GRASS_INST_DIR%%/gui/icons/grass/layer-aspect-arrow-add.png -%%GRASS_INST_DIR%%/gui/icons/grass/layer-bottom.png -%%GRASS_INST_DIR%%/gui/icons/grass/layer-cell-cats-add.png -%%GRASS_INST_DIR%%/gui/icons/grass/layer-command-add.png -%%GRASS_INST_DIR%%/gui/icons/grass/layer-down.png -%%GRASS_INST_DIR%%/gui/icons/grass/layer-edit.png -%%GRASS_INST_DIR%%/gui/icons/grass/layer-export.png -%%GRASS_INST_DIR%%/gui/icons/grass/layer-grid-add.png -%%GRASS_INST_DIR%%/gui/icons/grass/layer-group-add.png -%%GRASS_INST_DIR%%/gui/icons/grass/layer-his-add.png -%%GRASS_INST_DIR%%/gui/icons/grass/layer-import.png -%%GRASS_INST_DIR%%/gui/icons/grass/layer-info.png -%%GRASS_INST_DIR%%/gui/icons/grass/layer-label-add.png -%%GRASS_INST_DIR%%/gui/icons/grass/layer-more.png -%%GRASS_INST_DIR%%/gui/icons/grass/layer-opacity.png -%%GRASS_INST_DIR%%/gui/icons/grass/layer-open.png -%%GRASS_INST_DIR%%/gui/icons/grass/layer-raster-add.png -%%GRASS_INST_DIR%%/gui/icons/grass/layer-raster-analyze.png -%%GRASS_INST_DIR%%/gui/icons/grass/layer-raster-histogram.png -%%GRASS_INST_DIR%%/gui/icons/grass/layer-raster-more.png -%%GRASS_INST_DIR%%/gui/icons/grass/layer-raster-profile.png -%%GRASS_INST_DIR%%/gui/icons/grass/layer-raster3d-add.png -%%GRASS_INST_DIR%%/gui/icons/grass/layer-redraw.png -%%GRASS_INST_DIR%%/gui/icons/grass/layer-remove.png -%%GRASS_INST_DIR%%/gui/icons/grass/layer-rgb-add.png -%%GRASS_INST_DIR%%/gui/icons/grass/layer-shaded-relief-add.png -%%GRASS_INST_DIR%%/gui/icons/grass/layer-up.png -%%GRASS_INST_DIR%%/gui/icons/grass/layer-vector-add.png -%%GRASS_INST_DIR%%/gui/icons/grass/layer-vector-chart-add.png -%%GRASS_INST_DIR%%/gui/icons/grass/layer-vector-more.png -%%GRASS_INST_DIR%%/gui/icons/grass/layer-vector-thematic-add.png -%%GRASS_INST_DIR%%/gui/icons/grass/layer-wms-add.png -%%GRASS_INST_DIR%%/gui/icons/grass/legend-add.png -%%GRASS_INST_DIR%%/gui/icons/grass/line-add.png -%%GRASS_INST_DIR%%/gui/icons/grass/line-create.png -%%GRASS_INST_DIR%%/gui/icons/grass/line-delete.png -%%GRASS_INST_DIR%%/gui/icons/grass/line-edit.png -%%GRASS_INST_DIR%%/gui/icons/grass/line-move.png -%%GRASS_INST_DIR%%/gui/icons/grass/line-split.png -%%GRASS_INST_DIR%%/gui/icons/grass/locked.png -%%GRASS_INST_DIR%%/gui/icons/grass/loop-add.png -%%GRASS_INST_DIR%%/gui/icons/grass/map-add.png -%%GRASS_INST_DIR%%/gui/icons/grass/map-export.png -%%GRASS_INST_DIR%%/gui/icons/grass/map-info.png -%%GRASS_INST_DIR%%/gui/icons/grass/map-settings.png -%%GRASS_INST_DIR%%/gui/icons/grass/mapset-add.png -%%GRASS_INST_DIR%%/gui/icons/grass/measure-length.png -%%GRASS_INST_DIR%%/gui/icons/grass/modeler-main.png -%%GRASS_INST_DIR%%/gui/icons/grass/modeler-variables.png -%%GRASS_INST_DIR%%/gui/icons/grass/module-add.png -%%GRASS_INST_DIR%%/gui/icons/grass/monitor-create.png -%%GRASS_INST_DIR%%/gui/icons/grass/move.png -%%GRASS_INST_DIR%%/gui/icons/grass/north-arrow-add.png -%%GRASS_INST_DIR%%/gui/icons/grass/open.png -%%GRASS_INST_DIR%%/gui/icons/grass/options.png -%%GRASS_INST_DIR%%/gui/icons/grass/overlay-add.png -%%GRASS_INST_DIR%%/gui/icons/grass/page-settings.png -%%GRASS_INST_DIR%%/gui/icons/grass/pan.png -%%GRASS_INST_DIR%%/gui/icons/grass/pdf-export.png -%%GRASS_INST_DIR%%/gui/icons/grass/player-back.png -%%GRASS_INST_DIR%%/gui/icons/grass/player-pause.png -%%GRASS_INST_DIR%%/gui/icons/grass/player-repeat-back-forward.png -%%GRASS_INST_DIR%%/gui/icons/grass/player-stop.png -%%GRASS_INST_DIR%%/gui/icons/grass/point-add.png -%%GRASS_INST_DIR%%/gui/icons/grass/point-create.png -%%GRASS_INST_DIR%%/gui/icons/grass/pointer.png -%%GRASS_INST_DIR%%/gui/icons/grass/polygon-create.png -%%GRASS_INST_DIR%%/gui/icons/grass/polygon-delete.png -%%GRASS_INST_DIR%%/gui/icons/grass/polygon.png -%%GRASS_INST_DIR%%/gui/icons/grass/print-compose.png -%%GRASS_INST_DIR%%/gui/icons/grass/print.png -%%GRASS_INST_DIR%%/gui/icons/grass/ps-export.png -%%GRASS_INST_DIR%%/gui/icons/grass/python-export.png -%%GRASS_INST_DIR%%/gui/icons/grass/python.png -%%GRASS_INST_DIR%%/gui/icons/grass/quit.png -%%GRASS_INST_DIR%%/gui/icons/grass/raster-calculator.png -%%GRASS_INST_DIR%%/gui/icons/grass/raster-stats.png -%%GRASS_INST_DIR%%/gui/icons/grass/raster.png -%%GRASS_INST_DIR%%/gui/icons/grass/raster3d.png -%%GRASS_INST_DIR%%/gui/icons/grass/rectangle-add.png -%%GRASS_INST_DIR%%/gui/icons/grass/redo.png -%%GRASS_INST_DIR%%/gui/icons/grass/redraw.png -%%GRASS_INST_DIR%%/gui/icons/grass/region.png -%%GRASS_INST_DIR%%/gui/icons/grass/relation-create.png -%%GRASS_INST_DIR%%/gui/icons/grass/reload.png -%%GRASS_INST_DIR%%/gui/icons/grass/rgb.png -%%GRASS_INST_DIR%%/gui/icons/grass/save.png -%%GRASS_INST_DIR%%/gui/icons/grass/scalebar-add.png -%%GRASS_INST_DIR%%/gui/icons/grass/script-load.png -%%GRASS_INST_DIR%%/gui/icons/grass/script-save.png -%%GRASS_INST_DIR%%/gui/icons/grass/select.png -%%GRASS_INST_DIR%%/gui/icons/grass/settings.png -%%GRASS_INST_DIR%%/gui/icons/grass/shaded-relief.png -%%GRASS_INST_DIR%%/gui/icons/grass/shortest-distance.png -%%GRASS_INST_DIR%%/gui/icons/grass/show.png -%%GRASS_INST_DIR%%/gui/icons/grass/stats.png -%%GRASS_INST_DIR%%/gui/icons/grass/table-manager.png -%%GRASS_INST_DIR%%/gui/icons/grass/table.png -%%GRASS_INST_DIR%%/gui/icons/grass/text-add.png -%%GRASS_INST_DIR%%/gui/icons/grass/tools.png -%%GRASS_INST_DIR%%/gui/icons/grass/undo.png -%%GRASS_INST_DIR%%/gui/icons/grass/unlocked.png -%%GRASS_INST_DIR%%/gui/icons/grass/vector-chart.png -%%GRASS_INST_DIR%%/gui/icons/grass/vector-thematic.png -%%GRASS_INST_DIR%%/gui/icons/grass/vector-tools.png -%%GRASS_INST_DIR%%/gui/icons/grass/vector.png -%%GRASS_INST_DIR%%/gui/icons/grass/vertex-create.png -%%GRASS_INST_DIR%%/gui/icons/grass/vertex-delete.png -%%GRASS_INST_DIR%%/gui/icons/grass/vertex-move.png -%%GRASS_INST_DIR%%/gui/icons/grass/wms.png -%%GRASS_INST_DIR%%/gui/icons/grass/zoom-extent.png -%%GRASS_INST_DIR%%/gui/icons/grass/zoom-in.png -%%GRASS_INST_DIR%%/gui/icons/grass/zoom-last.png -%%GRASS_INST_DIR%%/gui/icons/grass/zoom-layer.png -%%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 -%%GRASS_INST_DIR%%/gui/images/loc_wizard_qgis.png -%%GRASS_INST_DIR%%/gui/images/qgis_world.png -%%GRASS_INST_DIR%%/gui/images/scalebar-fancy.png -%%GRASS_INST_DIR%%/gui/images/scalebar-simple.png -%%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.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 -%%GRASS_INST_DIR%%/gui/images/symbols/basic/arrow3.png -%%GRASS_INST_DIR%%/gui/images/symbols/basic/box.png -%%GRASS_INST_DIR%%/gui/images/symbols/basic/circle.png -%%GRASS_INST_DIR%%/gui/images/symbols/basic/cross1.png -%%GRASS_INST_DIR%%/gui/images/symbols/basic/cross2.png -%%GRASS_INST_DIR%%/gui/images/symbols/basic/cross3.png -%%GRASS_INST_DIR%%/gui/images/symbols/basic/diamond.png -%%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.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 -%%GRASS_INST_DIR%%/gui/images/symbols/basic/triangle.png -%%GRASS_INST_DIR%%/gui/images/symbols/basic/x.png -%%GRASS_INST_DIR%%/gui/images/symbols/demo/muchomurka.png -%%GRASS_INST_DIR%%/gui/images/symbols/demo/smrk.png -%%GRASS_INST_DIR%%/gui/images/symbols/extra/4pt_star.png -%%GRASS_INST_DIR%%/gui/images/symbols/extra/adcp.png -%%GRASS_INST_DIR%%/gui/images/symbols/extra/airport.png -%%GRASS_INST_DIR%%/gui/images/symbols/extra/alpha_flag.png -%%GRASS_INST_DIR%%/gui/images/symbols/extra/bridge.png -%%GRASS_INST_DIR%%/gui/images/symbols/extra/dim_arrow.png -%%GRASS_INST_DIR%%/gui/images/symbols/extra/dive_flag.png -%%GRASS_INST_DIR%%/gui/images/symbols/extra/fiducial.png -%%GRASS_INST_DIR%%/gui/images/symbols/extra/fish.png -%%GRASS_INST_DIR%%/gui/images/symbols/extra/half-box.png -%%GRASS_INST_DIR%%/gui/images/symbols/extra/half-circle.png -%%GRASS_INST_DIR%%/gui/images/symbols/extra/offbox_ne.png -%%GRASS_INST_DIR%%/gui/images/symbols/extra/offbox_nw.png -%%GRASS_INST_DIR%%/gui/images/symbols/extra/offbox_se.png -%%GRASS_INST_DIR%%/gui/images/symbols/extra/offbox_sw.png -%%GRASS_INST_DIR%%/gui/images/symbols/extra/pentagon.png -%%GRASS_INST_DIR%%/gui/images/symbols/extra/ping.png -%%GRASS_INST_DIR%%/gui/images/symbols/extra/ring.png -%%GRASS_INST_DIR%%/gui/images/symbols/extra/simple_zia.png -%%GRASS_INST_DIR%%/gui/images/symbols/extra/target.png -%%GRASS_INST_DIR%%/gui/images/symbols/geology/circle_cross.png -%%GRASS_INST_DIR%%/gui/images/symbols/geology/half-arrow_left.png -%%GRASS_INST_DIR%%/gui/images/symbols/geology/half-arrow_right.png -%%GRASS_INST_DIR%%/gui/images/symbols/geology/strike_box.png -%%GRASS_INST_DIR%%/gui/images/symbols/geology/strike_circle.png -%%GRASS_INST_DIR%%/gui/images/symbols/geology/strike_cleavage.png -%%GRASS_INST_DIR%%/gui/images/symbols/geology/strike_half-bowtie.png -%%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.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 -%%GRASS_INST_DIR%%/gui/images/symbols/n_arrows/n_arrow1b.png -%%GRASS_INST_DIR%%/gui/images/symbols/n_arrows/n_arrow2.png -%%GRASS_INST_DIR%%/gui/images/symbols/n_arrows/n_arrow3.png -%%GRASS_INST_DIR%%/gui/images/symbols/n_arrows/n_arrow4.png -%%GRASS_INST_DIR%%/gui/images/symbols/n_arrows/n_arrow5.png -%%GRASS_INST_DIR%%/gui/images/symbols/n_arrows/n_arrow6.png -%%GRASS_INST_DIR%%/gui/images/symbols/n_arrows/n_arrow7a.png -%%GRASS_INST_DIR%%/gui/images/symbols/n_arrows/n_arrow7b.png -%%GRASS_INST_DIR%%/gui/images/symbols/n_arrows/n_arrow8a.png -%%GRASS_INST_DIR%%/gui/images/symbols/n_arrows/n_arrow8b.png -%%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 -%%GRASS_INST_DIR%%/gui/wxpython/animation/dialogs.py -%%GRASS_INST_DIR%%/gui/wxpython/animation/frame.py -%%GRASS_INST_DIR%%/gui/wxpython/animation/g.gui.animation.py -%%GRASS_INST_DIR%%/gui/wxpython/animation/mapwindow.py -%%GRASS_INST_DIR%%/gui/wxpython/animation/nviztask.py -%%GRASS_INST_DIR%%/gui/wxpython/animation/provider.py -%%GRASS_INST_DIR%%/gui/wxpython/animation/temporal_manager.py -%%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 -%%GRASS_INST_DIR%%/gui/wxpython/core/giface.py -%%GRASS_INST_DIR%%/gui/wxpython/core/globalvar.py -%%GRASS_INST_DIR%%/gui/wxpython/core/gthread.py -%%GRASS_INST_DIR%%/gui/wxpython/core/layerlist.py -%%GRASS_INST_DIR%%/gui/wxpython/core/menutree.py -%%GRASS_INST_DIR%%/gui/wxpython/core/render.py -%%GRASS_INST_DIR%%/gui/wxpython/core/settings.py -%%GRASS_INST_DIR%%/gui/wxpython/core/toolboxes.py -%%GRASS_INST_DIR%%/gui/wxpython/core/treemodel.py -%%GRASS_INST_DIR%%/gui/wxpython/core/units.py -%%GRASS_INST_DIR%%/gui/wxpython/core/utils.py -%%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 -%%GRASS_INST_DIR%%/gui/wxpython/datacatalog/g.gui.datacatalog.py -%%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 -%%GRASS_INST_DIR%%/gui/wxpython/dbmgr/manager.py -%%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.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 -%%GRASS_INST_DIR%%/gui/wxpython/gmodeler/giface.py -%%GRASS_INST_DIR%%/gui/wxpython/gmodeler/menudata.py -%%GRASS_INST_DIR%%/gui/wxpython/gmodeler/model.py -%%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 -%%GRASS_INST_DIR%%/gui/wxpython/gui_core/goutput.py -%%GRASS_INST_DIR%%/gui/wxpython/gui_core/gselect.py -%%GRASS_INST_DIR%%/gui/wxpython/gui_core/mapdisp.py -%%GRASS_INST_DIR%%/gui/wxpython/gui_core/menu.py -%%GRASS_INST_DIR%%/gui/wxpython/gui_core/preferences.py -%%GRASS_INST_DIR%%/gui/wxpython/gui_core/prompt.py -%%GRASS_INST_DIR%%/gui/wxpython/gui_core/pyedit.py -%%GRASS_INST_DIR%%/gui/wxpython/gui_core/pystc.py -%%GRASS_INST_DIR%%/gui/wxpython/gui_core/query.py -%%GRASS_INST_DIR%%/gui/wxpython/gui_core/simplelmgr.py -%%GRASS_INST_DIR%%/gui/wxpython/gui_core/toolbars.py -%%GRASS_INST_DIR%%/gui/wxpython/gui_core/treeview.py -%%GRASS_INST_DIR%%/gui/wxpython/gui_core/vselect.py -%%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 -%%GRASS_INST_DIR%%/gui/wxpython/iclass/g.gui.iclass.py -%%GRASS_INST_DIR%%/gui/wxpython/iclass/plots.py -%%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.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 -%%GRASS_INST_DIR%%/gui/wxpython/iscatt/frame.py -%%GRASS_INST_DIR%%/gui/wxpython/iscatt/iscatt_core.py -%%GRASS_INST_DIR%%/gui/wxpython/iscatt/plots.py -%%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 -%%GRASS_INST_DIR%%/gui/wxpython/lmgr/menudata.py -%%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 -%%GRASS_INST_DIR%%/gui/wxpython/mapdisp/statusbar.py -%%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 -%%GRASS_INST_DIR%%/gui/wxpython/modules/import_export.py -%%GRASS_INST_DIR%%/gui/wxpython/modules/mapsets_picker.py -%%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 -%%GRASS_INST_DIR%%/gui/wxpython/nviz/preferences.py -%%GRASS_INST_DIR%%/gui/wxpython/nviz/tools.py -%%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 -%%GRASS_INST_DIR%%/gui/wxpython/psmap/instructions.py -%%GRASS_INST_DIR%%/gui/wxpython/psmap/menudata.py -%%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/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 -%%GRASS_INST_DIR%%/gui/wxpython/vdigit/mapwindow.py -%%GRASS_INST_DIR%%/gui/wxpython/vdigit/preferences.py -%%GRASS_INST_DIR%%/gui/wxpython/vdigit/toolbars.py -%%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 -%%GRASS_INST_DIR%%/gui/wxpython/vnet/vnet_data.py -%%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 -%%GRASS_INST_DIR%%/gui/wxpython/wxplot/profile.py -%%GRASS_INST_DIR%%/gui/wxpython/wxplot/scatter.py -%%GRASS_INST_DIR%%/gui/wxpython/xml/grass-gxm.dtd -%%GRASS_INST_DIR%%/gui/wxpython/xml/grass-gxw.dtd -%%GRASS_INST_DIR%%/gui/wxpython/xml/main_menu.dtd -%%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/module_items.dtd -%%GRASS_INST_DIR%%/gui/wxpython/xml/module_items.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 -%%GRASS_INST_DIR%%/include/grass/btree.h -%%GRASS_INST_DIR%%/include/grass/calc.h -%%GRASS_INST_DIR%%/include/grass/ccmath_grass.h -%%GRASS_INST_DIR%%/include/grass/cdhc.h -%%GRASS_INST_DIR%%/include/grass/citing.h -%%GRASS_INST_DIR%%/include/grass/cluster.h -%%GRASS_INST_DIR%%/include/grass/colors.h -%%GRASS_INST_DIR%%/include/grass/config.h -%%GRASS_INST_DIR%%/include/grass/confparms.h -%%GRASS_INST_DIR%%/include/grass/copying.h -%%GRASS_INST_DIR%%/include/grass/dataquad.h -%%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 -%%GRASS_INST_DIR%%/include/grass/defs/calc.h -%%GRASS_INST_DIR%%/include/grass/defs/cdhc.h -%%GRASS_INST_DIR%%/include/grass/defs/cluster.h -%%GRASS_INST_DIR%%/include/grass/defs/colors.h -%%GRASS_INST_DIR%%/include/grass/defs/datetime.h -%%GRASS_INST_DIR%%/include/grass/defs/dbmi.h -%%GRASS_INST_DIR%%/include/grass/defs/devlib.h -%%GRASS_INST_DIR%%/include/grass/defs/dig_atts.h -%%GRASS_INST_DIR%%/include/grass/defs/display.h -%%GRASS_INST_DIR%%/include/grass/defs/form.h -%%GRASS_INST_DIR%%/include/grass/defs/gis.h -%%GRASS_INST_DIR%%/include/grass/defs/glocale.h -%%GRASS_INST_DIR%%/include/grass/defs/gmath.h -%%GRASS_INST_DIR%%/include/grass/defs/gprojects.h -%%GRASS_INST_DIR%%/include/grass/defs/imagery.h -%%GRASS_INST_DIR%%/include/grass/defs/la.h -%%GRASS_INST_DIR%%/include/grass/defs/linkm.h -%%GRASS_INST_DIR%%/include/grass/defs/manage.h -%%GRASS_INST_DIR%%/include/grass/defs/neta.h -%%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/raster.h -%%GRASS_INST_DIR%%/include/grass/defs/raster3d.h -%%GRASS_INST_DIR%%/include/grass/defs/rbtree.h -%%GRASS_INST_DIR%%/include/grass/defs/rowio.h -%%GRASS_INST_DIR%%/include/grass/defs/segment.h -%%GRASS_INST_DIR%%/include/grass/defs/spawn.h -%%GRASS_INST_DIR%%/include/grass/defs/sqlp.h -%%GRASS_INST_DIR%%/include/grass/defs/stats.h -%%GRASS_INST_DIR%%/include/grass/defs/symbol.h -%%GRASS_INST_DIR%%/include/grass/defs/vector.h -%%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/heap.h -%%GRASS_INST_DIR%%/include/grass/dgl/helpers.h -%%GRASS_INST_DIR%%/include/grass/dgl/tavl.h -%%GRASS_INST_DIR%%/include/grass/dgl/tree.h -%%GRASS_INST_DIR%%/include/grass/dgl/type.h -%%GRASS_INST_DIR%%/include/grass/display.h -%%GRASS_INST_DIR%%/include/grass/fontcap.h -%%GRASS_INST_DIR%%/include/grass/form.h -%%GRASS_INST_DIR%%/include/grass/gis.h -%%GRASS_INST_DIR%%/include/grass/glocale.h -%%GRASS_INST_DIR%%/include/grass/gmath.h -%%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.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/embuffer.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/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.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 -%%GRASS_INST_DIR%%/include/grass/iostream/replacementHeap.h -%%GRASS_INST_DIR%%/include/grass/iostream/replacementHeapBlock.h -%%GRASS_INST_DIR%%/include/grass/iostream/rtimer.h -%%GRASS_INST_DIR%%/include/grass/kdtree.h -%%GRASS_INST_DIR%%/include/grass/la.h -%%GRASS_INST_DIR%%/include/grass/lapack.h -%%GRASS_INST_DIR%%/include/grass/lidar.h -%%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/neta.h -%%GRASS_INST_DIR%%/include/grass/nviz.h -%%GRASS_INST_DIR%%/include/grass/ogsf.h -%%GRASS_INST_DIR%%/include/grass/ortholib.h -%%GRASS_INST_DIR%%/include/grass/qtree.h -%%GRASS_INST_DIR%%/include/grass/raster.h -%%GRASS_INST_DIR%%/include/grass/raster3d.h -%%GRASS_INST_DIR%%/include/grass/rbtree.h -%%GRASS_INST_DIR%%/include/grass/rowio.h -%%GRASS_INST_DIR%%/include/grass/rtree.h -%%GRASS_INST_DIR%%/include/grass/segment.h -%%GRASS_INST_DIR%%/include/grass/shapefil.h -%%GRASS_INST_DIR%%/include/grass/simlib.h -%%GRASS_INST_DIR%%/include/grass/spawn.h -%%GRASS_INST_DIR%%/include/grass/sqlp.h -%%GRASS_INST_DIR%%/include/grass/stats.h -%%GRASS_INST_DIR%%/include/grass/symbol.h -%%GRASS_INST_DIR%%/include/grass/temporal.h -%%GRASS_INST_DIR%%/include/grass/vect/dig_defines.h -%%GRASS_INST_DIR%%/include/grass/vect/dig_externs.h -%%GRASS_INST_DIR%%/include/grass/vect/dig_macros.h -%%GRASS_INST_DIR%%/include/grass/vect/dig_structs.h -%%GRASS_INST_DIR%%/include/grass/vect/digit.h -%%GRASS_INST_DIR%%/include/grass/vector.h -%%GRASS_INST_DIR%%/include/grass/vedit.h -%%GRASS_INST_DIR%%/include/grass/version.h -%%GRASS_INST_DIR%%/include/grass/waterglobs.h -%%GRASS_INST_DIR%%/lib/libgrass_arraystats.%%VERS%%.so -%%GRASS_INST_DIR%%/lib/libgrass_arraystats.so -%%GRASS_INST_DIR%%/lib/libgrass_bitmap.%%VERS%%.so -%%GRASS_INST_DIR%%/lib/libgrass_bitmap.so -%%GRASS_INST_DIR%%/lib/libgrass_btree.%%VERS%%.so -%%GRASS_INST_DIR%%/lib/libgrass_btree.so -%%GRASS_INST_DIR%%/lib/libgrass_btree2.%%VERS%%.so -%%GRASS_INST_DIR%%/lib/libgrass_btree2.so -%%GRASS_INST_DIR%%/lib/libgrass_cairodriver.%%VERS%%.so -%%GRASS_INST_DIR%%/lib/libgrass_cairodriver.so -%%GRASS_INST_DIR%%/lib/libgrass_calc.%%VERS%%.so -%%GRASS_INST_DIR%%/lib/libgrass_calc.so -%%GRASS_INST_DIR%%/lib/libgrass_ccmath.%%VERS%%.so -%%GRASS_INST_DIR%%/lib/libgrass_ccmath.so -%%GRASS_INST_DIR%%/lib/libgrass_cdhc.%%VERS%%.so -%%GRASS_INST_DIR%%/lib/libgrass_cdhc.so -%%GRASS_INST_DIR%%/lib/libgrass_cluster.%%VERS%%.so -%%GRASS_INST_DIR%%/lib/libgrass_cluster.so -%%GRASS_INST_DIR%%/lib/libgrass_datetime.%%VERS%%.so -%%GRASS_INST_DIR%%/lib/libgrass_datetime.so -%%GRASS_INST_DIR%%/lib/libgrass_dbmibase.%%VERS%%.so -%%GRASS_INST_DIR%%/lib/libgrass_dbmibase.so -%%GRASS_INST_DIR%%/lib/libgrass_dbmiclient.%%VERS%%.so -%%GRASS_INST_DIR%%/lib/libgrass_dbmiclient.so -%%GRASS_INST_DIR%%/lib/libgrass_dbmidriver.%%VERS%%.so -%%GRASS_INST_DIR%%/lib/libgrass_dbmidriver.so -%%GRASS_INST_DIR%%/lib/libgrass_dbstubs.%%VERS%%.so -%%GRASS_INST_DIR%%/lib/libgrass_dbstubs.so -%%GRASS_INST_DIR%%/lib/libgrass_dgl.%%VERS%%.so -%%GRASS_INST_DIR%%/lib/libgrass_dgl.so -%%GRASS_INST_DIR%%/lib/libgrass_dig2.%%VERS%%.so -%%GRASS_INST_DIR%%/lib/libgrass_dig2.so -%%GRASS_INST_DIR%%/lib/libgrass_display.%%VERS%%.so -%%GRASS_INST_DIR%%/lib/libgrass_display.so -%%GRASS_INST_DIR%%/lib/libgrass_driver.%%VERS%%.so -%%GRASS_INST_DIR%%/lib/libgrass_driver.so -%%GRASS_INST_DIR%%/lib/libgrass_dspf.%%VERS%%.so -%%GRASS_INST_DIR%%/lib/libgrass_dspf.so -%%GRASS_INST_DIR%%/lib/libgrass_g3d.%%VERS%%.so -%%GRASS_INST_DIR%%/lib/libgrass_g3d.so -%%GRASS_INST_DIR%%/lib/libgrass_gis.%%VERS%%.so -%%GRASS_INST_DIR%%/lib/libgrass_gis.so -%%GRASS_INST_DIR%%/lib/libgrass_gmath.%%VERS%%.so -%%GRASS_INST_DIR%%/lib/libgrass_gmath.so -%%GRASS_INST_DIR%%/lib/libgrass_gpde.%%VERS%%.so -%%GRASS_INST_DIR%%/lib/libgrass_gpde.so -%%GRASS_INST_DIR%%/lib/libgrass_gproj.%%VERS%%.so -%%GRASS_INST_DIR%%/lib/libgrass_gproj.so -%%GRASS_INST_DIR%%/lib/libgrass_htmldriver.%%VERS%%.so -%%GRASS_INST_DIR%%/lib/libgrass_htmldriver.so -%%GRASS_INST_DIR%%/lib/libgrass_imagery.%%VERS%%.so -%%GRASS_INST_DIR%%/lib/libgrass_imagery.so -%%GRASS_INST_DIR%%/lib/libgrass_interpdata.%%VERS%%.so -%%GRASS_INST_DIR%%/lib/libgrass_interpdata.so -%%GRASS_INST_DIR%%/lib/libgrass_interpfl.%%VERS%%.so -%%GRASS_INST_DIR%%/lib/libgrass_interpfl.so -%%GRASS_INST_DIR%%/lib/libgrass_iortho.%%VERS%%.so -%%GRASS_INST_DIR%%/lib/libgrass_iortho.so -%%GRASS_INST_DIR%%/lib/libgrass_iostream.%%VERS%%.a -%%GRASS_INST_DIR%%/lib/libgrass_lidar.%%VERS%%.so -%%GRASS_INST_DIR%%/lib/libgrass_lidar.so -%%GRASS_INST_DIR%%/lib/libgrass_linkm.%%VERS%%.so -%%GRASS_INST_DIR%%/lib/libgrass_linkm.so -%%GRASS_INST_DIR%%/lib/libgrass_lrs.%%VERS%%.so -%%GRASS_INST_DIR%%/lib/libgrass_lrs.so -%%GRASS_INST_DIR%%/lib/libgrass_manage.%%VERS%%.so -%%GRASS_INST_DIR%%/lib/libgrass_manage.so -%%GRASS_INST_DIR%%/lib/libgrass_neta.%%VERS%%.so -%%GRASS_INST_DIR%%/lib/libgrass_neta.so -%%GRASS_INST_DIR%%/lib/libgrass_nviz.%%VERS%%.so -%%GRASS_INST_DIR%%/lib/libgrass_nviz.so -%%GRASS_INST_DIR%%/lib/libgrass_ogsf.%%VERS%%.so -%%GRASS_INST_DIR%%/lib/libgrass_ogsf.so -%%GRASS_INST_DIR%%/lib/libgrass_pngdriver.%%VERS%%.so -%%GRASS_INST_DIR%%/lib/libgrass_pngdriver.so -%%GRASS_INST_DIR%%/lib/libgrass_psdriver.%%VERS%%.so -%%GRASS_INST_DIR%%/lib/libgrass_psdriver.so -%%GRASS_INST_DIR%%/lib/libgrass_qtree.%%VERS%%.so -%%GRASS_INST_DIR%%/lib/libgrass_qtree.so -%%GRASS_INST_DIR%%/lib/libgrass_raster.%%VERS%%.so -%%GRASS_INST_DIR%%/lib/libgrass_raster.so -%%GRASS_INST_DIR%%/lib/libgrass_rli.%%VERS%%.so -%%GRASS_INST_DIR%%/lib/libgrass_rli.so -%%GRASS_INST_DIR%%/lib/libgrass_rowio.%%VERS%%.so -%%GRASS_INST_DIR%%/lib/libgrass_rowio.so -%%GRASS_INST_DIR%%/lib/libgrass_rtree.%%VERS%%.so -%%GRASS_INST_DIR%%/lib/libgrass_rtree.so -%%GRASS_INST_DIR%%/lib/libgrass_segment.%%VERS%%.so -%%GRASS_INST_DIR%%/lib/libgrass_segment.so -%%GRASS_INST_DIR%%/lib/libgrass_shape.%%VERS%%.so -%%GRASS_INST_DIR%%/lib/libgrass_shape.so -%%GRASS_INST_DIR%%/lib/libgrass_sim.%%VERS%%.so -%%GRASS_INST_DIR%%/lib/libgrass_sim.so -%%GRASS_INST_DIR%%/lib/libgrass_sqlp.%%VERS%%.so -%%GRASS_INST_DIR%%/lib/libgrass_sqlp.so -%%GRASS_INST_DIR%%/lib/libgrass_stats.%%VERS%%.so -%%GRASS_INST_DIR%%/lib/libgrass_stats.so -%%GRASS_INST_DIR%%/lib/libgrass_symb.%%VERS%%.so -%%GRASS_INST_DIR%%/lib/libgrass_symb.so -%%GRASS_INST_DIR%%/lib/libgrass_temporal.%%VERS%%.so -%%GRASS_INST_DIR%%/lib/libgrass_temporal.so -%%GRASS_INST_DIR%%/lib/libgrass_vector.%%VERS%%.so -%%GRASS_INST_DIR%%/lib/libgrass_vector.so -%%GRASS_INST_DIR%%/lib/libgrass_vedit.%%VERS%%.so -%%GRASS_INST_DIR%%/lib/libgrass_vedit.so -%%GRASS_INST_DIR%%/scripts/d.correlate -%%GRASS_INST_DIR%%/scripts/d.frame -%%GRASS_INST_DIR%%/scripts/d.out.file -%%GRASS_INST_DIR%%/scripts/d.polar -%%GRASS_INST_DIR%%/scripts/d.rast.edit -%%GRASS_INST_DIR%%/scripts/d.rast.leg -%%GRASS_INST_DIR%%/scripts/d.redraw -%%GRASS_INST_DIR%%/scripts/d.shade -%%GRASS_INST_DIR%%/scripts/d.to.rast -%%GRASS_INST_DIR%%/scripts/d.what.rast -%%GRASS_INST_DIR%%/scripts/d.what.vect -%%GRASS_INST_DIR%%/scripts/db.dropcolumn -%%GRASS_INST_DIR%%/scripts/db.droptable -%%GRASS_INST_DIR%%/scripts/db.in.ogr -%%GRASS_INST_DIR%%/scripts/db.out.ogr -%%GRASS_INST_DIR%%/scripts/db.test -%%GRASS_INST_DIR%%/scripts/db.univar -%%GRASS_INST_DIR%%/scripts/g.extension -%%GRASS_INST_DIR%%/scripts/g.extension.all -%%GRASS_INST_DIR%%/scripts/g.gui.animation -%%GRASS_INST_DIR%%/scripts/g.gui.datacatalog -%%GRASS_INST_DIR%%/scripts/g.gui.dbmgr -%%GRASS_INST_DIR%%/scripts/g.gui.gcp -%%GRASS_INST_DIR%%/scripts/g.gui.gmodeler -%%GRASS_INST_DIR%%/scripts/g.gui.iclass -%%GRASS_INST_DIR%%/scripts/g.gui.image2target -%%GRASS_INST_DIR%%/scripts/g.gui.mapswipe -%%GRASS_INST_DIR%%/scripts/g.gui.photo2image -%%GRASS_INST_DIR%%/scripts/g.gui.psmap -%%GRASS_INST_DIR%%/scripts/g.gui.rlisetup -%%GRASS_INST_DIR%%/scripts/g.gui.timeline -%%GRASS_INST_DIR%%/scripts/g.gui.tplot -%%GRASS_INST_DIR%%/scripts/g.gui.vdigit -%%GRASS_INST_DIR%%/scripts/g.manual -%%GRASS_INST_DIR%%/scripts/g.search.modules -%%GRASS_INST_DIR%%/scripts/i.colors.enhance -%%GRASS_INST_DIR%%/scripts/i.image.mosaic -%%GRASS_INST_DIR%%/scripts/i.in.spotvgt -%%GRASS_INST_DIR%%/scripts/i.oif -%%GRASS_INST_DIR%%/scripts/i.pansharpen -%%GRASS_INST_DIR%%/scripts/i.spectral -%%GRASS_INST_DIR%%/scripts/i.tasscap -%%GRASS_INST_DIR%%/scripts/m.proj -%%GRASS_INST_DIR%%/scripts/r.blend -%%GRASS_INST_DIR%%/scripts/r.buffer.lowmem -%%GRASS_INST_DIR%%/scripts/r.colors.stddev -%%GRASS_INST_DIR%%/scripts/r.drain -%%GRASS_INST_DIR%%/scripts/r.fillnulls -%%GRASS_INST_DIR%%/scripts/r.grow -%%GRASS_INST_DIR%%/scripts/r.import -%%GRASS_INST_DIR%%/scripts/r.in.aster -%%GRASS_INST_DIR%%/scripts/r.in.srtm -%%GRASS_INST_DIR%%/scripts/r.in.wms -%%GRASS_INST_DIR%%/scripts/r.mapcalc.simple -%%GRASS_INST_DIR%%/scripts/r.mask -%%GRASS_INST_DIR%%/scripts/r.out.xyz -%%GRASS_INST_DIR%%/scripts/r.pack -%%GRASS_INST_DIR%%/scripts/r.plane -%%GRASS_INST_DIR%%/scripts/r.reclass.area -%%GRASS_INST_DIR%%/scripts/r.rgb -%%GRASS_INST_DIR%%/scripts/r.shade -%%GRASS_INST_DIR%%/scripts/r.tileset -%%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 -%%GRASS_INST_DIR%%/scripts/t.rast.accdetect -%%GRASS_INST_DIR%%/scripts/t.rast.accumulate -%%GRASS_INST_DIR%%/scripts/t.rast.aggregate -%%GRASS_INST_DIR%%/scripts/t.rast.aggregate.ds -%%GRASS_INST_DIR%%/scripts/t.rast.algebra -%%GRASS_INST_DIR%%/scripts/t.rast.colors -%%GRASS_INST_DIR%%/scripts/t.rast.contour -%%GRASS_INST_DIR%%/scripts/t.rast.export -%%GRASS_INST_DIR%%/scripts/t.rast.extract -%%GRASS_INST_DIR%%/scripts/t.rast.gapfill -%%GRASS_INST_DIR%%/scripts/t.rast.import -%%GRASS_INST_DIR%%/scripts/t.rast.list -%%GRASS_INST_DIR%%/scripts/t.rast.mapcalc -%%GRASS_INST_DIR%%/scripts/t.rast.neighbors -%%GRASS_INST_DIR%%/scripts/t.rast.out.vtk -%%GRASS_INST_DIR%%/scripts/t.rast.series -%%GRASS_INST_DIR%%/scripts/t.rast.to.rast3 -%%GRASS_INST_DIR%%/scripts/t.rast.to.vect -%%GRASS_INST_DIR%%/scripts/t.rast.univar -%%GRASS_INST_DIR%%/scripts/t.rast.what -%%GRASS_INST_DIR%%/scripts/t.rast3d.algebra -%%GRASS_INST_DIR%%/scripts/t.rast3d.extract -%%GRASS_INST_DIR%%/scripts/t.rast3d.list -%%GRASS_INST_DIR%%/scripts/t.rast3d.mapcalc -%%GRASS_INST_DIR%%/scripts/t.rast3d.univar -%%GRASS_INST_DIR%%/scripts/t.register -%%GRASS_INST_DIR%%/scripts/t.remove -%%GRASS_INST_DIR%%/scripts/t.rename -%%GRASS_INST_DIR%%/scripts/t.sample -%%GRASS_INST_DIR%%/scripts/t.select -%%GRASS_INST_DIR%%/scripts/t.shift -%%GRASS_INST_DIR%%/scripts/t.snap -%%GRASS_INST_DIR%%/scripts/t.support -%%GRASS_INST_DIR%%/scripts/t.topology -%%GRASS_INST_DIR%%/scripts/t.unregister -%%GRASS_INST_DIR%%/scripts/t.vect.algebra -%%GRASS_INST_DIR%%/scripts/t.vect.db.select -%%GRASS_INST_DIR%%/scripts/t.vect.export -%%GRASS_INST_DIR%%/scripts/t.vect.extract -%%GRASS_INST_DIR%%/scripts/t.vect.import -%%GRASS_INST_DIR%%/scripts/t.vect.list -%%GRASS_INST_DIR%%/scripts/t.vect.observe.strds -%%GRASS_INST_DIR%%/scripts/t.vect.univar -%%GRASS_INST_DIR%%/scripts/t.vect.what.strds -%%GRASS_INST_DIR%%/scripts/v.build.all -%%GRASS_INST_DIR%%/scripts/v.centroids -%%GRASS_INST_DIR%%/scripts/v.clip -%%GRASS_INST_DIR%%/scripts/v.db.addcolumn -%%GRASS_INST_DIR%%/scripts/v.db.addtable -%%GRASS_INST_DIR%%/scripts/v.db.dropcolumn -%%GRASS_INST_DIR%%/scripts/v.db.droprow -%%GRASS_INST_DIR%%/scripts/v.db.droptable -%%GRASS_INST_DIR%%/scripts/v.db.join -%%GRASS_INST_DIR%%/scripts/v.db.reconnect.all -%%GRASS_INST_DIR%%/scripts/v.db.renamecolumn -%%GRASS_INST_DIR%%/scripts/v.db.univar -%%GRASS_INST_DIR%%/scripts/v.db.update -%%GRASS_INST_DIR%%/scripts/v.dissolve -%%GRASS_INST_DIR%%/scripts/v.import -%%GRASS_INST_DIR%%/scripts/v.in.e00 -%%GRASS_INST_DIR%%/scripts/v.in.geonames -%%GRASS_INST_DIR%%/scripts/v.in.lines -%%GRASS_INST_DIR%%/scripts/v.in.mapgen -%%GRASS_INST_DIR%%/scripts/v.in.wfs -%%GRASS_INST_DIR%%/scripts/v.pack -%%GRASS_INST_DIR%%/scripts/v.rast.stats -%%GRASS_INST_DIR%%/scripts/v.report -%%GRASS_INST_DIR%%/scripts/v.to.lines -%%GRASS_INST_DIR%%/scripts/v.unpack -%%GRASS_INST_DIR%%/scripts/v.what.strds -%%GRASS_INST_DIR%%/scripts/v.what.vect -%%GRASS_INST_DIR%%/scripts/wxpyimgview -%%GRASS_INST_DIR%%/share/applications/grass.desktop -%%GRASS_INST_DIR%%/share/icons/hicolor/128x128/apps/grass.png -%%GRASS_INST_DIR%%/share/icons/hicolor/16x16/apps/grass.png -%%GRASS_INST_DIR%%/share/icons/hicolor/192x192/apps/grass.png -%%GRASS_INST_DIR%%/share/icons/hicolor/22x22/apps/grass.png -%%GRASS_INST_DIR%%/share/icons/hicolor/24x24/apps/grass.png -%%GRASS_INST_DIR%%/share/icons/hicolor/32x32/apps/grass.png -%%GRASS_INST_DIR%%/share/icons/hicolor/36x36/apps/grass.png -%%GRASS_INST_DIR%%/share/icons/hicolor/40x40/apps/grass.png -%%GRASS_INST_DIR%%/share/icons/hicolor/42x42/apps/grass.png -%%GRASS_INST_DIR%%/share/icons/hicolor/48x48/apps/grass.png -%%GRASS_INST_DIR%%/share/icons/hicolor/64x64/apps/grass.png -%%GRASS_INST_DIR%%/share/icons/hicolor/72x72/apps/grass.png -%%GRASS_INST_DIR%%/share/icons/hicolor/80x80/apps/grass.png -%%GRASS_INST_DIR%%/share/icons/hicolor/8x8/apps/grass.png -%%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__/generate_last_commit_file%%PYTHON_EXT_SUFFIX%%.pyc -%%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/generate_last_commit_file.py -%%GRASS_INST_DIR%%/tools/ggroff.py -%%GRASS_INST_DIR%%/tools/ghtml.py -%%GRASS_INST_DIR%%/tools/mkhtml.py -%%GRASS_INST_DIR%%/translators.csv -%%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 -@dir %%GRASS_INST_DIR%%/demolocation/PERMANENT/cellhd -@dir %%GRASS_INST_DIR%%/demolocation/PERMANENT/colr -@dir %%GRASS_INST_DIR%%/demolocation/PERMANENT/fcell -@dir %%GRASS_INST_DIR%%/demolocation/PERMANENT/hist -@dir %%GRASS_INST_DIR%%/demolocation/PERMANENT/windows -@dir %%GRASS_INST_DIR%%/docs/html/colortables -@dir %%GRASS_INST_DIR%%/gui/wxpython/scripts -bin/grass%%MAJVER%% -bin/grass%%VER%% |
