diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2017-07-30 14:18:29 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2017-07-30 14:18:29 +0000 |
commit | edcd495d2052a87c61cdb6a58c8b9599ed151093 (patch) | |
tree | e0fddcd9692c2af275fcef8419e1f30c3ab6539f /databases/grass6 | |
parent | Fix gemspec for rubygem-rrd-ffi (diff) |
New port: databases/grass7
databases/grass: renamed to databases/grass6
- submitter becomes maintainer
- changed dependency for graphics/qgis to grass6
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).
WWW: http://grass.osgeo.org/
PR: 221087
Submitted by: lbartoletti@tuxfamily.org
Notes
Notes:
svn path=/head/; revision=446935
Diffstat (limited to 'databases/grass6')
-rw-r--r-- | databases/grass6/Makefile | 168 | ||||
-rw-r--r-- | databases/grass6/distinfo | 3 | ||||
-rw-r--r-- | databases/grass6/files/patch-Makefile | 35 | ||||
-rw-r--r-- | databases/grass6/files/patch-configure | 15 | ||||
-rw-r--r-- | databases/grass6/files/patch-gui__wxpython__Makefile | 12 | ||||
-rw-r--r-- | databases/grass6/files/patch-lib__python__ctypes__ctypesgencore__parser__preprocessor.py | 10 | ||||
-rw-r--r-- | databases/grass6/files/patch-lib_ogsf_gsd__img__mpeg.c | 102 | ||||
-rw-r--r-- | databases/grass6/pkg-descr | 9 | ||||
-rw-r--r-- | databases/grass6/pkg-plist | 3461 |
9 files changed, 3815 insertions, 0 deletions
diff --git a/databases/grass6/Makefile b/databases/grass6/Makefile new file mode 100644 index 000000000000..5cb92070e0d9 --- /dev/null +++ b/databases/grass6/Makefile @@ -0,0 +1,168 @@ +# Created by: reg +# $FreeBSD$ + +PORTNAME= grass +PORTVERSION= 6.4.6 +PORTREVISION= 8 +PORTEPOCH= 2 +CATEGORIES= databases geography +MASTER_SITES= http://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= grass64/source +PKGNAMESUFFIX= 6 + +MAINTAINER= lbartoletti@tuxfamily.org +COMMENT= Open source Geographical Information System (GIS) + +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/GPL.TXT + +BUILD_DEPENDS= ${LOCALBASE}/bin/swig:devel/swig13 \ + python:lang/python +LIB_DEPENDS= libgdal.so:graphics/gdal \ + libpng.so:graphics/png \ + libproj.so:graphics/proj \ + libtiff.so:graphics/tiff \ + libfftw3.so:math/fftw3 \ + libfreetype.so:print/freetype2 +RUN_DEPENDS= bash:shells/bash + +USES= fortran gettext gmake iconv jpeg ncurses perl5 pkgconfig \ + python:2 readline shebangfix tk +SHEBANG_FILES= scripts/i.spectral/i.spectral \ + scripts/r.tileset/r.tileset \ + visualization/nviz/scripts/nviz2.2_script \ + visualization/nviz/scripts/script_file_tools \ + visualization/nviz/scripts/script_get_line \ + visualization/nviz/scripts/script_play \ + visualization/nviz/scripts/script_tools \ + gui/scripts/*.py +SHEBANG_LANG= nviz +nviz_OLD_CMD= nviz +nviz_CMD= ${PREFIX}/${GRASS_INST_DIR}/bin/nviz +PATCH_TCL_SCRIPTS=lib/init/init.sh +PATCH_TK_SCRIPTS=lib/init/init.sh +USE_XORG= sm ice x11 xext xi xmu xt +USE_GL= glu +USE_GNOME= cairo +USE_WX= 2.8 +WX_COMPS= wx:build python:run +USE_GCC= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= PERL="${PERL}" +CONFIGURE_ARGS= --with-includes=${LOCALBASE}/include \ + --with-libs=${LOCALBASE}/lib \ + --with-tcltk-includes="${TCL_INCLUDEDIR} ${TK_INCLUDEDIR}" \ + --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-nls \ + --with-cxx \ + --with-readline \ + --with-curses \ + --enable-largefile \ + --with-python=${PYTHON_CMD}-config \ + --with-wxwidgets=${WX_CONFIG} +ALL_TARGET= default +USE_LDCONFIG= ${PREFIX}/${GRASS_INST_DIR}/lib +CPPFLAGS+= -I${NCURSESINC} + +MAKE_JOBS_UNSAFE= yes + +PLIST_SUB= GRASS_INST_DIR="${GRASS_INST_DIR}" \ + VERSION="${PORTVERSION}" \ + VER="${PORTVERSION:R:C/\.//}" + +BROKEN_sparc64= Does not configure on sparc64 + +OPTIONS_DEFINE= ATLAS FFMPEG MOTIF +OPTIONS_MULTI= DB +OPTIONS_MULTI_DB= MYSQL ODBC PGSQL SQLITE +OPTIONS_DEFAULT= PGSQL +OPTIONS_SUB= yes + +ATLAS_DESC= Use ATLAS for BLAS and LAPACK +ATLAS_USES= blaslapack:atlas +ATLAS_USES_OFF= blaslapack +DB_DESC= Database support +FFMPEG_LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg +FFMPEG_CONFIGURE_ON= --with-ffmpeg \ + --with-ffmpeg-includes="${LOCALBASE}/include/libavcodec \ + ${LOCALBASE}/include/libavformat \ + ${LOCALBASE}/include/libavutil \ + ${LOCALBASE}/include/libswscale" \ + --with-ffmpeglibs=${LOCALBASE}/lib +MOTIF_USES= motif +MOTIF_USE= GL=glw +MOTIF_CONFIGURE_ON= --with-motif --with-glw +MYSQL_USE= MYSQL=yes +MYSQL_CONFIGURE_ON= --with-mysql \ + --with-mysql-includes=${LOCALBASE}/include/mysql \ + --with-mysql-libs=${LOCALBASE}/lib/mysql +ODBC_LIB_DEPENDS= libodbc.so:databases/unixODBC +ODBC_CONFIGURE_ON= --with-odbc +PGSQL_USES= pgsql +PGSQL_CONFIGURE_ON= --with-postgres +SQLITE_USES= sqlite +SQLITE_CONFIGURE_ON= --with-sqlite + +.include <bsd.port.options.mk> + +.if !defined (GRASS_INST_DIR) +GRASS_INST_DIR= ${PORTNAME}-${PORTVERSION} +.endif + +post-patch: + @${REINPLACE_CMD} -e \ + 's|-lblas|${BLASLIB}|g ; \ + s|-llapack|${LAPACKLIB}|g ; \ + s|g2c|f2c|g' ${WRKSRC}/configure + @${REINPLACE_CMD} -e \ + 's|make -C|$$(MAKE) -C| ; \ + /^BINDIR/s|=.*|= $${DESTDIR}$${UNIX_BIN}| ; \ + /test /s| $${INST_DIR}| $${DESTDIR}$${INST_DIR}|g ; \ + /tar /s| $${INST_DIR}| $${DESTDIR}$${INST_DIR}|g ; \ + /chmod /s| $${INST_DIR}| $${DESTDIR}$${INST_DIR}|g ; \ + /tar /s| $${INST_DIR}| $${DESTDIR}$${INST_DIR}|g ; \ + s|> $${INST_DIR}|> $${DESTDIR}$${INST_DIR}|' ${WRKSRC}/Makefile + @${REINPLACE_CMD} -e \ + 's|^CC=.*|CC?=cc| ; \ + s|^CFLAGS=.*|CFLAGS+=-fno-common|' ${WRKSRC}/gem/Makefile + @${REINPLACE_CMD} -e \ + 's|= python|= ${PYTHON_CMD:T}|' ${WRKSRC}/include/Make/Platform.make.in + +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/gem64 + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/${GRASS_INST_DIR}/bin/*.* +.for i in HTMLMAP PNG PS XDRIVER cairo + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/${GRASS_INST_DIR}/driver/${i} +.endfor + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/${GRASS_INST_DIR}/driver/db/* +.for i in bmif_to_cell clean_temp current_time_s_ms echo frame.* grocat \ + i.ask i.find i.photo.* lock mod* mon.* poly_to_bmif r.watershed.* \ + run set_data + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/${GRASS_INST_DIR}/etc/${i} +.endfor + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/${GRASS_INST_DIR}/etc/form/form + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/${GRASS_INST_DIR}/etc/lister/* + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/${GRASS_INST_DIR}/etc/nviz2.2/nviz + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/${GRASS_INST_DIR}/lib/libgrass_*.so + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/${GRASS_INST_DIR}/tools/g.echo + +post-install-MOTIF-on: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/${GRASS_INST_DIR}/bin/xganim + +.include <bsd.port.mk> diff --git a/databases/grass6/distinfo b/databases/grass6/distinfo new file mode 100644 index 000000000000..58d88a760c13 --- /dev/null +++ b/databases/grass6/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1473601019 +SHA256 (grass-6.4.6.tar.gz) = 5a84754614619cc265d843980e28f39a1d24048805b9b2865e76a583d973f333 +SIZE (grass-6.4.6.tar.gz) = 25737006 diff --git a/databases/grass6/files/patch-Makefile b/databases/grass6/files/patch-Makefile new file mode 100644 index 000000000000..4e565a3ca78a --- /dev/null +++ b/databases/grass6/files/patch-Makefile @@ -0,0 +1,35 @@ +--- Makefile.orig 2014-12-16 22:11:04 UTC ++++ Makefile +@@ -240,32 +240,12 @@ install: FORCE + while [ ! -d $$INST_PATH ]; do \ + INST_PATH=`dirname $$INST_PATH`; \ + done; \ +- if [ ! -d "${INST_DIR}" -a ! -w "$$INST_PATH" ] ; then \ +- echo "ERROR: Directory $$INST_PATH is a parent directory of your"; \ +- echo " install directory ${INST_DIR} and is not writable."; \ +- echo " Perhaps you need root access."; \ +- echo " Installation aborted, exiting Make."; \ +- exit; \ +- fi; \ +- if [ -d ${INST_DIR} -a ! -w "${INST_DIR}" ] ; then \ +- echo "ERROR: Your install directory ${INST_DIR} is not writable."; \ +- echo " Perhaps you need root access."; \ +- echo " Installation aborted, exiting Make."; \ +- exit; \ +- fi; \ + result=`echo "${INST_DIR}" | awk '{ if ($$1 ~ /grass/) print $$1 }'`; \ + if [ "$$result" = "" ] ; then \ + echo "WARNING: Your install directory ${INST_DIR}"; \ + echo " does not contain the word 'grass'."; \ + echo " It is highly recommended that the word 'grass' be part"; \ + echo " of your install directory to avoid conflicts."; \ +- echo " Do you want to continue? [y/n]"; \ +- read ans; \ +- ans=`echo "$$ans" | tr A-Z a-z`; \ +- if [ "$$ans" != "y" ] ; then \ +- echo "Installation aborted, exiting Make."; \ +- exit; \ +- fi; \ + fi; \ + ${MAKE} real-install + diff --git a/databases/grass6/files/patch-configure b/databases/grass6/files/patch-configure new file mode 100644 index 000000000000..7b79e2448b4c --- /dev/null +++ b/databases/grass6/files/patch-configure @@ -0,0 +1,15 @@ +--- configure.orig ++++ configure +@@ -2485,10 +2485,10 @@ + FreeBSD-*) + # FreeBSD 3.* and greater have ELF. + SHLIB_CFLAGS="-fPIC" +- SHLIB_LD="ld -Bshareable -x" ++ SHLIB_LD="${CC} -shared" + SHLIB_LD_LIBS='${LIBS}' + SHLIB_SUFFIX=".so" +- LDFLAGS="-export-dynamic" ++ LDFLAGS="-Wl,--export-dynamic" + CC_SEARCH_FLAGS='-Wl,-rpath,${LIB_RUNTIME_DIR}' + LD_SEARCH_FLAGS='-rpath ${LIB_RUNTIME_DIR}' + if test "${GRASS_THREADS}" = "1" ; then diff --git a/databases/grass6/files/patch-gui__wxpython__Makefile b/databases/grass6/files/patch-gui__wxpython__Makefile new file mode 100644 index 000000000000..6495922bafbb --- /dev/null +++ b/databases/grass6/files/patch-gui__wxpython__Makefile @@ -0,0 +1,12 @@ +--- gui/wxpython/Makefile.orig ++++ gui/wxpython/Makefile +@@ -19,7 +19,8 @@ + mapdisp modules nviz psmap vdigit wxplot) + DSTDIRS := $(patsubst %,$(ETCDIR)/%,compat icons scripts xml) + +-default: $(DSTFILES) menustrings.py ++default: $(DSTFILES) ++ -$(MAKE) menustrings.py + $(MAKE) parsubdirs + + $(ETCDIR)/%: % | $(PYDSTDIRS) $(DSTDIRS) diff --git a/databases/grass6/files/patch-lib__python__ctypes__ctypesgencore__parser__preprocessor.py b/databases/grass6/files/patch-lib__python__ctypes__ctypesgencore__parser__preprocessor.py new file mode 100644 index 000000000000..b0294053e23c --- /dev/null +++ b/databases/grass6/files/patch-lib__python__ctypes__ctypesgencore__parser__preprocessor.py @@ -0,0 +1,10 @@ +--- lib/python/ctypes/ctypesgencore/parser/preprocessor.py.orig ++++ lib/python/ctypes/ctypesgencore/parser/preprocessor.py +@@ -132,6 +132,7 @@ + if sys.platform == 'darwin': + cmd += " -U __BLOCKS__" + cmd += " -U __GNUC__" ++ cmd += " -D __GNUCLIKE_BUILTIN_STDARG" + cmd += " -dD" + for path in self.options.include_search_paths: + cmd += " -I%s" % path diff --git a/databases/grass6/files/patch-lib_ogsf_gsd__img__mpeg.c b/databases/grass6/files/patch-lib_ogsf_gsd__img__mpeg.c new file mode 100644 index 000000000000..781095185445 --- /dev/null +++ b/databases/grass6/files/patch-lib_ogsf_gsd__img__mpeg.c @@ -0,0 +1,102 @@ +--- lib/ogsf/gsd_img_mpeg.c.orig 2013-07-09 19:05:44 UTC ++++ lib/ogsf/gsd_img_mpeg.c +@@ -38,7 +38,7 @@ + #define STREAM_DURATION 5.0 + #define STREAM_FRAME_RATE 25 /* 25 images/s */ + #define STREAM_NB_FRAMES ((int)(STREAM_DURATION * STREAM_FRAME_RATE)) +-#define STREAM_PIX_FMT PIX_FMT_YUV420P /* default pix_fmt */ ++#define STREAM_PIX_FMT AV_PIX_FMT_YUV420P /* default pix_fmt */ + + AVFrame *picture, *tmp_picture; + uint8_t *video_outbuf; +@@ -95,11 +95,11 @@ static AVStream *add_video_stream(AVForm + c->time_base.num = 1; + c->gop_size = 12; /* emit one intra frame every twelve frames at most */ + c->pix_fmt = STREAM_PIX_FMT; +- if (c->codec_id == CODEC_ID_MPEG2VIDEO) { ++ if (c->codec_id == AV_CODEC_ID_MPEG2VIDEO) { + /* just for testing, we also add B frames */ + c->max_b_frames = 2; + } +- if (c->codec_id == CODEC_ID_MPEG1VIDEO) { ++ if (c->codec_id == AV_CODEC_ID_MPEG1VIDEO) { + /* Needed to avoid using macroblocks in which some coeffs overflow. + This does not happen with normal video, it just happens here as + the motion of the chroma plane does not match the luma plane. */ +@@ -138,7 +138,7 @@ static AVFrame *alloc_picture(int pix_fm + uint8_t *picture_buf; + int size; + +- picture = avcodec_alloc_frame(); ++ picture = av_frame_alloc(); + + if (!picture) + return NULL; +@@ -210,8 +210,8 @@ static void open_video(AVFormatContext * + picture is needed too. It is then converted to the required + output format */ + tmp_picture = NULL; +- if (c->pix_fmt != PIX_FMT_YUV420P) { +- tmp_picture = alloc_picture(PIX_FMT_YUV420P, c->width, c->height); ++ if (c->pix_fmt != AV_PIX_FMT_YUV420P) { ++ tmp_picture = alloc_picture(AV_PIX_FMT_YUV420P, c->width, c->height); + if (!tmp_picture) { + G_warning(_("Unable to allocate temporary picture")); + return; +@@ -227,7 +227,7 @@ static void open_video(AVFormatContext * + */ + static void write_video_frame(AVFormatContext * oc, AVStream * st) + { +- int out_size, ret; ++ int ret; + AVCodecContext *c; + + c = st->codec; +@@ -250,15 +250,17 @@ static void write_video_frame(AVFormatCo + ret = av_write_frame(oc, &pkt); + } + else { +- /* encode the image */ +- out_size = +- avcodec_encode_video(c, video_outbuf, video_outbuf_size, picture); +- /* if zero size, it means the image was buffered */ +- if (out_size > 0) { +- AVPacket pkt; ++ AVPacket pkt; ++ int got_packet = 0; + +- av_init_packet(&pkt); ++ av_init_packet(&pkt); ++ pkt.data = video_outbuf; ++ pkt.size = video_outbuf_size; + ++ /* encode the image */ ++ ret = avcodec_encode_video2(c, &pkt, picture, &got_packet); ++ /* if zero size, it means the image was buffered */ ++ if (ret == 0 && got_packet && pkt.size > 0) { + pkt.pts = + av_rescale_q(c->coded_frame->pts, c->time_base, + st->time_base); +@@ -269,8 +271,6 @@ static void write_video_frame(AVFormatCo + pkt.flags |= AV_PKT_FLAG_KEY; + #endif + pkt.stream_index = st->index; +- pkt.data = video_outbuf; +- pkt.size = out_size; + + /* write the compressed frame in the media file */ + ret = av_write_frame(oc, &pkt); +@@ -362,11 +362,11 @@ int gsd_init_mpeg(const char *filename) + /* if you want to hardcode the codec (eg #ifdef USE_XVID) + this may be the place to do it (?????) */ + #ifdef USE_XVID +- fmt->video_codec = CODEC_ID_XVID; ++ fmt->video_codec = AV_CODEC_ID_XVID; + #endif + + video_st = NULL; +- if (fmt->video_codec != CODEC_ID_NONE) { ++ if (fmt->video_codec != AV_CODEC_ID_NONE) { + video_st = + add_video_stream(oc, fmt->video_codec, (r - l + 1), (t - b + 1)); + } diff --git a/databases/grass6/pkg-descr b/databases/grass6/pkg-descr new file mode 100644 index 000000000000..54f4f8b1fc4c --- /dev/null +++ b/databases/grass6/pkg-descr @@ -0,0 +1,9 @@ + 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). + +WWW: http://grass.osgeo.org/ diff --git a/databases/grass6/pkg-plist b/databases/grass6/pkg-plist new file mode 100644 index 000000000000..cfa945a60f78 --- /dev/null +++ b/databases/grass6/pkg-plist @@ -0,0 +1,3461 @@ +bin/gem64 +bin/grass64 +%%GRASS_INST_DIR%%/AUTHORS +%%GRASS_INST_DIR%%/CHANGES +%%GRASS_INST_DIR%%/COPYING +%%GRASS_INST_DIR%%/GPL.TXT +%%GRASS_INST_DIR%%/REQUIREMENTS.html +%%GRASS_INST_DIR%%/bin/d.ask +%%GRASS_INST_DIR%%/bin/d.barscale +%%GRASS_INST_DIR%%/bin/d.colorlist +%%GRASS_INST_DIR%%/bin/d.colors +%%GRASS_INST_DIR%%/bin/d.colortable +%%GRASS_INST_DIR%%/bin/d.erase +%%GRASS_INST_DIR%%/bin/d.extend +%%GRASS_INST_DIR%%/bin/d.extract +%%GRASS_INST_DIR%%/bin/d.font +%%GRASS_INST_DIR%%/bin/d.frame +%%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.linegraph +%%GRASS_INST_DIR%%/bin/d.mapgraph +%%GRASS_INST_DIR%%/bin/d.measure +%%GRASS_INST_DIR%%/bin/d.menu +%%GRASS_INST_DIR%%/bin/d.mon +%%GRASS_INST_DIR%%/bin/d.nviz +%%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.save +%%GRASS_INST_DIR%%/bin/d.text +%%GRASS_INST_DIR%%/bin/d.thematic.area +%%GRASS_INST_DIR%%/bin/d.title +%%GRASS_INST_DIR%%/bin/d.vect +%%GRASS_INST_DIR%%/bin/d.vect.chart +%%GRASS_INST_DIR%%/bin/d.what.rast +%%GRASS_INST_DIR%%/bin/d.what.vect +%%GRASS_INST_DIR%%/bin/d.where +%%GRASS_INST_DIR%%/bin/d.zoom +%%GRASS_INST_DIR%%/bin/db.columns +%%GRASS_INST_DIR%%/bin/db.connect +%%GRASS_INST_DIR%%/bin/db.copy +%%GRASS_INST_DIR%%/bin/db.describe +%%GRASS_INST_DIR%%/bin/db.drivers +%%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.ask +%%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.mlist +%%GRASS_INST_DIR%%/bin/g.mremove +%%GRASS_INST_DIR%%/bin/g.parser +%%GRASS_INST_DIR%%/bin/g.pnmcomp +%%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.setproj +%%GRASS_INST_DIR%%/bin/g.tempfile +%%GRASS_INST_DIR%%/bin/g.transform +%%GRASS_INST_DIR%%/bin/g.version +%%GRASS_INST_DIR%%/bin/i.atcorr +%%GRASS_INST_DIR%%/bin/i.cca +%%GRASS_INST_DIR%%/bin/i.class +%%GRASS_INST_DIR%%/bin/i.cluster +%%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.photo +%%GRASS_INST_DIR%%/bin/i.pca +%%GRASS_INST_DIR%%/bin/i.photo.rectify +%%GRASS_INST_DIR%%/bin/i.points +%%GRASS_INST_DIR%%/bin/i.rectify +%%GRASS_INST_DIR%%/bin/i.rgb.his +%%GRASS_INST_DIR%%/bin/i.smap +%%GRASS_INST_DIR%%/bin/i.target +%%GRASS_INST_DIR%%/bin/i.topo.corr +%%GRASS_INST_DIR%%/bin/i.vpoints +%%GRASS_INST_DIR%%/bin/i.zc +%%GRASS_INST_DIR%%/bin/m.cogo +%%GRASS_INST_DIR%%/bin/m.nviz.image +%%GRASS_INST_DIR%%/bin/nviz +%%GRASS_INST_DIR%%/bin/ps.map +%%GRASS_INST_DIR%%/bin/r.average +%%GRASS_INST_DIR%%/bin/r.basins.fill +%%GRASS_INST_DIR%%/bin/r.bilinear +%%GRASS_INST_DIR%%/bin/r.bitpattern +%%GRASS_INST_DIR%%/bin/r.buffer +%%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.digit +%%GRASS_INST_DIR%%/bin/r.distance +%%GRASS_INST_DIR%%/bin/r.drain +%%GRASS_INST_DIR%%/bin/r.external +%%GRASS_INST_DIR%%/bin/r.fill.dir +%%GRASS_INST_DIR%%/bin/r.flow +%%GRASS_INST_DIR%%/bin/r.grow +%%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.arc +%%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.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.le.patch +%%GRASS_INST_DIR%%/bin/r.le.pixel +%%GRASS_INST_DIR%%/bin/r.le.setup +%%GRASS_INST_DIR%%/bin/r.le.trace +%%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.los +%%GRASS_INST_DIR%%/bin/r.mapcalc +%%GRASS_INST_DIR%%/bin/r.median +%%GRASS_INST_DIR%%/bin/r.mfilter +%%GRASS_INST_DIR%%/bin/r.mfilter.fp +%%GRASS_INST_DIR%%/bin/r.mode +%%GRASS_INST_DIR%%/bin/r.neighbors +%%GRASS_INST_DIR%%/bin/r.null +%%GRASS_INST_DIR%%/bin/r.out.arc +%%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.tiff +%%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.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.report +%%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.sim.sediment +%%GRASS_INST_DIR%%/bin/r.sim.water +%%GRASS_INST_DIR%%/bin/r.slope.aspect +%%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.sum +%%GRASS_INST_DIR%%/bin/r.sun +%%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.idw2 +%%GRASS_INST_DIR%%/bin/r.surf.random +%%GRASS_INST_DIR%%/bin/r.terraflow +%%GRASS_INST_DIR%%/bin/r.terraflow.short +%%GRASS_INST_DIR%%/bin/r.texture +%%GRASS_INST_DIR%%/bin/r.thin +%%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.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.cross.rast +%%GRASS_INST_DIR%%/bin/r3.gwflow +%%GRASS_INST_DIR%%/bin/r3.in.ascii +%%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.null +%%GRASS_INST_DIR%%/bin/r3.out.ascii +%%GRASS_INST_DIR%%/bin/r3.out.v5d +%%GRASS_INST_DIR%%/bin/r3.out.vtk +%%GRASS_INST_DIR%%/bin/r3.stats +%%GRASS_INST_DIR%%/bin/r3.timestamp +%%GRASS_INST_DIR%%/bin/r3.to.rast +%%GRASS_INST_DIR%%/bin/r3.univar +%%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.convert +%%GRASS_INST_DIR%%/bin/v.db.connect +%%GRASS_INST_DIR%%/bin/v.db.select +%%GRASS_INST_DIR%%/bin/v.delaunay +%%GRASS_INST_DIR%%/bin/v.digit +%%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.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.in.sites +%%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.proj +%%GRASS_INST_DIR%%/bin/v.qcount +%%GRASS_INST_DIR%%/bin/v.random +%%GRASS_INST_DIR%%/bin/v.reclass +%%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.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 +%%MOTIF%%%%GRASS_INST_DIR%%/bin/xganim +%%GRASS_INST_DIR%%/bwidget/CHANGES.txt +%%GRASS_INST_DIR%%/bwidget/LGPL-2.1.txt +%%GRASS_INST_DIR%%/bwidget/LICENSE.txt +%%GRASS_INST_DIR%%/bwidget/README.grass +%%GRASS_INST_DIR%%/bwidget/arrow.tcl +%%GRASS_INST_DIR%%/bwidget/bitmap.tcl +%%GRASS_INST_DIR%%/bwidget/button.tcl +%%GRASS_INST_DIR%%/bwidget/buttonbox.tcl +%%GRASS_INST_DIR%%/bwidget/color.tcl +%%GRASS_INST_DIR%%/bwidget/combobox.tcl +%%GRASS_INST_DIR%%/bwidget/dialog.tcl +%%GRASS_INST_DIR%%/bwidget/dragsite.tcl +%%GRASS_INST_DIR%%/bwidget/dropsite.tcl +%%GRASS_INST_DIR%%/bwidget/dynhelp.tcl +%%GRASS_INST_DIR%%/bwidget/entry.tcl +%%GRASS_INST_DIR%%/bwidget/font.tcl +%%GRASS_INST_DIR%%/bwidget/images/bold.gif +%%GRASS_INST_DIR%%/bwidget/images/copy.gif +%%GRASS_INST_DIR%%/bwidget/images/cut.gif +%%GRASS_INST_DIR%%/bwidget/images/dragfile.gif +%%GRASS_INST_DIR%%/bwidget/images/dragicon.gif +%%GRASS_INST_DIR%%/bwidget/images/error.gif +%%GRASS_INST_DIR%%/bwidget/images/file.gif +%%GRASS_INST_DIR%%/bwidget/images/folder.gif +%%GRASS_INST_DIR%%/bwidget/images/hourglass.gif +%%GRASS_INST_DIR%%/bwidget/images/info.gif +%%GRASS_INST_DIR%%/bwidget/images/italic.gif +%%GRASS_INST_DIR%%/bwidget/images/minus.xbm +%%GRASS_INST_DIR%%/bwidget/images/new.gif +%%GRASS_INST_DIR%%/bwidget/images/opcopy.xbm +%%GRASS_INST_DIR%%/bwidget/images/open.gif +%%GRASS_INST_DIR%%/bwidget/images/openfold.gif +%%GRASS_INST_DIR%%/bwidget/images/oplink.xbm +%%GRASS_INST_DIR%%/bwidget/images/opmove.xbm +%%GRASS_INST_DIR%%/bwidget/images/overstrike.gif +%%GRASS_INST_DIR%%/bwidget/images/palette.gif +%%GRASS_INST_DIR%%/bwidget/images/passwd.gif +%%GRASS_INST_DIR%%/bwidget/images/paste.gif +%%GRASS_INST_DIR%%/bwidget/images/plus.xbm +%%GRASS_INST_DIR%%/bwidget/images/print.gif +%%GRASS_INST_DIR%%/bwidget/images/question.gif +%%GRASS_INST_DIR%%/bwidget/images/save.gif +%%GRASS_INST_DIR%%/bwidget/images/underline.gif +%%GRASS_INST_DIR%%/bwidget/images/undo.gif +%%GRASS_INST_DIR%%/bwidget/images/warning.gif +%%GRASS_INST_DIR%%/bwidget/init.tcl +%%GRASS_INST_DIR%%/bwidget/label.tcl +%%GRASS_INST_DIR%%/bwidget/labelentry.tcl +%%GRASS_INST_DIR%%/bwidget/labelframe.tcl +%%GRASS_INST_DIR%%/bwidget/lang/de.rc +%%GRASS_INST_DIR%%/bwidget/lang/en.rc +%%GRASS_INST_DIR%%/bwidget/lang/es.rc +%%GRASS_INST_DIR%%/bwidget/lang/fr.rc +%%GRASS_INST_DIR%%/bwidget/listbox.tcl +%%GRASS_INST_DIR%%/bwidget/mainframe.tcl +%%GRASS_INST_DIR%%/bwidget/messagedlg.tcl +%%GRASS_INST_DIR%%/bwidget/notebook.tcl +%%GRASS_INST_DIR%%/bwidget/pagesmgr.tcl +%%GRASS_INST_DIR%%/bwidget/panedw.tcl +%%GRASS_INST_DIR%%/bwidget/passwddlg.tcl +%%GRASS_INST_DIR%%/bwidget/pkgIndex.tcl +%%GRASS_INST_DIR%%/bwidget/progressbar.tcl +%%GRASS_INST_DIR%%/bwidget/progressdlg.tcl +%%GRASS_INST_DIR%%/bwidget/scrollframe.tcl +%%GRASS_INST_DIR%%/bwidget/scrollview.tcl +%%GRASS_INST_DIR%%/bwidget/scrollw.tcl +%%GRASS_INST_DIR%%/bwidget/separator.tcl +%%GRASS_INST_DIR%%/bwidget/spinbox.tcl +%%GRASS_INST_DIR%%/bwidget/titleframe.tcl +%%GRASS_INST_DIR%%/bwidget/tree.tcl +%%GRASS_INST_DIR%%/bwidget/utils.tcl +%%GRASS_INST_DIR%%/bwidget/widget.tcl +%%GRASS_INST_DIR%%/bwidget/xpm2image.tcl +%%GRASS_INST_DIR%%/contributors.csv +%%GRASS_INST_DIR%%/contributors_extra.csv +%%GRASS_INST_DIR%%/docs/html/aspect.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/d.ask.html +%%GRASS_INST_DIR%%/docs/html/d.barscale.html +%%GRASS_INST_DIR%%/docs/html/d.colorlist.html +%%GRASS_INST_DIR%%/docs/html/d.colors.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.extend.html +%%GRASS_INST_DIR%%/docs/html/d.extract.html +%%GRASS_INST_DIR%%/docs/html/d.font.freetype.html +%%GRASS_INST_DIR%%/docs/html/d.font.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.linegraph.html +%%GRASS_INST_DIR%%/docs/html/d.m.html +%%GRASS_INST_DIR%%/docs/html/d.mapgraph.html +%%GRASS_INST_DIR%%/docs/html/d.measure.html +%%GRASS_INST_DIR%%/docs/html/d.menu.html +%%GRASS_INST_DIR%%/docs/html/d.mon.html +%%GRASS_INST_DIR%%/docs/html/d.monsize.html +%%GRASS_INST_DIR%%/docs/html/d.mvmon.html +%%GRASS_INST_DIR%%/docs/html/d.nviz.html +%%GRASS_INST_DIR%%/docs/html/d.out.file.html +%%GRASS_INST_DIR%%/docs/html/d.out.gpsdrive.html +%%GRASS_INST_DIR%%/docs/html/d.out.png.html +%%GRASS_INST_DIR%%/docs/html/d.paint.labels.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.resize.html +%%GRASS_INST_DIR%%/docs/html/d.rgb.html +%%GRASS_INST_DIR%%/docs/html/d.rhumbline.html +%%GRASS_INST_DIR%%/docs/html/d.save.html +%%GRASS_INST_DIR%%/docs/html/d.shadedmap.html +%%GRASS_INST_DIR%%/docs/html/d.slide.show.html +%%GRASS_INST_DIR%%/docs/html/d.split.frame.html +%%GRASS_INST_DIR%%/docs/html/d.split.html +%%GRASS_INST_DIR%%/docs/html/d.text.freetype.html +%%GRASS_INST_DIR%%/docs/html/d.text.html +%%GRASS_INST_DIR%%/docs/html/d.thematic.area.html +%%GRASS_INST_DIR%%/docs/html/d.title.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.zoom.html +%%GRASS_INST_DIR%%/docs/html/d_correlate.png +%%GRASS_INST_DIR%%/docs/html/d_geodesic.png +%%GRASS_INST_DIR%%/docs/html/d_polar_aspect.png +%%GRASS_INST_DIR%%/docs/html/d_rhumbline.png +%%GRASS_INST_DIR%%/docs/html/databaseintro.html +%%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.describe.html +%%GRASS_INST_DIR%%/docs/html/db.drivers.html +%%GRASS_INST_DIR%%/docs/html/db.dropcol.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/dem.png +%%GRASS_INST_DIR%%/docs/html/displaydrivers.html +%%GRASS_INST_DIR%%/docs/html/g.access.html +%%GRASS_INST_DIR%%/docs/html/g.ask.html +%%GRASS_INST_DIR%%/docs/html/g.copy.html +%%GRASS_INST_DIR%%/docs/html/g.dirseps.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.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.mlist.html +%%GRASS_INST_DIR%%/docs/html/g.mremove.html +%%GRASS_INST_DIR%%/docs/html/g.parser.html +%%GRASS_INST_DIR%%/docs/html/g.pnmcomp.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.setproj.html +%%GRASS_INST_DIR%%/docs/html/g.tempfile.html +%%GRASS_INST_DIR%%/docs/html/g.transform.html +%%GRASS_INST_DIR%%/docs/html/g.version.html +%%GRASS_INST_DIR%%/docs/html/g_parser_test.png +%%GRASS_INST_DIR%%/docs/html/gis.m.html +%%GRASS_INST_DIR%%/docs/html/gm_animate.html +%%GRASS_INST_DIR%%/docs/html/gm_animate1.png +%%GRASS_INST_DIR%%/docs/html/gm_animate2.jpg +%%GRASS_INST_DIR%%/docs/html/gm_animatetool.png +%%GRASS_INST_DIR%%/docs/html/gm_gcpmgr.jpg +%%GRASS_INST_DIR%%/docs/html/gm_georect.html +%%GRASS_INST_DIR%%/docs/html/gm_georectdisp.jpg +%%GRASS_INST_DIR%%/docs/html/gm_georectstart.jpg +%%GRASS_INST_DIR%%/docs/html/gm_gismgr.jpg +%%GRASS_INST_DIR%%/docs/html/gm_gismgrtools.png +%%GRASS_INST_DIR%%/docs/html/gm_gronsole.png +%%GRASS_INST_DIR%%/docs/html/gm_mapdisp.jpg +%%GRASS_INST_DIR%%/docs/html/gm_mapdisptools.png +%%GRASS_INST_DIR%%/docs/html/gm_profile.html +%%GRASS_INST_DIR%%/docs/html/gm_profile1.png +%%GRASS_INST_DIR%%/docs/html/gm_profile2.jpg +%%GRASS_INST_DIR%%/docs/html/gm_profile3.png +%%GRASS_INST_DIR%%/docs/html/grass-dbf.html +%%MYSQL%%%%GRASS_INST_DIR%%/docs/html/grass-mesql.html +%%MYSQL%%%%GRASS_INST_DIR%%/docs/html/grass-mysql.html +%%ODBC%%%%GRASS_INST_DIR%%/docs/html/grass-odbc.html +%%GRASS_INST_DIR%%/docs/html/grass-ogr.html +%%PGSQL%%%%GRASS_INST_DIR%%/docs/html/grass-pg.html +%%SQLITE%%%%GRASS_INST_DIR%%/docs/html/grass-sqlite.html +%%GRASS_INST_DIR%%/docs/html/grass6.html +%%GRASS_INST_DIR%%/docs/html/grass_logo.txt +%%GRASS_INST_DIR%%/docs/html/grass_start.png +%%GRASS_INST_DIR%%/docs/html/help_loc_struct.png +%%GRASS_INST_DIR%%/docs/html/helptext.html +%%GRASS_INST_DIR%%/docs/html/htmlmapdriver.html +%%GRASS_INST_DIR%%/docs/html/i.ask.html +%%GRASS_INST_DIR%%/docs/html/i.atcorr.html +%%GRASS_INST_DIR%%/docs/html/i.cca.html +%%GRASS_INST_DIR%%/docs/html/i.class.html +%%GRASS_INST_DIR%%/docs/html/i.cluster.html +%%GRASS_INST_DIR%%/docs/html/i.fft.html +%%GRASS_INST_DIR%%/docs/html/i.find.html +%%GRASS_INST_DIR%%/docs/html/i.fusion.brovey.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.rgb.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.photo.html +%%GRASS_INST_DIR%%/docs/html/i.pca.html +%%GRASS_INST_DIR%%/docs/html/i.photo.2image.html +%%GRASS_INST_DIR%%/docs/html/i.photo.2target.html +%%GRASS_INST_DIR%%/docs/html/i.photo.camera.html +%%GRASS_INST_DIR%%/docs/html/i.photo.elev.html +%%GRASS_INST_DIR%%/docs/html/i.photo.init.html +%%GRASS_INST_DIR%%/docs/html/i.photo.rectify.html +%%GRASS_INST_DIR%%/docs/html/i.photo.target.html +%%GRASS_INST_DIR%%/docs/html/i.points.html +%%GRASS_INST_DIR%%/docs/html/i.rectify.html +%%GRASS_INST_DIR%%/docs/html/i.rgb.his.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.vpoints.html +%%GRASS_INST_DIR%%/docs/html/i.zc.html +%%GRASS_INST_DIR%%/docs/html/i_landsat_rgb_corrected.jpg +%%GRASS_INST_DIR%%/docs/html/i_landsat_rgb_uncorrected.jpg +%%GRASS_INST_DIR%%/docs/html/i_spectral.png +%%GRASS_INST_DIR%%/docs/html/icons/3d-fringe.png +%%GRASS_INST_DIR%%/docs/html/icons/3d-help.png +%%GRASS_INST_DIR%%/docs/html/icons/3d-light.png +%%GRASS_INST_DIR%%/docs/html/icons/3d-raster.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/3d-vector.png +%%GRASS_INST_DIR%%/docs/html/icons/3d-view.png +%%GRASS_INST_DIR%%/docs/html/icons/3d-volume.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/calculator.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/centroid-create.png +%%GRASS_INST_DIR%%/docs/html/icons/channel-blue.gif +%%GRASS_INST_DIR%%/docs/html/icons/channel-green.gif +%%GRASS_INST_DIR%%/docs/html/icons/channel-his.gif +%%GRASS_INST_DIR%%/docs/html/icons/channel-hue.gif +%%GRASS_INST_DIR%%/docs/html/icons/channel-intensity.gif +%%GRASS_INST_DIR%%/docs/html/icons/channel-red.gif +%%GRASS_INST_DIR%%/docs/html/icons/channel-rgb.gif +%%GRASS_INST_DIR%%/docs/html/icons/channel-saturation.gif +%%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/db-columns.gif +%%GRASS_INST_DIR%%/docs/html/icons/db-values.gif +%%GRASS_INST_DIR%%/docs/html/icons/drawmode-explore.gif +%%GRASS_INST_DIR%%/docs/html/icons/drawmode-strict.gif +%%GRASS_INST_DIR%%/docs/html/icons/edit-color.gif +%%GRASS_INST_DIR%%/docs/html/icons/edit-copy.gif +%%GRASS_INST_DIR%%/docs/html/icons/edit-cut.gif +%%GRASS_INST_DIR%%/docs/html/icons/edit.png +%%GRASS_INST_DIR%%/docs/html/icons/element-3d.view.gif +%%GRASS_INST_DIR%%/docs/html/icons/element-cell.gif +%%GRASS_INST_DIR%%/docs/html/icons/element-grid3.gif +%%GRASS_INST_DIR%%/docs/html/icons/element-group.gif +%%GRASS_INST_DIR%%/docs/html/icons/element-icons.gif +%%GRASS_INST_DIR%%/docs/html/icons/element-labels.gif +%%GRASS_INST_DIR%%/docs/html/icons/element-vector.gif +%%GRASS_INST_DIR%%/docs/html/icons/element-windows.gif +%%GRASS_INST_DIR%%/docs/html/icons/erase.png +%%GRASS_INST_DIR%%/docs/html/icons/execute.png +%%GRASS_INST_DIR%%/docs/html/icons/file-new.gif +%%GRASS_INST_DIR%%/docs/html/icons/file-open.gif +%%GRASS_INST_DIR%%/docs/html/icons/file-print.gif +%%GRASS_INST_DIR%%/docs/html/icons/file-save.gif +%%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/gui-cmd.gif +%%GRASS_INST_DIR%%/docs/html/icons/gui-display.gif +%%GRASS_INST_DIR%%/docs/html/icons/gui-erase.gif +%%GRASS_INST_DIR%%/docs/html/icons/gui-exit.gif +%%GRASS_INST_DIR%%/docs/html/icons/gui-ff.gif +%%GRASS_INST_DIR%%/docs/html/icons/gui-filesave.gif +%%GRASS_INST_DIR%%/docs/html/icons/gui-font.gif +%%GRASS_INST_DIR%%/docs/html/icons/gui-gcperase.gif +%%GRASS_INST_DIR%%/docs/html/icons/gui-gcpset.gif +%%GRASS_INST_DIR%%/docs/html/icons/gui-georect.gif +%%GRASS_INST_DIR%%/docs/html/icons/gui-group.gif +%%GRASS_INST_DIR%%/docs/html/icons/gui-help.gif +%%GRASS_INST_DIR%%/docs/html/icons/gui-layeroptions.gif +%%GRASS_INST_DIR%%/docs/html/icons/gui-loop.gif +%%GRASS_INST_DIR%%/docs/html/icons/gui-maplabels.gif +%%GRASS_INST_DIR%%/docs/html/icons/gui-maptext.gif +%%GRASS_INST_DIR%%/docs/html/icons/gui-mapzoom.gif +%%GRASS_INST_DIR%%/docs/html/icons/gui-measure.gif +%%GRASS_INST_DIR%%/docs/html/icons/gui-mouse.gif +%%GRASS_INST_DIR%%/docs/html/icons/gui-overlay.gif +%%GRASS_INST_DIR%%/docs/html/icons/gui-pan.gif +%%GRASS_INST_DIR%%/docs/html/icons/gui-play.gif +%%GRASS_INST_DIR%%/docs/html/icons/gui-pointer.gif +%%GRASS_INST_DIR%%/docs/html/icons/gui-profile.gif +%%GRASS_INST_DIR%%/docs/html/icons/gui-profiledefine.gif +%%GRASS_INST_DIR%%/docs/html/icons/gui-profiledraw.gif +%%GRASS_INST_DIR%%/docs/html/icons/gui-profileopt.gif +%%GRASS_INST_DIR%%/docs/html/icons/gui-query.gif +%%GRASS_INST_DIR%%/docs/html/icons/gui-rabbit.gif +%%GRASS_INST_DIR%%/docs/html/icons/gui-rastanalyze.gif +%%GRASS_INST_DIR%%/docs/html/icons/gui-rastarrowsdir.gif +%%GRASS_INST_DIR%%/docs/html/icons/gui-rastarrowsint.gif +%%GRASS_INST_DIR%%/docs/html/icons/gui-redraw.gif +%%GRASS_INST_DIR%%/docs/html/icons/gui-rewind.gif +%%GRASS_INST_DIR%%/docs/html/icons/gui-rms.gif +%%GRASS_INST_DIR%%/docs/html/icons/gui-rplay.gif +%%GRASS_INST_DIR%%/docs/html/icons/gui-rv.info.gif +%%GRASS_INST_DIR%%/docs/html/icons/gui-snail.gif +%%GRASS_INST_DIR%%/docs/html/icons/gui-startmon.gif +%%GRASS_INST_DIR%%/docs/html/icons/gui-stepb.gif +%%GRASS_INST_DIR%%/docs/html/icons/gui-stepf.gif +%%GRASS_INST_DIR%%/docs/html/icons/gui-stop.gif +%%GRASS_INST_DIR%%/docs/html/icons/gui-swing.gif +%%GRASS_INST_DIR%%/docs/html/icons/gui-zoom_back.gif +%%GRASS_INST_DIR%%/docs/html/icons/gui-zoom_current.gif +%%GRASS_INST_DIR%%/docs/html/icons/gui-zoom_default.gif +%%GRASS_INST_DIR%%/docs/html/icons/gui-zoom_in.gif +%%GRASS_INST_DIR%%/docs/html/icons/gui-zoom_map.gif +%%GRASS_INST_DIR%%/docs/html/icons/gui-zoom_out.gif +%%GRASS_INST_DIR%%/docs/html/icons/gui-zoom_region.gif +%%GRASS_INST_DIR%%/docs/html/icons/help.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/layer-add.png +%%GRASS_INST_DIR%%/docs/html/icons/layer-aspect-arrow-add.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-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-label-add.png +%%GRASS_INST_DIR%%/docs/html/icons/layer-more.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-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/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/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/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/module-d.barscale.gif +%%GRASS_INST_DIR%%/docs/html/icons/module-d.chart.gif +%%GRASS_INST_DIR%%/docs/html/icons/module-d.frame.gif +%%GRASS_INST_DIR%%/docs/html/icons/module-d.geodesic.gif +%%GRASS_INST_DIR%%/docs/html/icons/module-d.gif +%%GRASS_INST_DIR%%/docs/html/icons/module-d.graph.gif +%%GRASS_INST_DIR%%/docs/html/icons/module-d.grid.gif +%%GRASS_INST_DIR%%/docs/html/icons/module-d.histogram.gif +%%GRASS_INST_DIR%%/docs/html/icons/module-d.labels.gif +%%GRASS_INST_DIR%%/docs/html/icons/module-d.legend.gif +%%GRASS_INST_DIR%%/docs/html/icons/module-d.nviz.gif +%%GRASS_INST_DIR%%/docs/html/icons/module-d.rast.arrow.gif +%%GRASS_INST_DIR%%/docs/html/icons/module-d.rast.num.gif +%%GRASS_INST_DIR%%/docs/html/icons/module-d.rgb.gif +%%GRASS_INST_DIR%%/docs/html/icons/module-d.rhumbline.gif +%%GRASS_INST_DIR%%/docs/html/icons/module-d.shadedmap.gif +%%GRASS_INST_DIR%%/docs/html/icons/module-d.text.gif +%%GRASS_INST_DIR%%/docs/html/icons/module-d.thematic.gif +%%GRASS_INST_DIR%%/docs/html/icons/module-d.vect.chart.gif +%%GRASS_INST_DIR%%/docs/html/icons/module-d.vect.thematic.gif +%%GRASS_INST_DIR%%/docs/html/icons/module-db.gif +%%GRASS_INST_DIR%%/docs/html/icons/module-g.gif +%%GRASS_INST_DIR%%/docs/html/icons/module-nviz.gif +%%GRASS_INST_DIR%%/docs/html/icons/module-r.gif +%%GRASS_INST_DIR%%/docs/html/icons/module-r3.gif +%%GRASS_INST_DIR%%/docs/html/icons/module-v.digit.gif +%%GRASS_INST_DIR%%/docs/html/icons/module-v.gif +%%GRASS_INST_DIR%%/docs/html/icons/module-xganim.gif +%%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/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/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/quit.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/relation-create.png +%%GRASS_INST_DIR%%/docs/html/icons/reload.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/settings.png +%%GRASS_INST_DIR%%/docs/html/icons/shortest-distance.png +%%GRASS_INST_DIR%%/docs/html/icons/show.png +%%GRASS_INST_DIR%%/docs/html/icons/status-error.gif +%%GRASS_INST_DIR%%/docs/html/icons/status-failure.gif +%%GRASS_INST_DIR%%/docs/html/icons/status-gism.gif +%%GRASS_INST_DIR%%/docs/html/icons/status-message.gif +%%GRASS_INST_DIR%%/docs/html/icons/status-out.gif +%%GRASS_INST_DIR%%/docs/html/icons/status-running.gif +%%GRASS_INST_DIR%%/docs/html/icons/status-success.gif +%%GRASS_INST_DIR%%/docs/html/icons/status-warning.gif +%%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/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/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-more.png +%%GRASS_INST_DIR%%/docs/html/icons/zoom-out.png +%%GRASS_INST_DIR%%/docs/html/imageryintro.html +%%GRASS_INST_DIR%%/docs/html/landsat_cluster.png +%%GRASS_INST_DIR%%/docs/html/lrs.html +%%GRASS_INST_DIR%%/docs/html/m.cogo.html +%%GRASS_INST_DIR%%/docs/html/m.nviz.image.html +%%GRASS_INST_DIR%%/docs/html/m.proj.html +%%GRASS_INST_DIR%%/docs/html/mkftcap.html +%%GRASS_INST_DIR%%/docs/html/modcats.html +%%GRASS_INST_DIR%%/docs/html/modcolr.html +%%GRASS_INST_DIR%%/docs/html/modhead.html +%%GRASS_INST_DIR%%/docs/html/modhist.html +%%GRASS_INST_DIR%%/docs/html/nviz/bugs_todo.html +%%GRASS_INST_DIR%%/docs/html/nviz/gmsmodviz.gif +%%GRASS_INST_DIR%%/docs/html/nviz/grass_logo.png +%%GRASS_INST_DIR%%/docs/html/nviz/img/nv/9j.gif +%%GRASS_INST_DIR%%/docs/html/nviz/img/nv/9j_i.gif +%%GRASS_INST_DIR%%/docs/html/nviz/img/nv/cplane.gif +%%GRASS_INST_DIR%%/docs/html/nviz/img/nv/cplane_i.gif +%%GRASS_INST_DIR%%/docs/html/nviz/img/nv/cut1.gif +%%GRASS_INST_DIR%%/docs/html/nviz/img/nv/cut1_i.gif +%%GRASS_INST_DIR%%/docs/html/nviz/img/nv/inter1.gif +%%GRASS_INST_DIR%%/docs/html/nviz/img/nv/inter1_i.gif +%%GRASS_INST_DIR%%/docs/html/nviz/img/nv/inter1b.gif +%%GRASS_INST_DIR%%/docs/html/nviz/img/nv/lmodel.gif +%%GRASS_INST_DIR%%/docs/html/nviz/img/nv/lmodel_i.gif +%%GRASS_INST_DIR%%/docs/html/nviz/img/nv/mask1.gif +%%GRASS_INST_DIR%%/docs/html/nviz/img/nv/mask1_i.gif +%%GRASS_INST_DIR%%/docs/html/nviz/img/nv/sit0.gif +%%GRASS_INST_DIR%%/docs/html/nviz/img/nv/sit0_i.gif +%%GRASS_INST_DIR%%/docs/html/nviz/img/nv/sit3a.gif +%%GRASS_INST_DIR%%/docs/html/nviz/img/nv/sit3a_i.gif +%%GRASS_INST_DIR%%/docs/html/nviz/img/nv/surf3a.gif +%%GRASS_INST_DIR%%/docs/html/nviz/img/nv/surf3a_i.gif +%%GRASS_INST_DIR%%/docs/html/nviz/img/nv/transp2.gif +%%GRASS_INST_DIR%%/docs/html/nviz/img/nv/transp2_i.gif +%%GRASS_INST_DIR%%/docs/html/nviz/img/nv/trcut0.gif +%%GRASS_INST_DIR%%/docs/html/nviz/img/nv/trcut0_i.gif +%%GRASS_INST_DIR%%/docs/html/nviz/img/nv/trcut1.gif +%%GRASS_INST_DIR%%/docs/html/nviz/img/nv/trcut1_i.gif +%%GRASS_INST_DIR%%/docs/html/nviz/img/nv/trcut3.gif +%%GRASS_INST_DIR%%/docs/html/nviz/img/nv/trcut3_i.gif +%%GRASS_INST_DIR%%/docs/html/nviz/index.html +%%GRASS_INST_DIR%%/docs/html/nviz/nvimg/panel/anim.gif +%%GRASS_INST_DIR%%/docs/html/nviz/nvimg/panel/anim1.gif +%%GRASS_INST_DIR%%/docs/html/nviz/nvimg/panel/anim2.gif +%%GRASS_INST_DIR%%/docs/html/nviz/nvimg/panel/anim3.gif +%%GRASS_INST_DIR%%/docs/html/nviz/nvimg/panel/anim4.gif +%%GRASS_INST_DIR%%/docs/html/nviz/nvimg/panel/anim5.gif +%%GRASS_INST_DIR%%/docs/html/nviz/nvimg/panel/color.gif +%%GRASS_INST_DIR%%/docs/html/nviz/nvimg/panel/cut.gif +%%GRASS_INST_DIR%%/docs/html/nviz/nvimg/panel/file_menu.gif +%%GRASS_INST_DIR%%/docs/html/nviz/nvimg/panel/file_menu2.gif +%%GRASS_INST_DIR%%/docs/html/nviz/nvimg/panel/image_dump.gif +%%GRASS_INST_DIR%%/docs/html/nviz/nvimg/panel/keyanim.gif +%%GRASS_INST_DIR%%/docs/html/nviz/nvimg/panel/keyexample.png +%%GRASS_INST_DIR%%/docs/html/nviz/nvimg/panel/labels.gif +%%GRASS_INST_DIR%%/docs/html/nviz/nvimg/panel/light.gif +%%GRASS_INST_DIR%%/docs/html/nviz/nvimg/panel/main.gif +%%GRASS_INST_DIR%%/docs/html/nviz/nvimg/panel/mkdspf.gif +%%GRASS_INST_DIR%%/docs/html/nviz/nvimg/panel/mkdspf_complete.gif +%%GRASS_INST_DIR%%/docs/html/nviz/nvimg/panel/mkdspf_range.gif +%%GRASS_INST_DIR%%/docs/html/nviz/nvimg/panel/position.gif +%%GRASS_INST_DIR%%/docs/html/nviz/nvimg/panel/scale.gif +%%GRASS_INST_DIR%%/docs/html/nviz/nvimg/panel/scale_diff.gif +%%GRASS_INST_DIR%%/docs/html/nviz/nvimg/panel/sites.gif +%%GRASS_INST_DIR%%/docs/html/nviz/nvimg/panel/surf.gif +%%GRASS_INST_DIR%%/docs/html/nviz/nvimg/panel/vect.gif +%%GRASS_INST_DIR%%/docs/html/nviz/nvimg/panel/volumes.gif +%%GRASS_INST_DIR%%/docs/html/nviz/nvimg/panel/whats.gif +%%GRASS_INST_DIR%%/docs/html/nviz/nvimg/panel/whats_options.gif +%%GRASS_INST_DIR%%/docs/html/nviz/nvimg/work/AddField.gif +%%GRASS_INST_DIR%%/docs/html/nviz/nvimg/work/FBrowse.gif +%%GRASS_INST_DIR%%/docs/html/nviz/nvimg/work/FSTool.gif +%%GRASS_INST_DIR%%/docs/html/nviz/nvimg/work/FSToolBrowse.gif +%%GRASS_INST_DIR%%/docs/html/nviz/nvimg/work/FSToolExample.gif +%%GRASS_INST_DIR%%/docs/html/nviz/nvimg/work/SimpLoop.gif +%%GRASS_INST_DIR%%/docs/html/nviz/nvimg/work/script_pulldown.gif +%%GRASS_INST_DIR%%/docs/html/nviz/nviz_3dsetting.html +%%GRASS_INST_DIR%%/docs/html/nviz/nviz_credit.html +%%GRASS_INST_DIR%%/docs/html/nviz/nviz_desc.html +%%GRASS_INST_DIR%%/docs/html/nviz/nviz_hints.html +%%GRASS_INST_DIR%%/docs/html/nviz/nviz_image.html +%%GRASS_INST_DIR%%/docs/html/nviz/nviz_panel_anim.html +%%GRASS_INST_DIR%%/docs/html/nviz/nviz_panel_color.html +%%GRASS_INST_DIR%%/docs/html/nviz/nviz_panel_cplane.html +%%GRASS_INST_DIR%%/docs/html/nviz/nviz_panel_dsf.html +%%GRASS_INST_DIR%%/docs/html/nviz/nviz_panel_dsf1.html +%%GRASS_INST_DIR%%/docs/html/nviz/nviz_panel_dsf2.html +%%GRASS_INST_DIR%%/docs/html/nviz/nviz_panel_dsf3.html +%%GRASS_INST_DIR%%/docs/html/nviz/nviz_panel_kanim.html +%%GRASS_INST_DIR%%/docs/html/nviz/nviz_panel_labels.html +%%GRASS_INST_DIR%%/docs/html/nviz/nviz_panel_lights.html +%%GRASS_INST_DIR%%/docs/html/nviz/nviz_panel_move.html +%%GRASS_INST_DIR%%/docs/html/nviz/nviz_panel_pos.html +%%GRASS_INST_DIR%%/docs/html/nviz/nviz_panel_scale.html +%%GRASS_INST_DIR%%/docs/html/nviz/nviz_panel_sdiff.html +%%GRASS_INST_DIR%%/docs/html/nviz/nviz_panel_sites.html +%%GRASS_INST_DIR%%/docs/html/nviz/nviz_panel_surf.html +%%GRASS_INST_DIR%%/docs/html/nviz/nviz_panel_vect.html +%%GRASS_INST_DIR%%/docs/html/nviz/nviz_panel_vol.html +%%GRASS_INST_DIR%%/docs/html/nviz/nviz_panel_what.html +%%GRASS_INST_DIR%%/docs/html/nviz/nviz_quit.html +%%GRASS_INST_DIR%%/docs/html/nviz/nviz_script.html +%%GRASS_INST_DIR%%/docs/html/nviz/nviz_startup.html +%%GRASS_INST_DIR%%/docs/html/nviz/nviz_state.html +%%GRASS_INST_DIR%%/docs/html/nviz/nviz_toc.html +%%GRASS_INST_DIR%%/docs/html/nviz.html +%%GRASS_INST_DIR%%/docs/html/p.out.vrml.html +%%GRASS_INST_DIR%%/docs/html/pcurv.png +%%GRASS_INST_DIR%%/docs/html/photo.camera.png +%%GRASS_INST_DIR%%/docs/html/pngdriver.html +%%GRASS_INST_DIR%%/docs/html/projectionintro.html +%%GRASS_INST_DIR%%/docs/html/ps.map.html +%%GRASS_INST_DIR%%/docs/html/psdriver.html +%%GRASS_INST_DIR%%/docs/html/r.average.html +%%GRASS_INST_DIR%%/docs/html/r.basins.fill.html +%%GRASS_INST_DIR%%/docs/html/r.bilinear.html +%%GRASS_INST_DIR%%/docs/html/r.bitpattern.html +%%GRASS_INST_DIR%%/docs/html/r.blend.html +%%GRASS_INST_DIR%%/docs/html/r.buffer.html +%%GRASS_INST_DIR%%/docs/html/r.carve.html +%%GRASS_INST_DIR%%/docs/html/r.category.html +%%GRASS_INST_DIR%%/docs/html/r.cats.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.digit.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.fill.dir.html +%%GRASS_INST_DIR%%/docs/html/r.fillnulls.html +%%GRASS_INST_DIR%%/docs/html/r.flow.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.in.arc.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.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.le.patch.html +%%GRASS_INST_DIR%%/docs/html/r.le.pixel.html +%%GRASS_INST_DIR%%/docs/html/r.le.setup.html +%%GRASS_INST_DIR%%/docs/html/r.le.trace.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.setup.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.los.html +%%GRASS_INST_DIR%%/docs/html/r.mapcalc.html +%%GRASS_INST_DIR%%/docs/html/r.mapcalculator.html +%%GRASS_INST_DIR%%/docs/html/r.mask.html +%%GRASS_INST_DIR%%/docs/html/r.median.html +%%GRASS_INST_DIR%%/docs/html/r.mfilter.fp.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.arc.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.gdal.sh.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.tiff.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.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.report.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.ros.html +%%GRASS_INST_DIR%%/docs/html/r.series.html +%%GRASS_INST_DIR%%/docs/html/r.shaded.relief.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.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.sum.html +%%GRASS_INST_DIR%%/docs/html/r.sun.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.idw2.html +%%GRASS_INST_DIR%%/docs/html/r.surf.random.html +%%GRASS_INST_DIR%%/docs/html/r.terraflow.html +%%GRASS_INST_DIR%%/docs/html/r.texture.html +%%GRASS_INST_DIR%%/docs/html/r.thin.html +%%GRASS_INST_DIR%%/docs/html/r.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.univar.sh.html +%%GRASS_INST_DIR%%/docs/html/r.unpack.html +%%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.watershed.ram.html +%%GRASS_INST_DIR%%/docs/html/r.watershed.seg.html +%%GRASS_INST_DIR%%/docs/html/r.what.color.html +%%GRASS_INST_DIR%%/docs/html/r.what.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.gwflow.html +%%GRASS_INST_DIR%%/docs/html/r3.in.ascii.html +%%GRASS_INST_DIR%%/docs/html/r3.in.v5d.html +%%GRASS_INST_DIR%%/docs/html/r3.info.html +%%GRASS_INST_DIR%%/docs/html/r3.mapcalc.html +%%GRASS_INST_DIR%%/docs/html/r3.mapcalculator.html +%%GRASS_INST_DIR%%/docs/html/r3.mask.html +%%GRASS_INST_DIR%%/docs/html/r3.mkdspf.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.v5d.html +%%GRASS_INST_DIR%%/docs/html/r3.out.vtk.html +%%GRASS_INST_DIR%%/docs/html/r3.stats.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/r_gwflow_concept.png +%%GRASS_INST_DIR%%/docs/html/r_in_wms_nc_landcover_wms.jpg +%%GRASS_INST_DIR%%/docs/html/r_lake_lidar_dem.jpg +%%GRASS_INST_DIR%%/docs/html/r_li_pielou.png +%%GRASS_INST_DIR%%/docs/html/r_li_renyi.png +%%GRASS_INST_DIR%%/docs/html/r_param_scale_morph.jpg +%%GRASS_INST_DIR%%/docs/html/r_sim_water.png +%%GRASS_INST_DIR%%/docs/html/r_surf_fractal.jpg +%%GRASS_INST_DIR%%/docs/html/r_surf_gauss_hist.png +%%GRASS_INST_DIR%%/docs/html/r_surf_random_hist.png +%%GRASS_INST_DIR%%/docs/html/r_water_outlet.png +%%GRASS_INST_DIR%%/docs/html/raster3dintro.html +%%GRASS_INST_DIR%%/docs/html/rasterintro.html +%%GRASS_INST_DIR%%/docs/html/rcost_knightsmove.png +%%GRASS_INST_DIR%%/docs/html/rgb_brovey.jpg +%%GRASS_INST_DIR%%/docs/html/rgb_originals.jpg +%%GRASS_INST_DIR%%/docs/html/rliDominance_formula.png +%%GRASS_INST_DIR%%/docs/html/rliEdgeDensity_formula1.png +%%GRASS_INST_DIR%%/docs/html/rliEdgeDensity_formula2.png +%%GRASS_INST_DIR%%/docs/html/rliRichness_formula.png +%%GRASS_INST_DIR%%/docs/html/rliShannon_formula.png +%%GRASS_INST_DIR%%/docs/html/rliSimpson_formula.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/rterraflow_dir2.png +%%GRASS_INST_DIR%%/docs/html/rterraflow_dir3.png +%%GRASS_INST_DIR%%/docs/html/sampleAreas.jpg +%%GRASS_INST_DIR%%/docs/html/slope.png +%%GRASS_INST_DIR%%/docs/html/sql.html +%%GRASS_INST_DIR%%/docs/html/tasscap1.jpg +%%GRASS_INST_DIR%%/docs/html/tasscap2.jpg +%%GRASS_INST_DIR%%/docs/html/tasscap3.jpg +%%GRASS_INST_DIR%%/docs/html/tasscap4.jpg +%%GRASS_INST_DIR%%/docs/html/tcurv.png +%%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.colors.html +%%GRASS_INST_DIR%%/docs/html/v.convert.all.html +%%GRASS_INST_DIR%%/docs/html/v.convert.html +%%GRASS_INST_DIR%%/docs/html/v.db.addcol.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.dropcol.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.renamecol.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.delaunay.html +%%GRASS_INST_DIR%%/docs/html/v.digit.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.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.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.garmin.html +%%GRASS_INST_DIR%%/docs/html/v.in.geonames.html +%%GRASS_INST_DIR%%/docs/html/v.in.gns.html +%%GRASS_INST_DIR%%/docs/html/v.in.gpsbabel.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.sites.all.html +%%GRASS_INST_DIR%%/docs/html/v.in.sites.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.gpsbabel.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.parallel.html +%%GRASS_INST_DIR%%/docs/html/v.patch.html +%%GRASS_INST_DIR%%/docs/html/v.perturb.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.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.to.3d.html +%%GRASS_INST_DIR%%/docs/html/v.to.db.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.univar.sh.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.vect.html +%%GRASS_INST_DIR%%/docs/html/v_clean_rmsa.png +%%GRASS_INST_DIR%%/docs/html/v_hull.png +%%GRASS_INST_DIR%%/docs/html/v_label_sa.jpg +%%GRASS_INST_DIR%%/docs/html/v_net_alloc.png +%%GRASS_INST_DIR%%/docs/html/v_net_alloc_time.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_urban_census2000.png +%%GRASS_INST_DIR%%/docs/html/v_overlay_urbanarea.png +%%GRASS_INST_DIR%%/docs/html/v_voronoi_delaunay.png +%%GRASS_INST_DIR%%/docs/html/variables.html +%%GRASS_INST_DIR%%/docs/html/vectorintro.html +%%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/wxGUI.Attribute_Table_Manager.html +%%GRASS_INST_DIR%%/docs/html/wxGUI.Components.html +%%GRASS_INST_DIR%%/docs/html/wxGUI.GCP_Manager.html +%%GRASS_INST_DIR%%/docs/html/wxGUI.Modeler.html +%%GRASS_INST_DIR%%/docs/html/wxGUI.Nviz.html +%%GRASS_INST_DIR%%/docs/html/wxGUI.PsMap.html +%%GRASS_INST_DIR%%/docs/html/wxGUI.Vector_Digitizer.html +%%GRASS_INST_DIR%%/docs/html/wxGUI.html +%%GRASS_INST_DIR%%/docs/html/wxGUI_GCP_Manager.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_modeler.jpg +%%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_vector_digitizer_toolbar.jpg +%%GRASS_INST_DIR%%/docs/html/xdriver.html +%%MOTIF%%%%GRASS_INST_DIR%%/docs/html/xganim.html +%%GRASS_INST_DIR%%/driver/HTMLMAP +%%GRASS_INST_DIR%%/driver/PNG +%%GRASS_INST_DIR%%/driver/PS +%%GRASS_INST_DIR%%/driver/XDRIVER +%%GRASS_INST_DIR%%/driver/cairo +%%GRASS_INST_DIR%%/driver/db/dbf +%%MYSQL%%%%GRASS_INST_DIR%%/driver/db/mysql +%%ODBC%%%%GRASS_INST_DIR%%/driver/db/odbc +%%GRASS_INST_DIR%%/driver/db/ogr +%%PGSQL%%%%GRASS_INST_DIR%%/driver/db/pg +%%SQLITE%%%%GRASS_INST_DIR%%/driver/db/sqlite +%%GRASS_INST_DIR%%/etc/FIPS.code +%%GRASS_INST_DIR%%/etc/Init.sh +%%GRASS_INST_DIR%%/etc/VERSIONNUMBER +%%GRASS_INST_DIR%%/etc/bmif_to_cell +%%GRASS_INST_DIR%%/etc/clean_temp +%%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/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/gdd +%%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/ndvi +%%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_monthly +%%GRASS_INST_DIR%%/etc/colors/rainbow +%%GRASS_INST_DIR%%/etc/colors/ramp +%%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/srtm +%%GRASS_INST_DIR%%/etc/colors/terrain +%%GRASS_INST_DIR%%/etc/colors/wave +%%GRASS_INST_DIR%%/etc/colors.desc +%%GRASS_INST_DIR%%/etc/current_time_s_ms +%%GRASS_INST_DIR%%/etc/d.polar/ps_defs.eps +%%GRASS_INST_DIR%%/etc/d.rast.edit.tcl +%%GRASS_INST_DIR%%/etc/datum.table +%%GRASS_INST_DIR%%/etc/datumtransform.table +%%GRASS_INST_DIR%%/etc/db.test/test1 +%%GRASS_INST_DIR%%/etc/dm/barscale.gif +%%GRASS_INST_DIR%%/etc/dm/barscale.tcl +%%GRASS_INST_DIR%%/etc/dm/chart.gif +%%GRASS_INST_DIR%%/etc/dm/chart.tcl +%%GRASS_INST_DIR%%/etc/dm/cmd.gif +%%GRASS_INST_DIR%%/etc/dm/cmd.tcl +%%GRASS_INST_DIR%%/etc/dm/columns.gif +%%GRASS_INST_DIR%%/etc/dm/copy.gif +%%GRASS_INST_DIR%%/etc/dm/cut.gif +%%GRASS_INST_DIR%%/etc/dm/d.m.tcl +%%GRASS_INST_DIR%%/etc/dm/dig.gif +%%GRASS_INST_DIR%%/etc/dm/display.all.gif +%%GRASS_INST_DIR%%/etc/dm/display.gif +%%GRASS_INST_DIR%%/etc/dm/display.region.gif +%%GRASS_INST_DIR%%/etc/dm/dtext.gif +%%GRASS_INST_DIR%%/etc/dm/dtext.tcl +%%GRASS_INST_DIR%%/etc/dm/erase.gif +%%GRASS_INST_DIR%%/etc/dm/fly.gif +%%GRASS_INST_DIR%%/etc/dm/frames.gif +%%GRASS_INST_DIR%%/etc/dm/frames.tcl +%%GRASS_INST_DIR%%/etc/dm/fttext.gif +%%GRASS_INST_DIR%%/etc/dm/fttext.tcl +%%GRASS_INST_DIR%%/etc/dm/grass.gif +%%GRASS_INST_DIR%%/etc/dm/grassabout.tcl +%%GRASS_INST_DIR%%/etc/dm/grid.gif +%%GRASS_INST_DIR%%/etc/dm/gridline.tcl +%%GRASS_INST_DIR%%/etc/dm/group.gif +%%GRASS_INST_DIR%%/etc/dm/group.tcl +%%GRASS_INST_DIR%%/etc/dm/intro.gif +%%GRASS_INST_DIR%%/etc/dm/labels.gif +%%GRASS_INST_DIR%%/etc/dm/labels.tcl +%%GRASS_INST_DIR%%/etc/dm/legend.gif +%%GRASS_INST_DIR%%/etc/dm/legend.tcl +%%GRASS_INST_DIR%%/etc/dm/measure.gif +%%GRASS_INST_DIR%%/etc/dm/menu.tcl +%%GRASS_INST_DIR%%/etc/dm/new.gif +%%GRASS_INST_DIR%%/etc/dm/nviz.gif +%%GRASS_INST_DIR%%/etc/dm/open.gif +%%GRASS_INST_DIR%%/etc/dm/pan.gif +%%GRASS_INST_DIR%%/etc/dm/position.gif +%%GRASS_INST_DIR%%/etc/dm/print.gif +%%GRASS_INST_DIR%%/etc/dm/print.tcl +%%GRASS_INST_DIR%%/etc/dm/query.gif +%%GRASS_INST_DIR%%/etc/dm/raster.gif +%%GRASS_INST_DIR%%/etc/dm/raster.tcl +%%GRASS_INST_DIR%%/etc/dm/rgbhis.gif +%%GRASS_INST_DIR%%/etc/dm/rgbhis.tcl +%%GRASS_INST_DIR%%/etc/dm/save.gif +%%GRASS_INST_DIR%%/etc/dm/script/d.colors.sh +%%GRASS_INST_DIR%%/etc/dm/script/d.shadedmap +%%GRASS_INST_DIR%%/etc/dm/script/d.text.sh +%%GRASS_INST_DIR%%/etc/dm/script/d.title.sh +%%GRASS_INST_DIR%%/etc/dm/script/print.sh +%%GRASS_INST_DIR%%/etc/dm/script/r.colors.rules +%%GRASS_INST_DIR%%/etc/dm/script/r.reclass.file +%%GRASS_INST_DIR%%/etc/dm/script/r.reclass.rules +%%GRASS_INST_DIR%%/etc/dm/script/r.recode.file +%%GRASS_INST_DIR%%/etc/dm/script/r.recode.rules +%%GRASS_INST_DIR%%/etc/dm/script/r.support.sh +%%GRASS_INST_DIR%%/etc/dm/script/v.in.asciipoints +%%GRASS_INST_DIR%%/etc/dm/thematic.gif +%%GRASS_INST_DIR%%/etc/dm/thematic.tcl +%%GRASS_INST_DIR%%/etc/dm/tksys.tcl +%%GRASS_INST_DIR%%/etc/dm/tool1.tcl +%%GRASS_INST_DIR%%/etc/dm/tool2.tcl +%%GRASS_INST_DIR%%/etc/dm/tree.tcl +%%GRASS_INST_DIR%%/etc/dm/vector.gif +%%GRASS_INST_DIR%%/etc/dm/vector.tcl +%%GRASS_INST_DIR%%/etc/dm/xganim.gif +%%GRASS_INST_DIR%%/etc/dm/zoom.back.gif +%%GRASS_INST_DIR%%/etc/dm/zoom.gif +%%GRASS_INST_DIR%%/etc/echo +%%GRASS_INST_DIR%%/etc/element_list +%%GRASS_INST_DIR%%/etc/ellipse.table +%%GRASS_INST_DIR%%/etc/epsg_option.tcl +%%GRASS_INST_DIR%%/etc/file_option.tcl +%%GRASS_INST_DIR%%/etc/fontcap +%%GRASS_INST_DIR%%/etc/form/form +%%GRASS_INST_DIR%%/etc/form/form.tcl +%%GRASS_INST_DIR%%/etc/form/html_library.tcl +%%GRASS_INST_DIR%%/etc/frame.create +%%GRASS_INST_DIR%%/etc/frame.dumper +%%GRASS_INST_DIR%%/etc/frame.list +%%GRASS_INST_DIR%%/etc/frame.select +%%GRASS_INST_DIR%%/etc/g.mapsets.tcl +%%GRASS_INST_DIR%%/etc/gem/skeleton/README +%%GRASS_INST_DIR%%/etc/gem/skeleton/authors +%%GRASS_INST_DIR%%/etc/gem/skeleton/bugs +%%GRASS_INST_DIR%%/etc/gem/skeleton/commands +%%GRASS_INST_DIR%%/etc/gem/skeleton/depends +%%GRASS_INST_DIR%%/etc/gem/skeleton/description +%%GRASS_INST_DIR%%/etc/gem/skeleton/entries-gisman +%%GRASS_INST_DIR%%/etc/gem/skeleton/entries-gisman2 +%%GRASS_INST_DIR%%/etc/gem/skeleton/headers +%%GRASS_INST_DIR%%/etc/gem/skeleton/id +%%GRASS_INST_DIR%%/etc/gem/skeleton/info +%%GRASS_INST_DIR%%/etc/gem/skeleton/libs +%%GRASS_INST_DIR%%/etc/gem/skeleton/license +%%GRASS_INST_DIR%%/etc/gem/skeleton/name +%%GRASS_INST_DIR%%/etc/gem/skeleton/post +%%GRASS_INST_DIR%%/etc/gem/skeleton/uninstall +%%GRASS_INST_DIR%%/etc/gem/skeleton/version +%%GRASS_INST_DIR%%/etc/gis_set.tcl +%%GRASS_INST_DIR%%/etc/gm/animate.tcl +%%GRASS_INST_DIR%%/etc/gm/barscale.tcl +%%GRASS_INST_DIR%%/etc/gm/chart.tcl +%%GRASS_INST_DIR%%/etc/gm/cmd.tcl +%%GRASS_INST_DIR%%/etc/gm/commonlayer.tcl +%%GRASS_INST_DIR%%/etc/gm/dnviz.tcl +%%GRASS_INST_DIR%%/etc/gm/dtext.tcl +%%GRASS_INST_DIR%%/etc/gm/frames.tcl +%%GRASS_INST_DIR%%/etc/gm/georect.tcl +%%GRASS_INST_DIR%%/etc/gm/georecttool.tcl +%%GRASS_INST_DIR%%/etc/gm/gm.tcl +%%GRASS_INST_DIR%%/etc/gm/gmlib.tcl +%%GRASS_INST_DIR%%/etc/gm/gmmenu.tcl +%%GRASS_INST_DIR%%/etc/gm/gmtool1.tcl +%%GRASS_INST_DIR%%/etc/gm/gmtool2.tcl +%%GRASS_INST_DIR%%/etc/gm/gmtree.tcl +%%GRASS_INST_DIR%%/etc/gm/grassabout.tcl +%%GRASS_INST_DIR%%/etc/gm/gridline.tcl +%%GRASS_INST_DIR%%/etc/gm/group.tcl +%%GRASS_INST_DIR%%/etc/gm/histogram.tcl +%%GRASS_INST_DIR%%/etc/gm/intro.gif +%%GRASS_INST_DIR%%/etc/gm/labels.tcl +%%GRASS_INST_DIR%%/etc/gm/legend.tcl +%%GRASS_INST_DIR%%/etc/gm/mapcanvas.tcl +%%GRASS_INST_DIR%%/etc/gm/maplabels.tcl +%%GRASS_INST_DIR%%/etc/gm/mapprint.tcl +%%GRASS_INST_DIR%%/etc/gm/maptext.tcl +%%GRASS_INST_DIR%%/etc/gm/maptool.tcl +%%GRASS_INST_DIR%%/etc/gm/pkgIndex.tcl +%%GRASS_INST_DIR%%/etc/gm/profile.tcl +%%GRASS_INST_DIR%%/etc/gm/rastarrows.tcl +%%GRASS_INST_DIR%%/etc/gm/raster.tcl +%%GRASS_INST_DIR%%/etc/gm/rastnums.tcl +%%GRASS_INST_DIR%%/etc/gm/rgbhis.tcl +%%GRASS_INST_DIR%%/etc/gm/rules.tcl +%%GRASS_INST_DIR%%/etc/gm/runandoutput.tcl +%%GRASS_INST_DIR%%/etc/gm/thematic.tcl +%%GRASS_INST_DIR%%/etc/gm/tksys.tcl +%%GRASS_INST_DIR%%/etc/gm/vector.tcl +%%GRASS_INST_DIR%%/etc/grass-interface.dtd +%%GRASS_INST_DIR%%/etc/grass-run.sh +%%GRASS_INST_DIR%%/etc/grass-xterm-wrapper +%%GRASS_INST_DIR%%/etc/grass_intro +%%GRASS_INST_DIR%%/etc/grass_write_ascii.style +%%GRASS_INST_DIR%%/etc/grocat +%%GRASS_INST_DIR%%/etc/gtcltk/gmsg.tcl +%%GRASS_INST_DIR%%/etc/gtcltk/gronsole.tcl +%%GRASS_INST_DIR%%/etc/gtcltk/options.tcl +%%GRASS_INST_DIR%%/etc/gtcltk/select.tcl +%%GRASS_INST_DIR%%/etc/gui/icons/grass/channel-blue.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/channel-green.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/channel-his.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/channel-hue.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/channel-intensity.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/channel-red.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/channel-rgb.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/channel-saturation.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/db-columns.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/db-values.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/drawmode-explore.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/drawmode-strict.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/edit-color.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/edit-copy.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/edit-cut.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/element-3d.view.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/element-cell.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/element-grid3.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/element-group.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/element-icons.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/element-labels.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/element-vector.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/element-windows.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/file-new.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/file-open.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/file-print.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/file-save.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/gui-cmd.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/gui-display.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/gui-erase.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/gui-exit.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/gui-ff.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/gui-filesave.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/gui-font.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/gui-gcperase.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/gui-gcpset.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/gui-georect.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/gui-group.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/gui-help.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/gui-layeroptions.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/gui-loop.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/gui-maplabels.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/gui-maptext.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/gui-mapzoom.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/gui-measure.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/gui-mouse.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/gui-overlay.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/gui-pan.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/gui-play.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/gui-pointer.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/gui-profile.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/gui-profiledefine.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/gui-profiledraw.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/gui-profileopt.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/gui-query.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/gui-rabbit.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/gui-rastanalyze.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/gui-rastarrowsdir.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/gui-rastarrowsint.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/gui-redraw.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/gui-rewind.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/gui-rms.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/gui-rplay.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/gui-rv.info.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/gui-snail.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/gui-startmon.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/gui-stepb.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/gui-stepf.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/gui-stop.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/gui-swing.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/gui-zoom_back.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/gui-zoom_current.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/gui-zoom_default.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/gui-zoom_in.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/gui-zoom_map.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/gui-zoom_out.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/gui-zoom_region.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/module-d.barscale.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/module-d.chart.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/module-d.frame.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/module-d.geodesic.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/module-d.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/module-d.graph.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/module-d.grid.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/module-d.histogram.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/module-d.labels.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/module-d.legend.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/module-d.nviz.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/module-d.rast.arrow.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/module-d.rast.num.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/module-d.rgb.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/module-d.rhumbline.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/module-d.shadedmap.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/module-d.text.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/module-d.thematic.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/module-d.vect.chart.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/module-d.vect.thematic.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/module-db.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/module-g.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/module-nviz.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/module-r.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/module-r3.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/module-v.digit.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/module-v.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/module-xganim.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/status-error.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/status-failure.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/status-gism.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/status-message.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/status-out.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/status-running.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/status-success.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/status-warning.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/vdigit/add.vertex.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/vdigit/box.xbm +%%GRASS_INST_DIR%%/etc/gui/icons/grass/vdigit/copy.cats.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/vdigit/cross.xbm +%%GRASS_INST_DIR%%/etc/gui/icons/grass/vdigit/cross45.xbm +%%GRASS_INST_DIR%%/etc/gui/icons/grass/vdigit/delete.line.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/vdigit/display.attributes.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/vdigit/display.cats.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/vdigit/edit.line.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/vdigit/exit.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/vdigit/move.line.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/vdigit/move.vertex.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/vdigit/new.boundary.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/vdigit/new.centroid.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/vdigit/new.line.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/vdigit/new.point.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/vdigit/redraw.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/vdigit/remove.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/vdigit/rm.vertex.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/vdigit/settings.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/vdigit/split.line.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/vdigit/stop.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/vdigit/zoom.default.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/vdigit/zoom.out.centre.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/vdigit/zoom.pan.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/vdigit/zoom.region.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass/vdigit/zoom.window.gif +%%GRASS_INST_DIR%%/etc/gui/icons/grass-48x48.png +%%GRASS_INST_DIR%%/etc/gui/icons/grass-64x64.png +%%GRASS_INST_DIR%%/etc/gui/icons/grass.ico +%%GRASS_INST_DIR%%/etc/gui/icons/grass2/3d-fringe.png +%%GRASS_INST_DIR%%/etc/gui/icons/grass2/3d-help.png +%%GRASS_INST_DIR%%/etc/gui/icons/grass2/3d-light.png +%%GRASS_INST_DIR%%/etc/gui/icons/grass2/3d-raster.png +%%GRASS_INST_DIR%%/etc/gui/icons/grass2/3d-rotate.png +%%GRASS_INST_DIR%%/etc/gui/icons/grass2/3d-settings.png +%%GRASS_INST_DIR%%/etc/gui/icons/grass2/3d-vector.png +%%GRASS_INST_DIR%%/etc/gui/icons/grass2/3d-view.png +%%GRASS_INST_DIR%%/etc/gui/icons/grass2/3d-volume.png +%%GRASS_INST_DIR%%/etc/gui/icons/grass2/attributes-display.png +%%GRASS_INST_DIR%%/etc/gui/icons/grass2/boundary-create.png +%%GRASS_INST_DIR%%/etc/gui/icons/grass2/calculator.png +%%GRASS_INST_DIR%%/etc/gui/icons/grass2/cats-copy.png +%%GRASS_INST_DIR%%/etc/gui/icons/grass2/cats-display.png +%%GRASS_INST_DIR%%/etc/gui/icons/grass2/centroid-create.png +%%GRASS_INST_DIR%%/etc/gui/icons/grass2/check.png +%%GRASS_INST_DIR%%/etc/gui/icons/grass2/create.png +%%GRASS_INST_DIR%%/etc/gui/icons/grass2/data-add.png +%%GRASS_INST_DIR%%/etc/gui/icons/grass2/edit.png +%%GRASS_INST_DIR%%/etc/gui/icons/grass2/erase.png +%%GRASS_INST_DIR%%/etc/gui/icons/grass2/execute.png +%%GRASS_INST_DIR%%/etc/gui/icons/grass2/flythrough.png +%%GRASS_INST_DIR%%/etc/gui/icons/grass2/font.png +%%GRASS_INST_DIR%%/etc/gui/icons/grass2/gcp-add.png +%%GRASS_INST_DIR%%/etc/gui/icons/grass2/gcp-create.png +%%GRASS_INST_DIR%%/etc/gui/icons/grass2/gcp-delete.png +%%GRASS_INST_DIR%%/etc/gui/icons/grass2/gcp-remove.png +%%GRASS_INST_DIR%%/etc/gui/icons/grass2/gcp-rms.png +%%GRASS_INST_DIR%%/etc/gui/icons/grass2/gcp-save.png +%%GRASS_INST_DIR%%/etc/gui/icons/grass2/georectify.png +%%GRASS_INST_DIR%%/etc/gui/icons/grass2/help.png +%%GRASS_INST_DIR%%/etc/gui/icons/grass2/image-add.png +%%GRASS_INST_DIR%%/etc/gui/icons/grass2/image-export.png +%%GRASS_INST_DIR%%/etc/gui/icons/grass2/info.png +%%GRASS_INST_DIR%%/etc/gui/icons/grass2/layer-add.png +%%GRASS_INST_DIR%%/etc/gui/icons/grass2/layer-aspect-arrow-add.png +%%GRASS_INST_DIR%%/etc/gui/icons/grass2/layer-cell-cats-add.png +%%GRASS_INST_DIR%%/etc/gui/icons/grass2/layer-command-add.png +%%GRASS_INST_DIR%%/etc/gui/icons/grass2/layer-grid-add.png +%%GRASS_INST_DIR%%/etc/gui/icons/grass2/layer-group-add.png +%%GRASS_INST_DIR%%/etc/gui/icons/grass2/layer-his-add.png +%%GRASS_INST_DIR%%/etc/gui/icons/grass2/layer-import.png +%%GRASS_INST_DIR%%/etc/gui/icons/grass2/layer-label-add.png +%%GRASS_INST_DIR%%/etc/gui/icons/grass2/layer-more.png +%%GRASS_INST_DIR%%/etc/gui/icons/grass2/layer-open.png +%%GRASS_INST_DIR%%/etc/gui/icons/grass2/layer-raster-add.png +%%GRASS_INST_DIR%%/etc/gui/icons/grass2/layer-raster-analyze.png +%%GRASS_INST_DIR%%/etc/gui/icons/grass2/layer-raster-histogram.png +%%GRASS_INST_DIR%%/etc/gui/icons/grass2/layer-raster-more.png +%%GRASS_INST_DIR%%/etc/gui/icons/grass2/layer-raster-profile.png +%%GRASS_INST_DIR%%/etc/gui/icons/grass2/layer-raster3d-add.png +%%GRASS_INST_DIR%%/etc/gui/icons/grass2/layer-redraw.png +%%GRASS_INST_DIR%%/etc/gui/icons/grass2/layer-remove.png +%%GRASS_INST_DIR%%/etc/gui/icons/grass2/layer-rgb-add.png +%%GRASS_INST_DIR%%/etc/gui/icons/grass2/layer-shaded-relief-add.png +%%GRASS_INST_DIR%%/etc/gui/icons/grass2/layer-vector-add.png +%%GRASS_INST_DIR%%/etc/gui/icons/grass2/layer-vector-chart-add.png +%%GRASS_INST_DIR%%/etc/gui/icons/grass2/layer-vector-more.png +%%GRASS_INST_DIR%%/etc/gui/icons/grass2/layer-vector-thematic-add.png +%%GRASS_INST_DIR%%/etc/gui/icons/grass2/legend-add.png +%%GRASS_INST_DIR%%/etc/gui/icons/grass2/line-add.png +%%GRASS_INST_DIR%%/etc/gui/icons/grass2/line-create.png +%%GRASS_INST_DIR%%/etc/gui/icons/grass2/line-delete.png +%%GRASS_INST_DIR%%/etc/gui/icons/grass2/line-edit.png +%%GRASS_INST_DIR%%/etc/gui/icons/grass2/line-move.png +%%GRASS_INST_DIR%%/etc/gui/icons/grass2/line-split.png +%%GRASS_INST_DIR%%/etc/gui/icons/grass2/loop-add.png +%%GRASS_INST_DIR%%/etc/gui/icons/grass2/map-add.png +%%GRASS_INST_DIR%%/etc/gui/icons/grass2/map-export.png +%%GRASS_INST_DIR%%/etc/gui/icons/grass2/map-info.png +%%GRASS_INST_DIR%%/etc/gui/icons/grass2/map-settings.png +%%GRASS_INST_DIR%%/etc/gui/icons/grass2/measure-length.png +%%GRASS_INST_DIR%%/etc/gui/icons/grass2/modeler-main.png +%%GRASS_INST_DIR%%/etc/gui/icons/grass2/modeler-variables.png +%%GRASS_INST_DIR%%/etc/gui/icons/grass2/module-add.png +%%GRASS_INST_DIR%%/etc/gui/icons/grass2/monitor-create.png +%%GRASS_INST_DIR%%/etc/gui/icons/grass2/move.png +%%GRASS_INST_DIR%%/etc/gui/icons/grass2/north-arrow-add.png +%%GRASS_INST_DIR%%/etc/gui/icons/grass2/open.png +%%GRASS_INST_DIR%%/etc/gui/icons/grass2/options.png +%%GRASS_INST_DIR%%/etc/gui/icons/grass2/overlay-add.png +%%GRASS_INST_DIR%%/etc/gui/icons/grass2/page-settings.png +%%GRASS_INST_DIR%%/etc/gui/icons/grass2/pan.png +%%GRASS_INST_DIR%%/etc/gui/icons/grass2/pdf-export.png +%%GRASS_INST_DIR%%/etc/gui/icons/grass2/point-add.png +%%GRASS_INST_DIR%%/etc/gui/icons/grass2/point-create.png +%%GRASS_INST_DIR%%/etc/gui/icons/grass2/pointer.png +%%GRASS_INST_DIR%%/etc/gui/icons/grass2/polygon-create.png +%%GRASS_INST_DIR%%/etc/gui/icons/grass2/print-compose.png +%%GRASS_INST_DIR%%/etc/gui/icons/grass2/print.png +%%GRASS_INST_DIR%%/etc/gui/icons/grass2/ps-export.png +%%GRASS_INST_DIR%%/etc/gui/icons/grass2/python-export.png +%%GRASS_INST_DIR%%/etc/gui/icons/grass2/quit.png +%%GRASS_INST_DIR%%/etc/gui/icons/grass2/rectangle-add.png +%%GRASS_INST_DIR%%/etc/gui/icons/grass2/redo.png +%%GRASS_INST_DIR%%/etc/gui/icons/grass2/redraw.png +%%GRASS_INST_DIR%%/etc/gui/icons/grass2/relation-create.png +%%GRASS_INST_DIR%%/etc/gui/icons/grass2/reload.png +%%GRASS_INST_DIR%%/etc/gui/icons/grass2/save.png +%%GRASS_INST_DIR%%/etc/gui/icons/grass2/scalebar-add.png +%%GRASS_INST_DIR%%/etc/gui/icons/grass2/script-load.png +%%GRASS_INST_DIR%%/etc/gui/icons/grass2/script-save.png +%%GRASS_INST_DIR%%/etc/gui/icons/grass2/settings.png +%%GRASS_INST_DIR%%/etc/gui/icons/grass2/shortest-distance.png +%%GRASS_INST_DIR%%/etc/gui/icons/grass2/show.png +%%GRASS_INST_DIR%%/etc/gui/icons/grass2/table.png +%%GRASS_INST_DIR%%/etc/gui/icons/grass2/text-add.png +%%GRASS_INST_DIR%%/etc/gui/icons/grass2/tools.png +%%GRASS_INST_DIR%%/etc/gui/icons/grass2/undo.png +%%GRASS_INST_DIR%%/etc/gui/icons/grass2/vertex-create.png +%%GRASS_INST_DIR%%/etc/gui/icons/grass2/vertex-delete.png +%%GRASS_INST_DIR%%/etc/gui/icons/grass2/vertex-move.png +%%GRASS_INST_DIR%%/etc/gui/icons/grass2/zoom-extent.png +%%GRASS_INST_DIR%%/etc/gui/icons/grass2/zoom-in.png +%%GRASS_INST_DIR%%/etc/gui/icons/grass2/zoom-last.png +%%GRASS_INST_DIR%%/etc/gui/icons/grass2/zoom-more.png +%%GRASS_INST_DIR%%/etc/gui/icons/grass2/zoom-out.png +%%GRASS_INST_DIR%%/etc/gui/icons/grass_cmd.ico +%%GRASS_INST_DIR%%/etc/gui/icons/grass_dialog.ico +%%GRASS_INST_DIR%%/etc/gui/icons/grass_map.ico +%%GRASS_INST_DIR%%/etc/gui/icons/grass_msys.ico +%%GRASS_INST_DIR%%/etc/gui/icons/grass_nviz.ico +%%GRASS_INST_DIR%%/etc/gui/icons/grass_osgeo.ico +%%GRASS_INST_DIR%%/etc/gui/icons/grass_sql.ico +%%GRASS_INST_DIR%%/etc/gui/icons/grass_tcltk.ico +%%GRASS_INST_DIR%%/etc/gui/icons/grass_web.ico +%%GRASS_INST_DIR%%/etc/gui/icons/msys.ico +%%GRASS_INST_DIR%%/etc/gui/icons/silk/application.png +%%GRASS_INST_DIR%%/etc/gui/icons/silk/application_add.png +%%GRASS_INST_DIR%%/etc/gui/icons/silk/application_delete.png +%%GRASS_INST_DIR%%/etc/gui/icons/silk/application_lightning.png +%%GRASS_INST_DIR%%/etc/gui/icons/silk/application_view_columns.png +%%GRASS_INST_DIR%%/etc/gui/icons/silk/application_view_icons.png +%%GRASS_INST_DIR%%/etc/gui/icons/silk/arrow_inout.png +%%GRASS_INST_DIR%%/etc/gui/icons/silk/arrow_out.png +%%GRASS_INST_DIR%%/etc/gui/icons/silk/arrow_refresh.png +%%GRASS_INST_DIR%%/etc/gui/icons/silk/arrow_undo.png +%%GRASS_INST_DIR%%/etc/gui/icons/silk/bin_closed.png +%%GRASS_INST_DIR%%/etc/gui/icons/silk/bricks.png +%%GRASS_INST_DIR%%/etc/gui/icons/silk/bullet_add.png +%%GRASS_INST_DIR%%/etc/gui/icons/silk/bullet_delete.png +%%GRASS_INST_DIR%%/etc/gui/icons/silk/bullet_go.png +%%GRASS_INST_DIR%%/etc/gui/icons/silk/chart_bar.png +%%GRASS_INST_DIR%%/etc/gui/icons/silk/chart_line.png +%%GRASS_INST_DIR%%/etc/gui/icons/silk/chart_line_add.png +%%GRASS_INST_DIR%%/etc/gui/icons/silk/chart_line_delete.png +%%GRASS_INST_DIR%%/etc/gui/icons/silk/chart_line_edit.png +%%GRASS_INST_DIR%%/etc/gui/icons/silk/chart_line_link.png +%%GRASS_INST_DIR%%/etc/gui/icons/silk/chart_organisation.png +%%GRASS_INST_DIR%%/etc/gui/icons/silk/chart_organisation_add.png +%%GRASS_INST_DIR%%/etc/gui/icons/silk/cog_add.png +%%GRASS_INST_DIR%%/etc/gui/icons/silk/color_swatch.png +%%GRASS_INST_DIR%%/etc/gui/icons/silk/cross.png +%%GRASS_INST_DIR%%/etc/gui/icons/silk/cursor.png +%%GRASS_INST_DIR%%/etc/gui/icons/silk/door_in.png +%%GRASS_INST_DIR%%/etc/gui/icons/silk/error.png +%%GRASS_INST_DIR%%/etc/gui/icons/silk/folder.png +%%GRASS_INST_DIR%%/etc/gui/icons/silk/folder_add.png +%%GRASS_INST_DIR%%/etc/gui/icons/silk/font.png +%%GRASS_INST_DIR%%/etc/gui/icons/silk/grid.png +%%GRASS_INST_DIR%%/etc/gui/icons/silk/his.png +%%GRASS_INST_DIR%%/etc/gui/icons/silk/image_add.png +%%GRASS_INST_DIR%%/etc/gui/icons/silk/image_edit.png +%%GRASS_INST_DIR%%/etc/gui/icons/silk/images.png +%%GRASS_INST_DIR%%/etc/gui/icons/silk/information.png +%%GRASS_INST_DIR%%/etc/gui/icons/silk/layout_content.png +%%GRASS_INST_DIR%%/etc/gui/icons/silk/map.png +%%GRASS_INST_DIR%%/etc/gui/icons/silk/map_add.png +%%GRASS_INST_DIR%%/etc/gui/icons/silk/map_edit.png +%%GRASS_INST_DIR%%/etc/gui/icons/silk/map_go.png +%%GRASS_INST_DIR%%/etc/gui/icons/silk/map_magnify.png +%%GRASS_INST_DIR%%/etc/gui/icons/silk/map_magnify_menu.png +%%GRASS_INST_DIR%%/etc/gui/icons/silk/overlays.png +%%GRASS_INST_DIR%%/etc/gui/icons/silk/page_green.png +%%GRASS_INST_DIR%%/etc/gui/icons/silk/page_save.png +%%GRASS_INST_DIR%%/etc/gui/icons/silk/page_white.png +%%GRASS_INST_DIR%%/etc/gui/icons/silk/page_white_get.png +%%GRASS_INST_DIR%%/etc/gui/icons/silk/page_white_lightning.png +%%GRASS_INST_DIR%%/etc/gui/icons/silk/page_white_picture.png +%%GRASS_INST_DIR%%/etc/gui/icons/silk/picture_empty.png +%%GRASS_INST_DIR%%/etc/gui/icons/silk/picture_save.png +%%GRASS_INST_DIR%%/etc/gui/icons/silk/plugin.png +%%GRASS_INST_DIR%%/etc/gui/icons/silk/plugin_add.png +%%GRASS_INST_DIR%%/etc/gui/icons/silk/printer.png +%%GRASS_INST_DIR%%/etc/gui/icons/silk/rgb.png +%%GRASS_INST_DIR%%/etc/gui/icons/silk/shape_handles.png +%%GRASS_INST_DIR%%/etc/gui/icons/silk/shape_square_add.png +%%GRASS_INST_DIR%%/etc/gui/icons/silk/sum.png +%%GRASS_INST_DIR%%/etc/gui/icons/silk/table.png +%%GRASS_INST_DIR%%/etc/gui/icons/silk/table_add.png +%%GRASS_INST_DIR%%/etc/gui/icons/silk/tag_blue_add.png +%%GRASS_INST_DIR%%/etc/gui/icons/silk/tag_green.png +%%GRASS_INST_DIR%%/etc/gui/icons/silk/textfield_add.png +%%GRASS_INST_DIR%%/etc/gui/icons/silk/thematic.png +%%GRASS_INST_DIR%%/etc/gui/icons/silk/vector_add.png +%%GRASS_INST_DIR%%/etc/gui/icons/silk/vector_delete.png +%%GRASS_INST_DIR%%/etc/gui/icons/silk/wand.png +%%GRASS_INST_DIR%%/etc/gui/icons/silk/zoom.png +%%GRASS_INST_DIR%%/etc/gui/icons/silk/zoom_back.png +%%GRASS_INST_DIR%%/etc/gui/icons/silk/zoom_extent.png +%%GRASS_INST_DIR%%/etc/gui/icons/silk/zoom_in.png +%%GRASS_INST_DIR%%/etc/gui/icons/silk/zoom_out.png +%%GRASS_INST_DIR%%/etc/gui/icons/wingrass.ico +%%GRASS_INST_DIR%%/etc/gui/images/grass_form.png +%%GRASS_INST_DIR%%/etc/gui/images/loc_wizard.png +%%GRASS_INST_DIR%%/etc/gui/images/loc_wizard_qgis.png +%%GRASS_INST_DIR%%/etc/gui/images/qgis_world.png +%%GRASS_INST_DIR%%/etc/gui/images/scalebar-fancy.png +%%GRASS_INST_DIR%%/etc/gui/images/scalebar-simple.png +%%GRASS_INST_DIR%%/etc/gui/images/silesia_splash.png +%%GRASS_INST_DIR%%/etc/gui/images/small_down_arrow.png +%%GRASS_INST_DIR%%/etc/gui/images/small_up_arrow.png +%%GRASS_INST_DIR%%/etc/gui/images/startup_banner.gif +%%GRASS_INST_DIR%%/etc/gui/images/symbols/basic/arrow1.png +%%GRASS_INST_DIR%%/etc/gui/images/symbols/basic/arrow2.png +%%GRASS_INST_DIR%%/etc/gui/images/symbols/basic/arrow3.png +%%GRASS_INST_DIR%%/etc/gui/images/symbols/basic/box.png +%%GRASS_INST_DIR%%/etc/gui/images/symbols/basic/circle.png +%%GRASS_INST_DIR%%/etc/gui/images/symbols/basic/cross1.png +%%GRASS_INST_DIR%%/etc/gui/images/symbols/basic/cross2.png +%%GRASS_INST_DIR%%/etc/gui/images/symbols/basic/cross3.png +%%GRASS_INST_DIR%%/etc/gui/images/symbols/basic/diamond.png +%%GRASS_INST_DIR%%/etc/gui/images/symbols/basic/marker.png +%%GRASS_INST_DIR%%/etc/gui/images/symbols/basic/octagon.png +%%GRASS_INST_DIR%%/etc/gui/images/symbols/basic/point.png +%%GRASS_INST_DIR%%/etc/gui/images/symbols/basic/pushpin.png +%%GRASS_INST_DIR%%/etc/gui/images/symbols/basic/star.png +%%GRASS_INST_DIR%%/etc/gui/images/symbols/basic/triangle.png +%%GRASS_INST_DIR%%/etc/gui/images/symbols/basic/x.png +%%GRASS_INST_DIR%%/etc/gui/images/symbols/demo/muchomurka.png +%%GRASS_INST_DIR%%/etc/gui/images/symbols/demo/smrk.png +%%GRASS_INST_DIR%%/etc/gui/images/symbols/extra/4pt_star.png +%%GRASS_INST_DIR%%/etc/gui/images/symbols/extra/adcp.png +%%GRASS_INST_DIR%%/etc/gui/images/symbols/extra/airport.png +%%GRASS_INST_DIR%%/etc/gui/images/symbols/extra/alpha_flag.png +%%GRASS_INST_DIR%%/etc/gui/images/symbols/extra/bridge.png +%%GRASS_INST_DIR%%/etc/gui/images/symbols/extra/compass.png +%%GRASS_INST_DIR%%/etc/gui/images/symbols/extra/dim_arrow.png +%%GRASS_INST_DIR%%/etc/gui/images/symbols/extra/dive_flag.png +%%GRASS_INST_DIR%%/etc/gui/images/symbols/extra/fancy_compass.png +%%GRASS_INST_DIR%%/etc/gui/images/symbols/extra/fiducial.png +%%GRASS_INST_DIR%%/etc/gui/images/symbols/extra/fish.png +%%GRASS_INST_DIR%%/etc/gui/images/symbols/extra/half-box.png +%%GRASS_INST_DIR%%/etc/gui/images/symbols/extra/half-circle.png +%%GRASS_INST_DIR%%/etc/gui/images/symbols/extra/n_arrow1.png +%%GRASS_INST_DIR%%/etc/gui/images/symbols/extra/n_arrow1b.png +%%GRASS_INST_DIR%%/etc/gui/images/symbols/extra/n_arrow2.png +%%GRASS_INST_DIR%%/etc/gui/images/symbols/extra/n_arrow3.png +%%GRASS_INST_DIR%%/etc/gui/images/symbols/extra/n_arrow4.png +%%GRASS_INST_DIR%%/etc/gui/images/symbols/extra/n_arrow5.png +%%GRASS_INST_DIR%%/etc/gui/images/symbols/extra/n_arrow6.png +%%GRASS_INST_DIR%%/etc/gui/images/symbols/extra/n_arrow7a.png +%%GRASS_INST_DIR%%/etc/gui/images/symbols/extra/n_arrow7b.png +%%GRASS_INST_DIR%%/etc/gui/images/symbols/extra/n_arrow8a.png +%%GRASS_INST_DIR%%/etc/gui/images/symbols/extra/n_arrow8b.png +%%GRASS_INST_DIR%%/etc/gui/images/symbols/extra/n_arrow9.png +%%GRASS_INST_DIR%%/etc/gui/images/symbols/extra/offbox_ne.png +%%GRASS_INST_DIR%%/etc/gui/images/symbols/extra/offbox_nw.png +%%GRASS_INST_DIR%%/etc/gui/images/symbols/extra/offbox_se.png +%%GRASS_INST_DIR%%/etc/gui/images/symbols/extra/offbox_sw.png +%%GRASS_INST_DIR%%/etc/gui/images/symbols/extra/pentagon.png +%%GRASS_INST_DIR%%/etc/gui/images/symbols/extra/ping.png +%%GRASS_INST_DIR%%/etc/gui/images/symbols/extra/ring.png +%%GRASS_INST_DIR%%/etc/gui/images/symbols/extra/simple_zia.png +%%GRASS_INST_DIR%%/etc/gui/images/symbols/extra/target.png +%%GRASS_INST_DIR%%/etc/gui/images/symbols/geology/half-arrow_left.png +%%GRASS_INST_DIR%%/etc/gui/images/symbols/geology/half-arrow_right.png +%%GRASS_INST_DIR%%/etc/gui/images/symbols/geology/strike_box.png +%%GRASS_INST_DIR%%/etc/gui/images/symbols/geology/strike_circle.png +%%GRASS_INST_DIR%%/etc/gui/images/symbols/geology/strike_half-bowtie.png +%%GRASS_INST_DIR%%/etc/gui/images/symbols/geology/strike_line.png +%%GRASS_INST_DIR%%/etc/gui/images/symbols/geology/strike_triangle.png +%%GRASS_INST_DIR%%/etc/gui/scripts/d.colors.sh +%%GRASS_INST_DIR%%/etc/gui/scripts/d.path.sh +%%GRASS_INST_DIR%%/etc/gui/scripts/d.rast3d.py +%%GRASS_INST_DIR%%/etc/gui/scripts/g.change.gui.py +%%GRASS_INST_DIR%%/etc/gui/scripts/g.change.gui.sh +%%GRASS_INST_DIR%%/etc/gui/scripts/g.extension.py +%%GRASS_INST_DIR%%/etc/gui/scripts/g.extension.rebuild.all.py +%%GRASS_INST_DIR%%/etc/gui/scripts/r.colors.rules +%%GRASS_INST_DIR%%/etc/gui/scripts/r.mapcalc_wrapper +%%GRASS_INST_DIR%%/etc/gui/scripts/r.reclass.file +%%GRASS_INST_DIR%%/etc/gui/scripts/r.reclass.rules +%%GRASS_INST_DIR%%/etc/gui/scripts/r.recode.file +%%GRASS_INST_DIR%%/etc/gui/scripts/r.recode.rules +%%GRASS_INST_DIR%%/etc/gui/scripts/r.support.sh +%%GRASS_INST_DIR%%/etc/gui/scripts/v.type_wrapper.py +%%GRASS_INST_DIR%%/etc/gui/scripts/v.type_wrapper.sh +%%GRASS_INST_DIR%%/etc/gui.tcl +%%GRASS_INST_DIR%%/etc/i.ask +%%GRASS_INST_DIR%%/etc/i.find +%%GRASS_INST_DIR%%/etc/i.oif/i.oifcalc +%%GRASS_INST_DIR%%/etc/i.oif/m.cutmatrix +%%GRASS_INST_DIR%%/etc/i.photo.2image +%%GRASS_INST_DIR%%/etc/i.photo.2target +%%GRASS_INST_DIR%%/etc/i.photo.camera +%%GRASS_INST_DIR%%/etc/i.photo.elev +%%GRASS_INST_DIR%%/etc/i.photo.init +%%GRASS_INST_DIR%%/etc/i.photo.target +%%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/modcats +%%GRASS_INST_DIR%%/etc/modcolr +%%GRASS_INST_DIR%%/etc/modhead +%%GRASS_INST_DIR%%/etc/modhist +%%GRASS_INST_DIR%%/etc/mon.list +%%GRASS_INST_DIR%%/etc/mon.release +%%GRASS_INST_DIR%%/etc/mon.select +%%GRASS_INST_DIR%%/etc/mon.start +%%GRASS_INST_DIR%%/etc/mon.status +%%GRASS_INST_DIR%%/etc/mon.stop +%%GRASS_INST_DIR%%/etc/mon.which +%%GRASS_INST_DIR%%/etc/monitorcap +%%GRASS_INST_DIR%%/etc/msgs/am.msg +%%GRASS_INST_DIR%%/etc/msgs/ar.msg +%%GRASS_INST_DIR%%/etc/msgs/cs.msg +%%GRASS_INST_DIR%%/etc/msgs/de.msg +%%GRASS_INST_DIR%%/etc/msgs/el.msg +%%GRASS_INST_DIR%%/etc/msgs/es.msg +%%GRASS_INST_DIR%%/etc/msgs/fr.msg +%%GRASS_INST_DIR%%/etc/msgs/hi.msg +%%GRASS_INST_DIR%%/etc/msgs/id.msg +%%GRASS_INST_DIR%%/etc/msgs/it.msg +%%GRASS_INST_DIR%%/etc/msgs/ja.msg +%%GRASS_INST_DIR%%/etc/msgs/ko.msg +%%GRASS_INST_DIR%%/etc/msgs/lv.msg +%%GRASS_INST_DIR%%/etc/msgs/mr.msg +%%GRASS_INST_DIR%%/etc/msgs/nl.msg +%%GRASS_INST_DIR%%/etc/msgs/pl.msg +%%GRASS_INST_DIR%%/etc/msgs/pt.msg +%%GRASS_INST_DIR%%/etc/msgs/pt_br.msg +%%GRASS_INST_DIR%%/etc/msgs/ru.msg +%%GRASS_INST_DIR%%/etc/msgs/sl.msg +%%GRASS_INST_DIR%%/etc/msgs/th.msg +%%GRASS_INST_DIR%%/etc/msgs/tr.msg +%%GRASS_INST_DIR%%/etc/msgs/vi.msg +%%GRASS_INST_DIR%%/etc/msgs/zh.msg +%%GRASS_INST_DIR%%/etc/nad/FL +%%GRASS_INST_DIR%%/etc/nad/MD +%%GRASS_INST_DIR%%/etc/nad/TN +%%GRASS_INST_DIR%%/etc/nad/WI +%%GRASS_INST_DIR%%/etc/nad/WO +%%GRASS_INST_DIR%%/etc/nad/alaska +%%GRASS_INST_DIR%%/etc/nad/conus +%%GRASS_INST_DIR%%/etc/nad/hawaii +%%GRASS_INST_DIR%%/etc/nad/ntv1_can.dat +%%GRASS_INST_DIR%%/etc/nad/nzgd2kgrid0005.gsb +%%GRASS_INST_DIR%%/etc/nad/prvi +%%GRASS_INST_DIR%%/etc/nad/stgeorge +%%GRASS_INST_DIR%%/etc/nad/stlrnc +%%GRASS_INST_DIR%%/etc/nad/stpaul +%%GRASS_INST_DIR%%/etc/nviz2.2/bitmaps/down +%%GRASS_INST_DIR%%/etc/nviz2.2/bitmaps/flythrough/a_lr.gif +%%GRASS_INST_DIR%%/etc/nviz2.2/bitmaps/flythrough/a_ud.gif +%%GRASS_INST_DIR%%/etc/nviz2.2/bitmaps/flythrough/b_c.gif +%%GRASS_INST_DIR%%/etc/nviz2.2/bitmaps/flythrough/b_cr.gif +%%GRASS_INST_DIR%%/etc/nviz2.2/bitmaps/flythrough/b_l.gif +%%GRASS_INST_DIR%%/etc/nviz2.2/bitmaps/flythrough/b_lc.gif +%%GRASS_INST_DIR%%/etc/nviz2.2/bitmaps/flythrough/b_lr.gif +%%GRASS_INST_DIR%%/etc/nviz2.2/bitmaps/flythrough/b_r.gif +%%GRASS_INST_DIR%%/etc/nviz2.2/bitmaps/flythrough/vuota.gif +%%GRASS_INST_DIR%%/etc/nviz2.2/bitmaps/left +%%GRASS_INST_DIR%%/etc/nviz2.2/bitmaps/right +%%GRASS_INST_DIR%%/etc/nviz2.2/bitmaps/slow_left +%%GRASS_INST_DIR%%/etc/nviz2.2/bitmaps/slow_right +%%GRASS_INST_DIR%%/etc/nviz2.2/bitmaps/stop +%%GRASS_INST_DIR%%/etc/nviz2.2/bitmaps/trash +%%GRASS_INST_DIR%%/etc/nviz2.2/bitmaps/trash.gif +%%GRASS_INST_DIR%%/etc/nviz2.2/bitmaps/up +%%GRASS_INST_DIR%%/etc/nviz2.2/msgs/de.msg +%%GRASS_INST_DIR%%/etc/nviz2.2/msgs/fr.msg +%%GRASS_INST_DIR%%/etc/nviz2.2/msgs/it.msg +%%GRASS_INST_DIR%%/etc/nviz2.2/msgs/ja.msg +%%GRASS_INST_DIR%%/etc/nviz2.2/msgs/lv.msg +%%GRASS_INST_DIR%%/etc/nviz2.2/msgs/nl.msg +%%GRASS_INST_DIR%%/etc/nviz2.2/msgs/pl.msg +%%GRASS_INST_DIR%%/etc/nviz2.2/msgs/ro.msg +%%GRASS_INST_DIR%%/etc/nviz2.2/nviz +%%GRASS_INST_DIR%%/etc/nviz2.2/scripts/ACS_utils.tcl +%%GRASS_INST_DIR%%/etc/nviz2.2/scripts/assoc.tcl +%%GRASS_INST_DIR%%/etc/nviz2.2/scripts/attIsosurfPopup.tcl +%%GRASS_INST_DIR%%/etc/nviz2.2/scripts/attPopup.tcl +%%GRASS_INST_DIR%%/etc/nviz2.2/scripts/colorPopup.tcl +%%GRASS_INST_DIR%%/etc/nviz2.2/scripts/config.tcl +%%GRASS_INST_DIR%%/etc/nviz2.2/scripts/configIndex +%%GRASS_INST_DIR%%/etc/nviz2.2/scripts/cutplane_channels.tcl +%%GRASS_INST_DIR%%/etc/nviz2.2/scripts/extra_bindings.tcl +%%GRASS_INST_DIR%%/etc/nviz2.2/scripts/fileBrowser.tcl +%%GRASS_INST_DIR%%/etc/nviz2.2/scripts/filemapBrowser.tcl +%%GRASS_INST_DIR%%/etc/nviz2.2/scripts/flythrough.tcl +%%GRASS_INST_DIR%%/etc/nviz2.2/scripts/mapBrowser.tcl +%%GRASS_INST_DIR%%/etc/nviz2.2/scripts/multimapBrowser.tcl +%%GRASS_INST_DIR%%/etc/nviz2.2/scripts/nviz2.2_script +%%GRASS_INST_DIR%%/etc/nviz2.2/scripts/nviz_init.tcl +%%GRASS_INST_DIR%%/etc/nviz2.2/scripts/nviz_params +%%GRASS_INST_DIR%%/etc/nviz2.2/scripts/panelIndex +%%GRASS_INST_DIR%%/etc/nviz2.2/scripts/panel_animation.tcl +%%GRASS_INST_DIR%%/etc/nviz2.2/scripts/panel_arrow.tcl +%%GRASS_INST_DIR%%/etc/nviz2.2/scripts/panel_color.tcl +%%GRASS_INST_DIR%%/etc/nviz2.2/scripts/panel_cutplane.tcl +%%GRASS_INST_DIR%%/etc/nviz2.2/scripts/panel_fringe.tcl +%%GRASS_INST_DIR%%/etc/nviz2.2/scripts/panel_kanimator.tcl +%%GRASS_INST_DIR%%/etc/nviz2.2/scripts/panel_label.tcl +%%GRASS_INST_DIR%%/etc/nviz2.2/scripts/panel_legend.tcl +%%GRASS_INST_DIR%%/etc/nviz2.2/scripts/panel_lights.tcl +%%GRASS_INST_DIR%%/etc/nviz2.2/scripts/panel_main.tcl +%%GRASS_INST_DIR%%/etc/nviz2.2/scripts/panel_pos.tcl +%%GRASS_INST_DIR%%/etc/nviz2.2/scripts/panel_resize.tcl +%%GRASS_INST_DIR%%/etc/nviz2.2/scripts/panel_rquery.tcl +%%GRASS_INST_DIR%%/etc/nviz2.2/scripts/panel_scale.tcl +%%GRASS_INST_DIR%%/etc/nviz2.2/scripts/panel_sdiff.tcl +%%GRASS_INST_DIR%%/etc/nviz2.2/scripts/panel_site.tcl +%%GRASS_INST_DIR%%/etc/nviz2.2/scripts/panel_surf.tcl +%%GRASS_INST_DIR%%/etc/nviz2.2/scripts/panel_tst.tcl +%%GRASS_INST_DIR%%/etc/nviz2.2/scripts/panel_vect.tcl +%%GRASS_INST_DIR%%/etc/nviz2.2/scripts/panel_vol.tcl +%%GRASS_INST_DIR%%/etc/nviz2.2/scripts/panel_vquery.tcl +%%GRASS_INST_DIR%%/etc/nviz2.2/scripts/position_procs.tcl +%%GRASS_INST_DIR%%/etc/nviz2.2/scripts/queue.tcl +%%GRASS_INST_DIR%%/etc/nviz2.2/scripts/script_file_tools +%%GRASS_INST_DIR%%/etc/nviz2.2/scripts/script_get_line +%%GRASS_INST_DIR%%/etc/nviz2.2/scripts/script_play +%%GRASS_INST_DIR%%/etc/nviz2.2/scripts/script_support.tcl +%%GRASS_INST_DIR%%/etc/nviz2.2/scripts/script_tools +%%GRASS_INST_DIR%%/etc/nviz2.2/scripts/send_support.tcl +%%GRASS_INST_DIR%%/etc/nviz2.2/scripts/site_attr.tcl +%%GRASS_INST_DIR%%/etc/nviz2.2/scripts/structlib.tcl +%%GRASS_INST_DIR%%/etc/nviz2.2/scripts/tclIndex +%%GRASS_INST_DIR%%/etc/nviz2.2/scripts/unique.tcl +%%GRASS_INST_DIR%%/etc/nviz2.2/scripts/widgets.tcl +%%GRASS_INST_DIR%%/etc/nviz2.2/scripts/wirecolorPopup.tcl +%%GRASS_INST_DIR%%/etc/ogr_csv/coordinate_axis.csv +%%GRASS_INST_DIR%%/etc/ogr_csv/ellipsoid.csv +%%GRASS_INST_DIR%%/etc/ogr_csv/gcs.csv +%%GRASS_INST_DIR%%/etc/ogr_csv/gcs.override.csv +%%GRASS_INST_DIR%%/etc/ogr_csv/gdal_datum.csv +%%GRASS_INST_DIR%%/etc/ogr_csv/gt_datum.csv +%%GRASS_INST_DIR%%/etc/ogr_csv/gt_ellips.csv +%%GRASS_INST_DIR%%/etc/ogr_csv/pcs.csv +%%GRASS_INST_DIR%%/etc/ogr_csv/pcs.override.csv +%%GRASS_INST_DIR%%/etc/ogr_csv/prime_meridian.csv +%%GRASS_INST_DIR%%/etc/ogr_csv/projop_wparm.csv +%%GRASS_INST_DIR%%/etc/ogr_csv/stateplane.csv +%%GRASS_INST_DIR%%/etc/ogr_csv/unit_of_measure.csv +%%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/poly_to_bmif +%%GRASS_INST_DIR%%/etc/proj-desc.table +%%GRASS_INST_DIR%%/etc/proj-parms.table +%%GRASS_INST_DIR%%/etc/proj-units.table +%%GRASS_INST_DIR%%/etc/projections +%%GRASS_INST_DIR%%/etc/prompt.sh +%%GRASS_INST_DIR%%/etc/psdriver.ps +%%GRASS_INST_DIR%%/etc/python/grass/__init__.py +%%GRASS_INST_DIR%%/etc/python/grass/__init__.pyc +%%GRASS_INST_DIR%%/etc/python/grass/lib/__init__.py +%%GRASS_INST_DIR%%/etc/python/grass/lib/__init__.pyc +%%GRASS_INST_DIR%%/etc/python/grass/lib/arraystats.py +%%GRASS_INST_DIR%%/etc/python/grass/lib/arraystats.pyc +%%GRASS_INST_DIR%%/etc/python/grass/lib/cluster.py +%%GRASS_INST_DIR%%/etc/python/grass/lib/cluster.pyc +%%GRASS_INST_DIR%%/etc/python/grass/lib/ctypes_loader.py +%%GRASS_INST_DIR%%/etc/python/grass/lib/ctypes_loader.pyc +%%GRASS_INST_DIR%%/etc/python/grass/lib/ctypes_preamble.py +%%GRASS_INST_DIR%%/etc/python/grass/lib/ctypes_preamble.pyc +%%GRASS_INST_DIR%%/etc/python/grass/lib/date.py +%%GRASS_INST_DIR%%/etc/python/grass/lib/date.pyc +%%GRASS_INST_DIR%%/etc/python/grass/lib/dbmi.py +%%GRASS_INST_DIR%%/etc/python/grass/lib/dbmi.pyc +%%GRASS_INST_DIR%%/etc/python/grass/lib/display.py +%%GRASS_INST_DIR%%/etc/python/grass/lib/display.pyc +%%GRASS_INST_DIR%%/etc/python/grass/lib/g3d.py +%%GRASS_INST_DIR%%/etc/python/grass/lib/g3d.pyc +%%GRASS_INST_DIR%%/etc/python/grass/lib/gis.py +%%GRASS_INST_DIR%%/etc/python/grass/lib/gis.pyc +%%GRASS_INST_DIR%%/etc/python/grass/lib/gmath.py +%%GRASS_INST_DIR%%/etc/python/grass/lib/gmath.pyc +%%GRASS_INST_DIR%%/etc/python/grass/lib/imagery.py +%%GRASS_INST_DIR%%/etc/python/grass/lib/imagery.pyc +%%GRASS_INST_DIR%%/etc/python/grass/lib/nviz.py +%%GRASS_INST_DIR%%/etc/python/grass/lib/nviz.pyc +%%GRASS_INST_DIR%%/etc/python/grass/lib/ogsf.py +%%GRASS_INST_DIR%%/etc/python/grass/lib/ogsf.pyc +%%GRASS_INST_DIR%%/etc/python/grass/lib/proj.py +%%GRASS_INST_DIR%%/etc/python/grass/lib/proj.pyc +%%GRASS_INST_DIR%%/etc/python/grass/lib/stats.py +%%GRASS_INST_DIR%%/etc/python/grass/lib/stats.pyc +%%GRASS_INST_DIR%%/etc/python/grass/lib/trans.py +%%GRASS_INST_DIR%%/etc/python/grass/lib/trans.pyc +%%GRASS_INST_DIR%%/etc/python/grass/lib/vector.py +%%GRASS_INST_DIR%%/etc/python/grass/lib/vector.pyc +%%GRASS_INST_DIR%%/etc/python/grass/lib/vedit.py +%%GRASS_INST_DIR%%/etc/python/grass/lib/vedit.pyc +%%GRASS_INST_DIR%%/etc/python/grass/script/__init__.py +%%GRASS_INST_DIR%%/etc/python/grass/script/__init__.pyc +%%GRASS_INST_DIR%%/etc/python/grass/script/array.py +%%GRASS_INST_DIR%%/etc/python/grass/script/array.pyc +%%GRASS_INST_DIR%%/etc/python/grass/script/core.py +%%GRASS_INST_DIR%%/etc/python/grass/script/core.pyc +%%GRASS_INST_DIR%%/etc/python/grass/script/db.py +%%GRASS_INST_DIR%%/etc/python/grass/script/db.pyc +%%GRASS_INST_DIR%%/etc/python/grass/script/raster.py +%%GRASS_INST_DIR%%/etc/python/grass/script/raster.pyc +%%GRASS_INST_DIR%%/etc/python/grass/script/setup.py +%%GRASS_INST_DIR%%/etc/python/grass/script/setup.pyc +%%GRASS_INST_DIR%%/etc/python/grass/script/task.py +%%GRASS_INST_DIR%%/etc/python/grass/script/task.pyc +%%GRASS_INST_DIR%%/etc/python/grass/script/vector.py +%%GRASS_INST_DIR%%/etc/python/grass/script/vector.pyc +%%GRASS_INST_DIR%%/etc/r.in.wms/r.in.gdalwarp +%%GRASS_INST_DIR%%/etc/r.in.wms/wms.download +%%GRASS_INST_DIR%%/etc/r.in.wms/wms.request +%%GRASS_INST_DIR%%/etc/r.li.setup/area_query +%%GRASS_INST_DIR%%/etc/r.li.setup/circle.txt +%%GRASS_INST_DIR%%/etc/r.li.setup/masked_area_selection.sh +%%GRASS_INST_DIR%%/etc/r.li.setup/polygon.txt +%%GRASS_INST_DIR%%/etc/r.li.setup/r.li.setup.main +%%GRASS_INST_DIR%%/etc/r.li.setup/r.li.setup.procedures.tcl +%%GRASS_INST_DIR%%/etc/r.li.setup/r.li.windows.tcl +%%GRASS_INST_DIR%%/etc/r.li.setup/sample_area_vector.sh +%%GRASS_INST_DIR%%/etc/r.li.setup/square_mouse_selection.sh +%%GRASS_INST_DIR%%/etc/r.li.setup/square_query +%%GRASS_INST_DIR%%/etc/r.watershed.ram +%%GRASS_INST_DIR%%/etc/r.watershed.seg +%%GRASS_INST_DIR%%/etc/run +%%GRASS_INST_DIR%%/etc/set_data +%%GRASS_INST_DIR%%/etc/state27 +%%GRASS_INST_DIR%%/etc/state83 +%%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/marker +%%GRASS_INST_DIR%%/etc/symbol/basic/octagon +%%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/compass +%%GRASS_INST_DIR%%/etc/symbol/extra/dim_arrow +%%GRASS_INST_DIR%%/etc/symbol/extra/dive_flag +%%GRASS_INST_DIR%%/etc/symbol/extra/fancy_compass +%%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/n_arrow1 +%%GRASS_INST_DIR%%/etc/symbol/extra/n_arrow1b +%%GRASS_INST_DIR%%/etc/symbol/extra/n_arrow2 +%%GRASS_INST_DIR%%/etc/symbol/extra/n_arrow3 +%%GRASS_INST_DIR%%/etc/symbol/extra/n_arrow4 +%%GRASS_INST_DIR%%/etc/symbol/extra/n_arrow5 +%%GRASS_INST_DIR%%/etc/symbol/extra/n_arrow6 +%%GRASS_INST_DIR%%/etc/symbol/extra/n_arrow7a +%%GRASS_INST_DIR%%/etc/symbol/extra/n_arrow7b +%%GRASS_INST_DIR%%/etc/symbol/extra/n_arrow8a +%%GRASS_INST_DIR%%/etc/symbol/extra/n_arrow8b +%%GRASS_INST_DIR%%/etc/symbol/extra/n_arrow9 +%%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/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_half-bowtie +%%GRASS_INST_DIR%%/etc/symbol/geology/strike_line +%%GRASS_INST_DIR%%/etc/symbol/geology/strike_triangle +%%GRASS_INST_DIR%%/etc/v.digit/cats.tcl +%%GRASS_INST_DIR%%/etc/v.digit/form.tcl +%%GRASS_INST_DIR%%/etc/v.digit/html_library.tcl +%%GRASS_INST_DIR%%/etc/v.digit/settings.tcl +%%GRASS_INST_DIR%%/etc/v.digit/toolbox.tcl +%%GRASS_INST_DIR%%/etc/welcome +%%GRASS_INST_DIR%%/etc/wxpython/README +%%GRASS_INST_DIR%%/etc/wxpython/compat/__init__.py +%%GRASS_INST_DIR%%/etc/wxpython/compat/__init__.pyc +%%GRASS_INST_DIR%%/etc/wxpython/compat/subprocess.py +%%GRASS_INST_DIR%%/etc/wxpython/compat/subprocess.pyc +%%GRASS_INST_DIR%%/etc/wxpython/core/__init__.py +%%GRASS_INST_DIR%%/etc/wxpython/core/debug.py +%%GRASS_INST_DIR%%/etc/wxpython/core/debug.pyc +%%GRASS_INST_DIR%%/etc/wxpython/core/gcmd.py +%%GRASS_INST_DIR%%/etc/wxpython/core/gcmd.pyc +%%GRASS_INST_DIR%%/etc/wxpython/core/globalvar.py +%%GRASS_INST_DIR%%/etc/wxpython/core/globalvar.pyc +%%GRASS_INST_DIR%%/etc/wxpython/core/menudata.py +%%GRASS_INST_DIR%%/etc/wxpython/core/menudata.pyc +%%GRASS_INST_DIR%%/etc/wxpython/core/render.py +%%GRASS_INST_DIR%%/etc/wxpython/core/render.pyc +%%GRASS_INST_DIR%%/etc/wxpython/core/settings.py +%%GRASS_INST_DIR%%/etc/wxpython/core/settings.pyc +%%GRASS_INST_DIR%%/etc/wxpython/core/units.py +%%GRASS_INST_DIR%%/etc/wxpython/core/units.pyc +%%GRASS_INST_DIR%%/etc/wxpython/core/utils.py +%%GRASS_INST_DIR%%/etc/wxpython/core/utils.pyc +%%GRASS_INST_DIR%%/etc/wxpython/core/workspace.py +%%GRASS_INST_DIR%%/etc/wxpython/core/workspace.pyc +%%GRASS_INST_DIR%%/etc/wxpython/dbmgr/__init__.py +%%GRASS_INST_DIR%%/etc/wxpython/dbmgr/dialogs.py +%%GRASS_INST_DIR%%/etc/wxpython/dbmgr/dialogs.pyc +%%GRASS_INST_DIR%%/etc/wxpython/dbmgr/manager.py +%%GRASS_INST_DIR%%/etc/wxpython/dbmgr/manager.pyc +%%GRASS_INST_DIR%%/etc/wxpython/dbmgr/sqlbuilder.py +%%GRASS_INST_DIR%%/etc/wxpython/dbmgr/sqlbuilder.pyc +%%GRASS_INST_DIR%%/etc/wxpython/dbmgr/vinfo.py +%%GRASS_INST_DIR%%/etc/wxpython/dbmgr/vinfo.pyc +%%GRASS_INST_DIR%%/etc/wxpython/gcp/__init__.py +%%GRASS_INST_DIR%%/etc/wxpython/gcp/manager.py +%%GRASS_INST_DIR%%/etc/wxpython/gcp/manager.pyc +%%GRASS_INST_DIR%%/etc/wxpython/gcp/mapdisplay.py +%%GRASS_INST_DIR%%/etc/wxpython/gcp/mapdisplay.pyc +%%GRASS_INST_DIR%%/etc/wxpython/gcp/toolbars.py +%%GRASS_INST_DIR%%/etc/wxpython/gcp/toolbars.pyc +%%GRASS_INST_DIR%%/etc/wxpython/gis_set.py +%%GRASS_INST_DIR%%/etc/wxpython/gis_set.pyc +%%GRASS_INST_DIR%%/etc/wxpython/gmodeler/__init__.py +%%GRASS_INST_DIR%%/etc/wxpython/gmodeler/dialogs.py +%%GRASS_INST_DIR%%/etc/wxpython/gmodeler/dialogs.pyc +%%GRASS_INST_DIR%%/etc/wxpython/gmodeler/frame.py +%%GRASS_INST_DIR%%/etc/wxpython/gmodeler/frame.pyc +%%GRASS_INST_DIR%%/etc/wxpython/gmodeler/menudata.py +%%GRASS_INST_DIR%%/etc/wxpython/gmodeler/menudata.pyc +%%GRASS_INST_DIR%%/etc/wxpython/gmodeler/model.py +%%GRASS_INST_DIR%%/etc/wxpython/gmodeler/model.pyc +%%GRASS_INST_DIR%%/etc/wxpython/gmodeler/preferences.py +%%GRASS_INST_DIR%%/etc/wxpython/gmodeler/preferences.pyc +%%GRASS_INST_DIR%%/etc/wxpython/gmodeler/toolbars.py +%%GRASS_INST_DIR%%/etc/wxpython/gmodeler/toolbars.pyc +%%GRASS_INST_DIR%%/etc/wxpython/gui_core/__init__.py +%%GRASS_INST_DIR%%/etc/wxpython/gui_core/dialogs.py +%%GRASS_INST_DIR%%/etc/wxpython/gui_core/dialogs.pyc +%%GRASS_INST_DIR%%/etc/wxpython/gui_core/forms.py +%%GRASS_INST_DIR%%/etc/wxpython/gui_core/forms.pyc +%%GRASS_INST_DIR%%/etc/wxpython/gui_core/ghelp.py +%%GRASS_INST_DIR%%/etc/wxpython/gui_core/ghelp.pyc +%%GRASS_INST_DIR%%/etc/wxpython/gui_core/goutput.py +%%GRASS_INST_DIR%%/etc/wxpython/gui_core/goutput.pyc +%%GRASS_INST_DIR%%/etc/wxpython/gui_core/gselect.py +%%GRASS_INST_DIR%%/etc/wxpython/gui_core/gselect.pyc +%%GRASS_INST_DIR%%/etc/wxpython/gui_core/mapdisp.py +%%GRASS_INST_DIR%%/etc/wxpython/gui_core/mapdisp.pyc +%%GRASS_INST_DIR%%/etc/wxpython/gui_core/mapwindow.py +%%GRASS_INST_DIR%%/etc/wxpython/gui_core/mapwindow.pyc +%%GRASS_INST_DIR%%/etc/wxpython/gui_core/menu.py +%%GRASS_INST_DIR%%/etc/wxpython/gui_core/menu.pyc +%%GRASS_INST_DIR%%/etc/wxpython/gui_core/preferences.py +%%GRASS_INST_DIR%%/etc/wxpython/gui_core/preferences.pyc +%%GRASS_INST_DIR%%/etc/wxpython/gui_core/prompt.py +%%GRASS_INST_DIR%%/etc/wxpython/gui_core/prompt.pyc +%%GRASS_INST_DIR%%/etc/wxpython/gui_core/toolbars.py +%%GRASS_INST_DIR%%/etc/wxpython/gui_core/toolbars.pyc +%%GRASS_INST_DIR%%/etc/wxpython/gui_core/widgets.py +%%GRASS_INST_DIR%%/etc/wxpython/gui_core/widgets.pyc +%%GRASS_INST_DIR%%/etc/wxpython/gui_core/wxlibplot.py +%%GRASS_INST_DIR%%/etc/wxpython/gui_core/wxlibplot.pyc +%%GRASS_INST_DIR%%/etc/wxpython/icons/__init__.py +%%GRASS_INST_DIR%%/etc/wxpython/icons/__init__.pyc +%%GRASS_INST_DIR%%/etc/wxpython/icons/grass2_icons.py +%%GRASS_INST_DIR%%/etc/wxpython/icons/grass2_icons.pyc +%%GRASS_INST_DIR%%/etc/wxpython/icons/grass_icons.py +%%GRASS_INST_DIR%%/etc/wxpython/icons/grass_icons.pyc +%%GRASS_INST_DIR%%/etc/wxpython/icons/icon.py +%%GRASS_INST_DIR%%/etc/wxpython/icons/icon.pyc +%%GRASS_INST_DIR%%/etc/wxpython/icons/silk_icons.py +%%GRASS_INST_DIR%%/etc/wxpython/icons/silk_icons.pyc +%%GRASS_INST_DIR%%/etc/wxpython/lmgr/__init__.py +%%GRASS_INST_DIR%%/etc/wxpython/lmgr/frame.py +%%GRASS_INST_DIR%%/etc/wxpython/lmgr/frame.pyc +%%GRASS_INST_DIR%%/etc/wxpython/lmgr/layertree.py +%%GRASS_INST_DIR%%/etc/wxpython/lmgr/layertree.pyc +%%GRASS_INST_DIR%%/etc/wxpython/lmgr/menudata.py +%%GRASS_INST_DIR%%/etc/wxpython/lmgr/menudata.pyc +%%GRASS_INST_DIR%%/etc/wxpython/lmgr/pyshell.py +%%GRASS_INST_DIR%%/etc/wxpython/lmgr/pyshell.pyc +%%GRASS_INST_DIR%%/etc/wxpython/lmgr/toolbars.py +%%GRASS_INST_DIR%%/etc/wxpython/lmgr/toolbars.pyc +%%GRASS_INST_DIR%%/etc/wxpython/location_wizard/__init__.py +%%GRASS_INST_DIR%%/etc/wxpython/location_wizard/base.py +%%GRASS_INST_DIR%%/etc/wxpython/location_wizard/base.pyc +%%GRASS_INST_DIR%%/etc/wxpython/location_wizard/dialogs.py +%%GRASS_INST_DIR%%/etc/wxpython/location_wizard/dialogs.pyc +%%GRASS_INST_DIR%%/etc/wxpython/location_wizard/wizard.py +%%GRASS_INST_DIR%%/etc/wxpython/location_wizard/wizard.pyc +%%GRASS_INST_DIR%%/etc/wxpython/mapdisp/__init__.py +%%GRASS_INST_DIR%%/etc/wxpython/mapdisp/frame.py +%%GRASS_INST_DIR%%/etc/wxpython/mapdisp/frame.pyc +%%GRASS_INST_DIR%%/etc/wxpython/mapdisp/gprint.py +%%GRASS_INST_DIR%%/etc/wxpython/mapdisp/gprint.pyc +%%GRASS_INST_DIR%%/etc/wxpython/mapdisp/main.py +%%GRASS_INST_DIR%%/etc/wxpython/mapdisp/main.pyc +%%GRASS_INST_DIR%%/etc/wxpython/mapdisp/mapwindow.py +%%GRASS_INST_DIR%%/etc/wxpython/mapdisp/mapwindow.pyc +%%GRASS_INST_DIR%%/etc/wxpython/mapdisp/overlays.py +%%GRASS_INST_DIR%%/etc/wxpython/mapdisp/overlays.pyc +%%GRASS_INST_DIR%%/etc/wxpython/mapdisp/statusbar.py +%%GRASS_INST_DIR%%/etc/wxpython/mapdisp/statusbar.pyc +%%GRASS_INST_DIR%%/etc/wxpython/mapdisp/toolbars.py +%%GRASS_INST_DIR%%/etc/wxpython/mapdisp/toolbars.pyc +%%GRASS_INST_DIR%%/etc/wxpython/modules/__init__.py +%%GRASS_INST_DIR%%/etc/wxpython/modules/colorrules.py +%%GRASS_INST_DIR%%/etc/wxpython/modules/colorrules.pyc +%%GRASS_INST_DIR%%/etc/wxpython/modules/extensions.py +%%GRASS_INST_DIR%%/etc/wxpython/modules/extensions.pyc +%%GRASS_INST_DIR%%/etc/wxpython/modules/histogram.py +%%GRASS_INST_DIR%%/etc/wxpython/modules/histogram.pyc +%%GRASS_INST_DIR%%/etc/wxpython/modules/mcalc_builder.py +%%GRASS_INST_DIR%%/etc/wxpython/modules/mcalc_builder.pyc +%%GRASS_INST_DIR%%/etc/wxpython/modules/ogc_services.py +%%GRASS_INST_DIR%%/etc/wxpython/modules/ogc_services.pyc +%%GRASS_INST_DIR%%/etc/wxpython/modules/vclean.py +%%GRASS_INST_DIR%%/etc/wxpython/modules/vclean.pyc +%%GRASS_INST_DIR%%/etc/wxpython/nviz/__init__.py +%%GRASS_INST_DIR%%/etc/wxpython/nviz/animation.py +%%GRASS_INST_DIR%%/etc/wxpython/nviz/animation.pyc +%%GRASS_INST_DIR%%/etc/wxpython/nviz/main.py +%%GRASS_INST_DIR%%/etc/wxpython/nviz/main.pyc +%%GRASS_INST_DIR%%/etc/wxpython/nviz/mapwindow.py +%%GRASS_INST_DIR%%/etc/wxpython/nviz/mapwindow.pyc +%%GRASS_INST_DIR%%/etc/wxpython/nviz/preferences.py +%%GRASS_INST_DIR%%/etc/wxpython/nviz/preferences.pyc +%%GRASS_INST_DIR%%/etc/wxpython/nviz/tools.py +%%GRASS_INST_DIR%%/etc/wxpython/nviz/tools.pyc +%%GRASS_INST_DIR%%/etc/wxpython/nviz/workspace.py +%%GRASS_INST_DIR%%/etc/wxpython/nviz/workspace.pyc +%%GRASS_INST_DIR%%/etc/wxpython/nviz/wxnviz.py +%%GRASS_INST_DIR%%/etc/wxpython/nviz/wxnviz.pyc +%%GRASS_INST_DIR%%/etc/wxpython/psmap/__init__.py +%%GRASS_INST_DIR%%/etc/wxpython/psmap/dialogs.py +%%GRASS_INST_DIR%%/etc/wxpython/psmap/dialogs.pyc +%%GRASS_INST_DIR%%/etc/wxpython/psmap/frame.py +%%GRASS_INST_DIR%%/etc/wxpython/psmap/frame.pyc +%%GRASS_INST_DIR%%/etc/wxpython/psmap/instructions.py +%%GRASS_INST_DIR%%/etc/wxpython/psmap/instructions.pyc +%%GRASS_INST_DIR%%/etc/wxpython/psmap/menudata.py +%%GRASS_INST_DIR%%/etc/wxpython/psmap/menudata.pyc +%%GRASS_INST_DIR%%/etc/wxpython/psmap/toolbars.py +%%GRASS_INST_DIR%%/etc/wxpython/psmap/toolbars.pyc +%%GRASS_INST_DIR%%/etc/wxpython/psmap/utils.py +%%GRASS_INST_DIR%%/etc/wxpython/psmap/utils.pyc +%%GRASS_INST_DIR%%/etc/wxpython/scripts/p.cmd.py +%%GRASS_INST_DIR%%/etc/wxpython/scripts/p.cmd.pyc +%%GRASS_INST_DIR%%/etc/wxpython/scripts/p.db.py +%%GRASS_INST_DIR%%/etc/wxpython/scripts/p.db.pyc +%%GRASS_INST_DIR%%/etc/wxpython/scripts/p.mon.py +%%GRASS_INST_DIR%%/etc/wxpython/scripts/p.mon.pyc +%%GRASS_INST_DIR%%/etc/wxpython/scripts/p.rast.py +%%GRASS_INST_DIR%%/etc/wxpython/scripts/p.rast.pyc +%%GRASS_INST_DIR%%/etc/wxpython/scripts/p.vect.py +%%GRASS_INST_DIR%%/etc/wxpython/scripts/p.vect.pyc +%%GRASS_INST_DIR%%/etc/wxpython/scripts/vkrige.py +%%GRASS_INST_DIR%%/etc/wxpython/scripts/vkrige.pyc +%%GRASS_INST_DIR%%/etc/wxpython/vdigit/__init__.py +%%GRASS_INST_DIR%%/etc/wxpython/vdigit/dialogs.py +%%GRASS_INST_DIR%%/etc/wxpython/vdigit/dialogs.pyc +%%GRASS_INST_DIR%%/etc/wxpython/vdigit/main.py +%%GRASS_INST_DIR%%/etc/wxpython/vdigit/main.pyc +%%GRASS_INST_DIR%%/etc/wxpython/vdigit/mapwindow.py +%%GRASS_INST_DIR%%/etc/wxpython/vdigit/mapwindow.pyc +%%GRASS_INST_DIR%%/etc/wxpython/vdigit/preferences.py +%%GRASS_INST_DIR%%/etc/wxpython/vdigit/preferences.pyc +%%GRASS_INST_DIR%%/etc/wxpython/vdigit/toolbars.py +%%GRASS_INST_DIR%%/etc/wxpython/vdigit/toolbars.pyc +%%GRASS_INST_DIR%%/etc/wxpython/vdigit/wxdigit.py +%%GRASS_INST_DIR%%/etc/wxpython/vdigit/wxdigit.pyc +%%GRASS_INST_DIR%%/etc/wxpython/vdigit/wxdisplay.py +%%GRASS_INST_DIR%%/etc/wxpython/vdigit/wxdisplay.pyc +%%GRASS_INST_DIR%%/etc/wxpython/wxgui.py +%%GRASS_INST_DIR%%/etc/wxpython/wxgui.pyc +%%GRASS_INST_DIR%%/etc/wxpython/wxplot/__init__.py +%%GRASS_INST_DIR%%/etc/wxpython/wxplot/base.py +%%GRASS_INST_DIR%%/etc/wxpython/wxplot/base.pyc +%%GRASS_INST_DIR%%/etc/wxpython/wxplot/dialogs.py +%%GRASS_INST_DIR%%/etc/wxpython/wxplot/dialogs.pyc +%%GRASS_INST_DIR%%/etc/wxpython/wxplot/profile.py +%%GRASS_INST_DIR%%/etc/wxpython/wxplot/profile.pyc +%%GRASS_INST_DIR%%/etc/wxpython/xml/grass-gxm.dtd +%%GRASS_INST_DIR%%/etc/wxpython/xml/grass-gxw.dtd +%%GRASS_INST_DIR%%/etc/wxpython/xml/menudata.xml +%%GRASS_INST_DIR%%/etc/wxpython/xml/menudata_modeler.xml +%%GRASS_INST_DIR%%/etc/wxpython/xml/menudata_psmap.xml +%%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%%/include/Make/Dir.make +%%GRASS_INST_DIR%%/include/Make/Docs.make +%%GRASS_INST_DIR%%/include/Make/Doxygen.make +%%GRASS_INST_DIR%%/include/Make/Grass.make +%%GRASS_INST_DIR%%/include/Make/Html.make +%%GRASS_INST_DIR%%/include/Make/Lib.make +%%GRASS_INST_DIR%%/include/Make/Man.make +%%GRASS_INST_DIR%%/include/Make/Module.make +%%GRASS_INST_DIR%%/include/Make/Multi.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/Shlib.make +%%GRASS_INST_DIR%%/include/Make/Stlib.make +%%GRASS_INST_DIR%%/include/grass/CC.h +%%GRASS_INST_DIR%%/include/grass/G3d.h +%%GRASS_INST_DIR%%/include/grass/N_gwflow.h +%%GRASS_INST_DIR%%/include/grass/N_heatflow.h +%%GRASS_INST_DIR%%/include/grass/N_pde.h +%%GRASS_INST_DIR%%/include/grass/N_solute_transport.h +%%GRASS_INST_DIR%%/include/grass/P_datetime.h +%%GRASS_INST_DIR%%/include/grass/P_site.h +%%GRASS_INST_DIR%%/include/grass/Paintlib.h +%%GRASS_INST_DIR%%/include/grass/PolimiFunct.h +%%GRASS_INST_DIR%%/include/grass/V_.h +%%GRASS_INST_DIR%%/include/grass/Vect.h +%%GRASS_INST_DIR%%/include/grass/arraystats.h +%%GRASS_INST_DIR%%/include/grass/bdlg_bm.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/cdhc.h +%%GRASS_INST_DIR%%/include/grass/cluster.h +%%GRASS_INST_DIR%%/include/grass/codes.h +%%GRASS_INST_DIR%%/include/grass/colors.h +%%GRASS_INST_DIR%%/include/grass/config.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/devlib.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/dgl.h +%%GRASS_INST_DIR%%/include/grass/dig_atts.h +%%GRASS_INST_DIR%%/include/grass/display.h +%%GRASS_INST_DIR%%/include/grass/dlg.h +%%GRASS_INST_DIR%%/include/grass/dlg_bm.h +%%GRASS_INST_DIR%%/include/grass/edit.h +%%GRASS_INST_DIR%%/include/grass/form.h +%%GRASS_INST_DIR%%/include/grass/freetypecap.h +%%GRASS_INST_DIR%%/include/grass/geom.h +%%GRASS_INST_DIR%%/include/grass/gis.h +%%GRASS_INST_DIR%%/include/grass/gisdefs.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/graphics.h +%%GRASS_INST_DIR%%/include/grass/gstypes.h +%%GRASS_INST_DIR%%/include/grass/gsurf.h +%%GRASS_INST_DIR%%/include/grass/help.h +%%GRASS_INST_DIR%%/include/grass/ibtree.h +%%GRASS_INST_DIR%%/include/grass/icon.h +%%GRASS_INST_DIR%%/include/grass/icon_bm.h +%%GRASS_INST_DIR%%/include/grass/imagedefs.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/keyframe.h +%%GRASS_INST_DIR%%/include/grass/kftypes.h +%%GRASS_INST_DIR%%/include/grass/la.h +%%GRASS_INST_DIR%%/include/grass/label_bm.h +%%GRASS_INST_DIR%%/include/grass/lapack.h +%%GRASS_INST_DIR%%/include/grass/libtrans.h +%%GRASS_INST_DIR%%/include/grass/linkm.h +%%GRASS_INST_DIR%%/include/grass/lock.h +%%GRASS_INST_DIR%%/include/grass/lrs.h +%%GRASS_INST_DIR%%/include/grass/monitors.h +%%GRASS_INST_DIR%%/include/grass/neta.h +%%GRASS_INST_DIR%%/include/grass/nviz.h +%%GRASS_INST_DIR%%/include/grass/ogsf_proto.h +%%GRASS_INST_DIR%%/include/grass/ortholib.h +%%GRASS_INST_DIR%%/include/grass/patterns.h +%%GRASS_INST_DIR%%/include/grass/proto_dbmi.h +%%GRASS_INST_DIR%%/include/grass/qtree.h +%%GRASS_INST_DIR%%/include/grass/raster.h +%%GRASS_INST_DIR%%/include/grass/readsites.h +%%GRASS_INST_DIR%%/include/grass/region_bm.h +%%GRASS_INST_DIR%%/include/grass/rowio.h +%%GRASS_INST_DIR%%/include/grass/rtree/card.h +%%GRASS_INST_DIR%%/include/grass/rtree/index.h +%%GRASS_INST_DIR%%/include/grass/rtree/split_q.h +%%GRASS_INST_DIR%%/include/grass/rtree.h +%%GRASS_INST_DIR%%/include/grass/search.h +%%GRASS_INST_DIR%%/include/grass/segment.h +%%GRASS_INST_DIR%%/include/grass/shapefil.h +%%GRASS_INST_DIR%%/include/grass/shhopt.h +%%GRASS_INST_DIR%%/include/grass/site.h +%%GRASS_INST_DIR%%/include/grass/sitelib.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/std_incs.h +%%GRASS_INST_DIR%%/include/grass/symbol.h +%%GRASS_INST_DIR%%/include/grass/transform.h +%%GRASS_INST_DIR%%/include/grass/vask.h +%%GRASS_INST_DIR%%/include/grass/vbuildlib.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/vedit.h +%%GRASS_INST_DIR%%/include/grass/version.h +%%GRASS_INST_DIR%%/include/grass/waterglobs.h +%%GRASS_INST_DIR%%/include/grass/winname.h +%%GRASS_INST_DIR%%/lib/libgrass_I.%%VERSION%%.so +%%GRASS_INST_DIR%%/lib/libgrass_I.so +%%GRASS_INST_DIR%%/lib/libgrass_Iortho.%%VERSION%%.so +%%GRASS_INST_DIR%%/lib/libgrass_Iortho.so +%%GRASS_INST_DIR%%/lib/libgrass_arraystats.%%VERSION%%.so +%%GRASS_INST_DIR%%/lib/libgrass_arraystats.so +%%GRASS_INST_DIR%%/lib/libgrass_bitmap.%%VERSION%%.so +%%GRASS_INST_DIR%%/lib/libgrass_bitmap.so +%%GRASS_INST_DIR%%/lib/libgrass_btree.%%VERSION%%.so +%%GRASS_INST_DIR%%/lib/libgrass_btree.so +%%GRASS_INST_DIR%%/lib/libgrass_cairodriver.so +%%GRASS_INST_DIR%%/lib/libgrass_cairodriver.%%VERSION%%.so +%%GRASS_INST_DIR%%/lib/libgrass_cdhc.%%VERSION%%.so +%%GRASS_INST_DIR%%/lib/libgrass_cdhc.so +%%GRASS_INST_DIR%%/lib/libgrass_cluster.%%VERSION%%.so +%%GRASS_INST_DIR%%/lib/libgrass_cluster.so +%%GRASS_INST_DIR%%/lib/libgrass_datetime.%%VERSION%%.so +%%GRASS_INST_DIR%%/lib/libgrass_datetime.so +%%GRASS_INST_DIR%%/lib/libgrass_dbmibase.%%VERSION%%.so +%%GRASS_INST_DIR%%/lib/libgrass_dbmibase.so +%%GRASS_INST_DIR%%/lib/libgrass_dbmiclient.%%VERSION%%.so +%%GRASS_INST_DIR%%/lib/libgrass_dbmiclient.so +%%GRASS_INST_DIR%%/lib/libgrass_dbmidriver.%%VERSION%%.so +%%GRASS_INST_DIR%%/lib/libgrass_dbmidriver.so +%%GRASS_INST_DIR%%/lib/libgrass_dbstubs.%%VERSION%%.so +%%GRASS_INST_DIR%%/lib/libgrass_dbstubs.so +%%GRASS_INST_DIR%%/lib/libgrass_dgl.%%VERSION%%.so +%%GRASS_INST_DIR%%/lib/libgrass_dgl.so +%%GRASS_INST_DIR%%/lib/libgrass_dig2.%%VERSION%%.so +%%GRASS_INST_DIR%%/lib/libgrass_dig2.so +%%GRASS_INST_DIR%%/lib/libgrass_display.%%VERSION%%.so +%%GRASS_INST_DIR%%/lib/libgrass_display.so +%%GRASS_INST_DIR%%/lib/libgrass_driver.%%VERSION%%.so +%%GRASS_INST_DIR%%/lib/libgrass_driver.so +%%GRASS_INST_DIR%%/lib/libgrass_dspf.%%VERSION%%.so +%%GRASS_INST_DIR%%/lib/libgrass_dspf.so +%%GRASS_INST_DIR%%/lib/libgrass_edit.%%VERSION%%.so +%%GRASS_INST_DIR%%/lib/libgrass_edit.so +%%GRASS_INST_DIR%%/lib/libgrass_form.%%VERSION%%.so +%%GRASS_INST_DIR%%/lib/libgrass_form.so +%%GRASS_INST_DIR%%/lib/libgrass_g3d.%%VERSION%%.so +%%GRASS_INST_DIR%%/lib/libgrass_g3d.so +%%GRASS_INST_DIR%%/lib/libgrass_gis.%%VERSION%%.so +%%GRASS_INST_DIR%%/lib/libgrass_gis.so +%%GRASS_INST_DIR%%/lib/libgrass_gmath.%%VERSION%%.so +%%GRASS_INST_DIR%%/lib/libgrass_gmath.so +%%GRASS_INST_DIR%%/lib/libgrass_gpde.%%VERSION%%.so +%%GRASS_INST_DIR%%/lib/libgrass_gpde.so +%%GRASS_INST_DIR%%/lib/libgrass_gproj.%%VERSION%%.so +%%GRASS_INST_DIR%%/lib/libgrass_gproj.so +%%GRASS_INST_DIR%%/lib/libgrass_interpdata.%%VERSION%%.so +%%GRASS_INST_DIR%%/lib/libgrass_interpdata.so +%%GRASS_INST_DIR%%/lib/libgrass_interpfl.%%VERSION%%.so +%%GRASS_INST_DIR%%/lib/libgrass_interpfl.so +%%GRASS_INST_DIR%%/lib/libgrass_iostream.%%VERSION%%.a +%%GRASS_INST_DIR%%/lib/libgrass_ismap.%%VERSION%%.a +%%GRASS_INST_DIR%%/lib/libgrass_lidar.%%VERSION%%.so +%%GRASS_INST_DIR%%/lib/libgrass_lidar.so +%%GRASS_INST_DIR%%/lib/libgrass_linkm.%%VERSION%%.so +%%GRASS_INST_DIR%%/lib/libgrass_linkm.so +%%GRASS_INST_DIR%%/lib/libgrass_lrs.%%VERSION%%.so +%%GRASS_INST_DIR%%/lib/libgrass_lrs.so +%%GRASS_INST_DIR%%/lib/libgrass_manage.%%VERSION%%.a +%%GRASS_INST_DIR%%/lib/libgrass_neta.%%VERSION%%.so +%%GRASS_INST_DIR%%/lib/libgrass_neta.so +%%GRASS_INST_DIR%%/lib/libgrass_nviz.%%VERSION%%.so +%%GRASS_INST_DIR%%/lib/libgrass_nviz.so +%%GRASS_INST_DIR%%/lib/libgrass_ogsf.%%VERSION%%.so +%%GRASS_INST_DIR%%/lib/libgrass_ogsf.so +%%GRASS_INST_DIR%%/lib/libgrass_pngdriver.%%VERSION%%.so +%%GRASS_INST_DIR%%/lib/libgrass_pngdriver.so +%%GRASS_INST_DIR%%/lib/libgrass_psdriver.%%VERSION%%.so +%%GRASS_INST_DIR%%/lib/libgrass_psdriver.so +%%GRASS_INST_DIR%%/lib/libgrass_qtree.%%VERSION%%.so +%%GRASS_INST_DIR%%/lib/libgrass_qtree.so +%%GRASS_INST_DIR%%/lib/libgrass_raster.%%VERSION%%.so +%%GRASS_INST_DIR%%/lib/libgrass_raster.so +%%GRASS_INST_DIR%%/lib/libgrass_rli.%%VERSION%%.so +%%GRASS_INST_DIR%%/lib/libgrass_rli.so +%%GRASS_INST_DIR%%/lib/libgrass_rowio.%%VERSION%%.so +%%GRASS_INST_DIR%%/lib/libgrass_rowio.so +%%GRASS_INST_DIR%%/lib/libgrass_rtree.%%VERSION%%.so +%%GRASS_INST_DIR%%/lib/libgrass_rtree.so +%%GRASS_INST_DIR%%/lib/libgrass_segment.%%VERSION%%.so +%%GRASS_INST_DIR%%/lib/libgrass_segment.so +%%GRASS_INST_DIR%%/lib/libgrass_shape.%%VERSION%%.so +%%GRASS_INST_DIR%%/lib/libgrass_shape.so +%%GRASS_INST_DIR%%/lib/libgrass_sim.%%VERSION%%.so +%%GRASS_INST_DIR%%/lib/libgrass_sim.so +%%GRASS_INST_DIR%%/lib/libgrass_sites.%%VERSION%%.so +%%GRASS_INST_DIR%%/lib/libgrass_sites.so +%%GRASS_INST_DIR%%/lib/libgrass_sqlp.%%VERSION%%.so +%%GRASS_INST_DIR%%/lib/libgrass_sqlp.so +%%GRASS_INST_DIR%%/lib/libgrass_stats.%%VERSION%%.so +%%GRASS_INST_DIR%%/lib/libgrass_stats.so +%%GRASS_INST_DIR%%/lib/libgrass_symb.%%VERSION%%.so +%%GRASS_INST_DIR%%/lib/libgrass_symb.so +%%GRASS_INST_DIR%%/lib/libgrass_trans.%%VERSION%%.so +%%GRASS_INST_DIR%%/lib/libgrass_trans.so +%%GRASS_INST_DIR%%/lib/libgrass_vask.%%VERSION%%.so +%%GRASS_INST_DIR%%/lib/libgrass_vask.so +%%GRASS_INST_DIR%%/lib/libgrass_vect.%%VERSION%%.so +%%GRASS_INST_DIR%%/lib/libgrass_vect.so +%%GRASS_INST_DIR%%/lib/libgrass_vedit.%%VERSION%%.so +%%GRASS_INST_DIR%%/lib/libgrass_vedit.so +%%GRASS_INST_DIR%%/locale/ar/LC_MESSAGES/grasslibs.mo +%%GRASS_INST_DIR%%/locale/ar/LC_MESSAGES/grassmods.mo +%%GRASS_INST_DIR%%/locale/cs/LC_MESSAGES/grasslibs.mo +%%GRASS_INST_DIR%%/locale/cs/LC_MESSAGES/grassmods.mo +%%GRASS_INST_DIR%%/locale/cs/LC_MESSAGES/grasswxpy.mo +%%GRASS_INST_DIR%%/locale/de/LC_MESSAGES/grasslibs.mo +%%GRASS_INST_DIR%%/locale/de/LC_MESSAGES/grassmods.mo +%%GRASS_INST_DIR%%/locale/de/LC_MESSAGES/grasswxpy.mo +%%GRASS_INST_DIR%%/locale/el/LC_MESSAGES/grasslibs.mo +%%GRASS_INST_DIR%%/locale/el/LC_MESSAGES/grassmods.mo +%%GRASS_INST_DIR%%/locale/el/LC_MESSAGES/grasswxpy.mo +%%GRASS_INST_DIR%%/locale/es/LC_MESSAGES/grasslibs.mo +%%GRASS_INST_DIR%%/locale/es/LC_MESSAGES/grassmods.mo +%%GRASS_INST_DIR%%/locale/es/LC_MESSAGES/grasswxpy.mo +%%GRASS_INST_DIR%%/locale/fr/LC_MESSAGES/grasslibs.mo +%%GRASS_INST_DIR%%/locale/fr/LC_MESSAGES/grassmods.mo +%%GRASS_INST_DIR%%/locale/fr/LC_MESSAGES/grasswxpy.mo +%%GRASS_INST_DIR%%/locale/hi/LC_MESSAGES/grasslibs.mo +%%GRASS_INST_DIR%%/locale/hi/LC_MESSAGES/grassmods.mo +%%GRASS_INST_DIR%%/locale/id/LC_MESSAGES/grasswxpy.mo +%%GRASS_INST_DIR%%/locale/it/LC_MESSAGES/grasslibs.mo +%%GRASS_INST_DIR%%/locale/it/LC_MESSAGES/grassmods.mo +%%GRASS_INST_DIR%%/locale/it/LC_MESSAGES/grasswxpy.mo +%%GRASS_INST_DIR%%/locale/ja/LC_MESSAGES/grasslibs.mo +%%GRASS_INST_DIR%%/locale/ja/LC_MESSAGES/grassmods.mo +%%GRASS_INST_DIR%%/locale/ja/LC_MESSAGES/grasswxpy.mo +%%GRASS_INST_DIR%%/locale/ko/LC_MESSAGES/grasslibs.mo +%%GRASS_INST_DIR%%/locale/ko/LC_MESSAGES/grassmods.mo +%%GRASS_INST_DIR%%/locale/lv/LC_MESSAGES/grasslibs.mo +%%GRASS_INST_DIR%%/locale/lv/LC_MESSAGES/grasswxpy.mo +%%GRASS_INST_DIR%%/locale/lv/LC_MESSAGES/grassmods.mo +%%GRASS_INST_DIR%%/locale/ml/LC_MESSAGES/grasslibs.mo +%%GRASS_INST_DIR%%/locale/ml/LC_MESSAGES/grasswxpy.mo +%%GRASS_INST_DIR%%/locale/mr/LC_MESSAGES/grasslibs.mo +%%GRASS_INST_DIR%%/locale/mr/LC_MESSAGES/grassmods.mo +%%GRASS_INST_DIR%%/locale/nl/LC_MESSAGES/grasslibs.mo +%%GRASS_INST_DIR%%/locale/nl/LC_MESSAGES/grassmods.mo +%%GRASS_INST_DIR%%/locale/nl/LC_MESSAGES/grasswxpy.mo +%%GRASS_INST_DIR%%/locale/pl/LC_MESSAGES/grasslibs.mo +%%GRASS_INST_DIR%%/locale/pl/LC_MESSAGES/grassmods.mo +%%GRASS_INST_DIR%%/locale/pl/LC_MESSAGES/grasswxpy.mo +%%GRASS_INST_DIR%%/locale/pt/LC_MESSAGES/grasslibs.mo +%%GRASS_INST_DIR%%/locale/pt/LC_MESSAGES/grassmods.mo +%%GRASS_INST_DIR%%/locale/pt/LC_MESSAGES/grasswxpy.mo +%%GRASS_INST_DIR%%/locale/pt_br/LC_MESSAGES/grasslibs.mo +%%GRASS_INST_DIR%%/locale/pt_br/LC_MESSAGES/grassmods.mo +%%GRASS_INST_DIR%%/locale/pt_br/LC_MESSAGES/grasswxpy.mo +%%GRASS_INST_DIR%%/locale/ro/LC_MESSAGES/grasslibs.mo +%%GRASS_INST_DIR%%/locale/ro/LC_MESSAGES/grassmods.mo +%%GRASS_INST_DIR%%/locale/ro/LC_MESSAGES/grasswxpy.mo +%%GRASS_INST_DIR%%/locale/ru/LC_MESSAGES/grasslibs.mo +%%GRASS_INST_DIR%%/locale/ru/LC_MESSAGES/grassmods.mo +%%GRASS_INST_DIR%%/locale/ru/LC_MESSAGES/grasswxpy.mo +%%GRASS_INST_DIR%%/locale/sl/LC_MESSAGES/grasslibs.mo +%%GRASS_INST_DIR%%/locale/sl/LC_MESSAGES/grassmods.mo +%%GRASS_INST_DIR%%/locale/th/LC_MESSAGES/grasslibs.mo +%%GRASS_INST_DIR%%/locale/th/LC_MESSAGES/grassmods.mo +%%GRASS_INST_DIR%%/locale/th/LC_MESSAGES/grasswxpy.mo +%%GRASS_INST_DIR%%/locale/tr/LC_MESSAGES/grasslibs.mo +%%GRASS_INST_DIR%%/locale/tr/LC_MESSAGES/grassmods.mo +%%GRASS_INST_DIR%%/locale/tr/LC_MESSAGES/grasswxpy.mo +%%GRASS_INST_DIR%%/locale/vi/LC_MESSAGES/grasslibs.mo +%%GRASS_INST_DIR%%/locale/vi/LC_MESSAGES/grassmods.mo +%%GRASS_INST_DIR%%/locale/vi/LC_MESSAGES/grasswxpy.mo +%%GRASS_INST_DIR%%/locale/zh/LC_MESSAGES/grasslibs.mo +%%GRASS_INST_DIR%%/locale/zh/LC_MESSAGES/grassmods.mo +%%GRASS_INST_DIR%%/locale/zh/LC_MESSAGES/grasswxpy.mo +%%GRASS_INST_DIR%%/man/man1/cairodriver.1 +%%GRASS_INST_DIR%%/man/man1/d.ask.1 +%%GRASS_INST_DIR%%/man/man1/d.barscale.1 +%%GRASS_INST_DIR%%/man/man1/d.colorlist.1 +%%GRASS_INST_DIR%%/man/man1/d.colors.1 +%%GRASS_INST_DIR%%/man/man1/d.colortable.1 +%%GRASS_INST_DIR%%/man/man1/d.correlate.1 +%%GRASS_INST_DIR%%/man/man1/d.erase.1 +%%GRASS_INST_DIR%%/man/man1/d.extend.1 +%%GRASS_INST_DIR%%/man/man1/d.extract.1 +%%GRASS_INST_DIR%%/man/man1/d.font.1 +%%GRASS_INST_DIR%%/man/man1/d.font.freetype.1 +%%GRASS_INST_DIR%%/man/man1/d.frame.1 +%%GRASS_INST_DIR%%/man/man1/d.geodesic.1 +%%GRASS_INST_DIR%%/man/man1/d.graph.1 +%%GRASS_INST_DIR%%/man/man1/d.grid.1 +%%GRASS_INST_DIR%%/man/man1/d.his.1 +%%GRASS_INST_DIR%%/man/man1/d.histogram.1 +%%GRASS_INST_DIR%%/man/man1/d.info.1 +%%GRASS_INST_DIR%%/man/man1/d.labels.1 +%%GRASS_INST_DIR%%/man/man1/d.legend.1 +%%GRASS_INST_DIR%%/man/man1/d.linegraph.1 +%%GRASS_INST_DIR%%/man/man1/d.m.1 +%%GRASS_INST_DIR%%/man/man1/d.mapgraph.1 +%%GRASS_INST_DIR%%/man/man1/d.measure.1 +%%GRASS_INST_DIR%%/man/man1/d.menu.1 +%%GRASS_INST_DIR%%/man/man1/d.mon.1 +%%GRASS_INST_DIR%%/man/man1/d.monsize.1 +%%GRASS_INST_DIR%%/man/man1/d.mvmon.1 +%%GRASS_INST_DIR%%/man/man1/d.nviz.1 +%%GRASS_INST_DIR%%/man/man1/d.out.file.1 +%%GRASS_INST_DIR%%/man/man1/d.out.gpsdrive.1 +%%GRASS_INST_DIR%%/man/man1/d.out.png.1 +%%GRASS_INST_DIR%%/man/man1/d.paint.labels.1 +%%GRASS_INST_DIR%%/man/man1/d.path.1 +%%GRASS_INST_DIR%%/man/man1/d.polar.1 +%%GRASS_INST_DIR%%/man/man1/d.profile.1 +%%GRASS_INST_DIR%%/man/man1/d.rast.1 +%%GRASS_INST_DIR%%/man/man1/d.rast.arrow.1 +%%GRASS_INST_DIR%%/man/man1/d.rast.edit.1 +%%GRASS_INST_DIR%%/man/man1/d.rast.leg.1 +%%GRASS_INST_DIR%%/man/man1/d.rast.num.1 +%%GRASS_INST_DIR%%/man/man1/d.redraw.1 +%%GRASS_INST_DIR%%/man/man1/d.resize.1 +%%GRASS_INST_DIR%%/man/man1/d.rgb.1 +%%GRASS_INST_DIR%%/man/man1/d.rhumbline.1 +%%GRASS_INST_DIR%%/man/man1/d.save.1 +%%GRASS_INST_DIR%%/man/man1/d.shadedmap.1 +%%GRASS_INST_DIR%%/man/man1/d.slide.show.1 +%%GRASS_INST_DIR%%/man/man1/d.split.1 +%%GRASS_INST_DIR%%/man/man1/d.split.frame.1 +%%GRASS_INST_DIR%%/man/man1/d.text.1 +%%GRASS_INST_DIR%%/man/man1/d.text.freetype.1 +%%GRASS_INST_DIR%%/man/man1/d.thematic.area.1 +%%GRASS_INST_DIR%%/man/man1/d.title.1 +%%GRASS_INST_DIR%%/man/man1/d.vect.1 +%%GRASS_INST_DIR%%/man/man1/d.vect.chart.1 +%%GRASS_INST_DIR%%/man/man1/d.vect.thematic.1 +%%GRASS_INST_DIR%%/man/man1/d.what.rast.1 +%%GRASS_INST_DIR%%/man/man1/d.what.vect.1 +%%GRASS_INST_DIR%%/man/man1/d.where.1 +%%GRASS_INST_DIR%%/man/man1/d.zoom.1 +%%GRASS_INST_DIR%%/man/man1/databaseintro.1 +%%GRASS_INST_DIR%%/man/man1/db.columns.1 +%%GRASS_INST_DIR%%/man/man1/db.connect.1 +%%GRASS_INST_DIR%%/man/man1/db.copy.1 +%%GRASS_INST_DIR%%/man/man1/db.describe.1 +%%GRASS_INST_DIR%%/man/man1/db.drivers.1 +%%GRASS_INST_DIR%%/man/man1/db.dropcol.1 +%%GRASS_INST_DIR%%/man/man1/db.droptable.1 +%%GRASS_INST_DIR%%/man/man1/db.execute.1 +%%GRASS_INST_DIR%%/man/man1/db.in.ogr.1 +%%GRASS_INST_DIR%%/man/man1/db.login.1 +%%GRASS_INST_DIR%%/man/man1/db.out.ogr.1 +%%GRASS_INST_DIR%%/man/man1/db.select.1 +%%GRASS_INST_DIR%%/man/man1/db.tables.1 +%%GRASS_INST_DIR%%/man/man1/db.test.1 +%%GRASS_INST_DIR%%/man/man1/displaydrivers.1 +%%GRASS_INST_DIR%%/man/man1/g.access.1 +%%GRASS_INST_DIR%%/man/man1/g.ask.1 +%%GRASS_INST_DIR%%/man/man1/g.copy.1 +%%GRASS_INST_DIR%%/man/man1/g.dirseps.1 +%%GRASS_INST_DIR%%/man/man1/g.extension.1 +%%GRASS_INST_DIR%%/man/man1/g.filename.1 +%%GRASS_INST_DIR%%/man/man1/g.findetc.1 +%%GRASS_INST_DIR%%/man/man1/g.findfile.1 +%%GRASS_INST_DIR%%/man/man1/g.gisenv.1 +%%GRASS_INST_DIR%%/man/man1/g.gui.1 +%%GRASS_INST_DIR%%/man/man1/g.list.1 +%%GRASS_INST_DIR%%/man/man1/g.manual.1 +%%GRASS_INST_DIR%%/man/man1/g.mapset.1 +%%GRASS_INST_DIR%%/man/man1/g.mapsets.1 +%%GRASS_INST_DIR%%/man/man1/g.message.1 +%%GRASS_INST_DIR%%/man/man1/g.mkfontcap.1 +%%GRASS_INST_DIR%%/man/man1/g.mlist.1 +%%GRASS_INST_DIR%%/man/man1/g.mremove.1 +%%GRASS_INST_DIR%%/man/man1/g.parser.1 +%%GRASS_INST_DIR%%/man/man1/g.pnmcomp.1 +%%GRASS_INST_DIR%%/man/man1/g.proj.1 +%%GRASS_INST_DIR%%/man/man1/g.region.1 +%%GRASS_INST_DIR%%/man/man1/g.remove.1 +%%GRASS_INST_DIR%%/man/man1/g.rename.1 +%%GRASS_INST_DIR%%/man/man1/g.setproj.1 +%%GRASS_INST_DIR%%/man/man1/g.tempfile.1 +%%GRASS_INST_DIR%%/man/man1/g.transform.1 +%%GRASS_INST_DIR%%/man/man1/g.version.1 +%%GRASS_INST_DIR%%/man/man1/gis.m.1 +%%GRASS_INST_DIR%%/man/man1/gm_animate.1 +%%GRASS_INST_DIR%%/man/man1/gm_georect.1 +%%GRASS_INST_DIR%%/man/man1/gm_profile.1 +%%GRASS_INST_DIR%%/man/man1/grass-dbf.1 +%%MYSQL%%%%GRASS_INST_DIR%%/man/man1/grass-mesql.1 +%%MYSQL%%%%GRASS_INST_DIR%%/man/man1/grass-mysql.1 +%%GRASS_INST_DIR%%/man/man1/grass-ogr.1 +%%ODBC%%%%GRASS_INST_DIR%%/man/man1/grass-odbc.1 +%%PGSQL%%%%GRASS_INST_DIR%%/man/man1/grass-pg.1 +%%SQLITE%%%%GRASS_INST_DIR%%/man/man1/grass-sqlite.1 +%%GRASS_INST_DIR%%/man/man1/grass6.1 +%%GRASS_INST_DIR%%/man/man1/helptext.1 +%%GRASS_INST_DIR%%/man/man1/htmlmapdriver.1 +%%GRASS_INST_DIR%%/man/man1/i.ask.1 +%%GRASS_INST_DIR%%/man/man1/i.atcorr.1 +%%GRASS_INST_DIR%%/man/man1/i.cca.1 +%%GRASS_INST_DIR%%/man/man1/i.class.1 +%%GRASS_INST_DIR%%/man/man1/i.cluster.1 +%%GRASS_INST_DIR%%/man/man1/i.fft.1 +%%GRASS_INST_DIR%%/man/man1/i.find.1 +%%GRASS_INST_DIR%%/man/man1/i.fusion.brovey.1 +%%GRASS_INST_DIR%%/man/man1/i.gensig.1 +%%GRASS_INST_DIR%%/man/man1/i.gensigset.1 +%%GRASS_INST_DIR%%/man/man1/i.group.1 +%%GRASS_INST_DIR%%/man/man1/i.his.rgb.1 +%%GRASS_INST_DIR%%/man/man1/i.ifft.1 +%%GRASS_INST_DIR%%/man/man1/i.image.mosaic.1 +%%GRASS_INST_DIR%%/man/man1/i.in.spotvgt.1 +%%GRASS_INST_DIR%%/man/man1/i.landsat.acca.1 +%%GRASS_INST_DIR%%/man/man1/i.landsat.rgb.1 +%%GRASS_INST_DIR%%/man/man1/i.landsat.toar.1 +%%GRASS_INST_DIR%%/man/man1/i.maxlik.1 +%%GRASS_INST_DIR%%/man/man1/i.modis.qc.1 +%%GRASS_INST_DIR%%/man/man1/i.oif.1 +%%GRASS_INST_DIR%%/man/man1/i.ortho.photo.1 +%%GRASS_INST_DIR%%/man/man1/i.pca.1 +%%GRASS_INST_DIR%%/man/man1/i.photo.2image.1 +%%GRASS_INST_DIR%%/man/man1/i.photo.2target.1 +%%GRASS_INST_DIR%%/man/man1/i.photo.camera.1 +%%GRASS_INST_DIR%%/man/man1/i.photo.elev.1 +%%GRASS_INST_DIR%%/man/man1/i.photo.init.1 +%%GRASS_INST_DIR%%/man/man1/i.photo.rectify.1 +%%GRASS_INST_DIR%%/man/man1/i.photo.target.1 +%%GRASS_INST_DIR%%/man/man1/i.points.1 +%%GRASS_INST_DIR%%/man/man1/i.rectify.1 +%%GRASS_INST_DIR%%/man/man1/i.rgb.his.1 +%%GRASS_INST_DIR%%/man/man1/i.smap.1 +%%GRASS_INST_DIR%%/man/man1/i.spectral.1 +%%GRASS_INST_DIR%%/man/man1/i.target.1 +%%GRASS_INST_DIR%%/man/man1/i.tasscap.1 +%%GRASS_INST_DIR%%/man/man1/i.topo.corr.1 +%%GRASS_INST_DIR%%/man/man1/i.vpoints.1 +%%GRASS_INST_DIR%%/man/man1/i.zc.1 +%%GRASS_INST_DIR%%/man/man1/imageryintro.1 +%%GRASS_INST_DIR%%/man/man1/lrs.1 +%%GRASS_INST_DIR%%/man/man1/m.cogo.1 +%%GRASS_INST_DIR%%/man/man1/m.nviz.image.1 +%%GRASS_INST_DIR%%/man/man1/m.proj.1 +%%GRASS_INST_DIR%%/man/man1/mkftcap.1 +%%GRASS_INST_DIR%%/man/man1/modcats.1 +%%GRASS_INST_DIR%%/man/man1/modcolr.1 +%%GRASS_INST_DIR%%/man/man1/modhead.1 +%%GRASS_INST_DIR%%/man/man1/modhist.1 +%%GRASS_INST_DIR%%/man/man1/nviz.1 +%%GRASS_INST_DIR%%/man/man1/p.out.vrml.1 +%%GRASS_INST_DIR%%/man/man1/pngdriver.1 +%%GRASS_INST_DIR%%/man/man1/projectionintro.1 +%%GRASS_INST_DIR%%/man/man1/ps.map.1 +%%GRASS_INST_DIR%%/man/man1/psdriver.1 +%%GRASS_INST_DIR%%/man/man1/r.average.1 +%%GRASS_INST_DIR%%/man/man1/r.basins.fill.1 +%%GRASS_INST_DIR%%/man/man1/r.bilinear.1 +%%GRASS_INST_DIR%%/man/man1/r.bitpattern.1 +%%GRASS_INST_DIR%%/man/man1/r.blend.1 +%%GRASS_INST_DIR%%/man/man1/r.buffer.1 +%%GRASS_INST_DIR%%/man/man1/r.carve.1 +%%GRASS_INST_DIR%%/man/man1/r.category.1 +%%GRASS_INST_DIR%%/man/man1/r.cats.1 +%%GRASS_INST_DIR%%/man/man1/r.circle.1 +%%GRASS_INST_DIR%%/man/man1/r.clump.1 +%%GRASS_INST_DIR%%/man/man1/r.coin.1 +%%GRASS_INST_DIR%%/man/man1/r.colors.1 +%%GRASS_INST_DIR%%/man/man1/r.colors.out.1 +%%GRASS_INST_DIR%%/man/man1/r.colors.stddev.1 +%%GRASS_INST_DIR%%/man/man1/r.composite.1 +%%GRASS_INST_DIR%%/man/man1/r.compress.1 +%%GRASS_INST_DIR%%/man/man1/r.contour.1 +%%GRASS_INST_DIR%%/man/man1/r.cost.1 +%%GRASS_INST_DIR%%/man/man1/r.covar.1 +%%GRASS_INST_DIR%%/man/man1/r.cross.1 +%%GRASS_INST_DIR%%/man/man1/r.describe.1 +%%GRASS_INST_DIR%%/man/man1/r.digit.1 +%%GRASS_INST_DIR%%/man/man1/r.distance.1 +%%GRASS_INST_DIR%%/man/man1/r.drain.1 +%%GRASS_INST_DIR%%/man/man1/r.external.1 +%%GRASS_INST_DIR%%/man/man1/r.fill.dir.1 +%%GRASS_INST_DIR%%/man/man1/r.fillnulls.1 +%%GRASS_INST_DIR%%/man/man1/r.flow.1 +%%GRASS_INST_DIR%%/man/man1/r.grow.1 +%%GRASS_INST_DIR%%/man/man1/r.grow.distance.1 +%%GRASS_INST_DIR%%/man/man1/r.gwflow.1 +%%GRASS_INST_DIR%%/man/man1/r.his.1 +%%GRASS_INST_DIR%%/man/man1/r.horizon.1 +%%GRASS_INST_DIR%%/man/man1/r.in.arc.1 +%%GRASS_INST_DIR%%/man/man1/r.in.ascii.1 +%%GRASS_INST_DIR%%/man/man1/r.in.aster.1 +%%GRASS_INST_DIR%%/man/man1/r.in.bin.1 +%%GRASS_INST_DIR%%/man/man1/r.in.gdal.1 +%%GRASS_INST_DIR%%/man/man1/r.in.gridatb.1 +%%GRASS_INST_DIR%%/man/man1/r.in.mat.1 +%%GRASS_INST_DIR%%/man/man1/r.in.poly.1 +%%GRASS_INST_DIR%%/man/man1/r.in.srtm.1 +%%GRASS_INST_DIR%%/man/man1/r.in.wms.1 +%%GRASS_INST_DIR%%/man/man1/r.in.xyz.1 +%%GRASS_INST_DIR%%/man/man1/r.info.1 +%%GRASS_INST_DIR%%/man/man1/r.kappa.1 +%%GRASS_INST_DIR%%/man/man1/r.lake.1 +%%GRASS_INST_DIR%%/man/man1/r.le.patch.1 +%%GRASS_INST_DIR%%/man/man1/r.le.pixel.1 +%%GRASS_INST_DIR%%/man/man1/r.le.setup.1 +%%GRASS_INST_DIR%%/man/man1/r.le.trace.1 +%%GRASS_INST_DIR%%/man/man1/r.li.1 +%%GRASS_INST_DIR%%/man/man1/r.li.cwed.1 +%%GRASS_INST_DIR%%/man/man1/r.li.daemon.1 +%%GRASS_INST_DIR%%/man/man1/r.li.dominance.1 +%%GRASS_INST_DIR%%/man/man1/r.li.edgedensity.1 +%%GRASS_INST_DIR%%/man/man1/r.li.mpa.1 +%%GRASS_INST_DIR%%/man/man1/r.li.mps.1 +%%GRASS_INST_DIR%%/man/man1/r.li.padcv.1 +%%GRASS_INST_DIR%%/man/man1/r.li.padrange.1 +%%GRASS_INST_DIR%%/man/man1/r.li.padsd.1 +%%GRASS_INST_DIR%%/man/man1/r.li.patchdensity.1 +%%GRASS_INST_DIR%%/man/man1/r.li.patchnum.1 +%%GRASS_INST_DIR%%/man/man1/r.li.pielou.1 +%%GRASS_INST_DIR%%/man/man1/r.li.renyi.1 +%%GRASS_INST_DIR%%/man/man1/r.li.richness.1 +%%GRASS_INST_DIR%%/man/man1/r.li.setup.1 +%%GRASS_INST_DIR%%/man/man1/r.li.shannon.1 +%%GRASS_INST_DIR%%/man/man1/r.li.shape.1 +%%GRASS_INST_DIR%%/man/man1/r.li.simpson.1 +%%GRASS_INST_DIR%%/man/man1/r.los.1 +%%GRASS_INST_DIR%%/man/man1/r.mapcalc.1 +%%GRASS_INST_DIR%%/man/man1/r.mapcalculator.1 +%%GRASS_INST_DIR%%/man/man1/r.mask.1 +%%GRASS_INST_DIR%%/man/man1/r.median.1 +%%GRASS_INST_DIR%%/man/man1/r.mfilter.1 +%%GRASS_INST_DIR%%/man/man1/r.mfilter.fp.1 +%%GRASS_INST_DIR%%/man/man1/r.mode.1 +%%GRASS_INST_DIR%%/man/man1/r.neighbors.1 +%%GRASS_INST_DIR%%/man/man1/r.null.1 +%%GRASS_INST_DIR%%/man/man1/r.out.arc.1 +%%GRASS_INST_DIR%%/man/man1/r.out.ascii.1 +%%GRASS_INST_DIR%%/man/man1/r.out.bin.1 +%%GRASS_INST_DIR%%/man/man1/r.out.gdal.1 +%%GRASS_INST_DIR%%/man/man1/r.out.gdal.sh.1 +%%GRASS_INST_DIR%%/man/man1/r.out.gridatb.1 +%%GRASS_INST_DIR%%/man/man1/r.out.mat.1 +%%GRASS_INST_DIR%%/man/man1/r.out.mpeg.1 +%%GRASS_INST_DIR%%/man/man1/r.out.png.1 +%%GRASS_INST_DIR%%/man/man1/r.out.pov.1 +%%GRASS_INST_DIR%%/man/man1/r.out.ppm.1 +%%GRASS_INST_DIR%%/man/man1/r.out.ppm3.1 +%%GRASS_INST_DIR%%/man/man1/r.out.tiff.1 +%%GRASS_INST_DIR%%/man/man1/r.out.vrml.1 +%%GRASS_INST_DIR%%/man/man1/r.out.vtk.1 +%%GRASS_INST_DIR%%/man/man1/r.out.xyz.1 +%%GRASS_INST_DIR%%/man/man1/r.pack.1 +%%GRASS_INST_DIR%%/man/man1/r.param.scale.1 +%%GRASS_INST_DIR%%/man/man1/r.patch.1 +%%GRASS_INST_DIR%%/man/man1/r.plane.1 +%%GRASS_INST_DIR%%/man/man1/r.profile.1 +%%GRASS_INST_DIR%%/man/man1/r.proj.1 +%%GRASS_INST_DIR%%/man/man1/r.quant.1 +%%GRASS_INST_DIR%%/man/man1/r.quantile.1 +%%GRASS_INST_DIR%%/man/man1/r.random.1 +%%GRASS_INST_DIR%%/man/man1/r.random.cells.1 +%%GRASS_INST_DIR%%/man/man1/r.random.surface.1 +%%GRASS_INST_DIR%%/man/man1/r.reclass.1 +%%GRASS_INST_DIR%%/man/man1/r.reclass.area.1 +%%GRASS_INST_DIR%%/man/man1/r.recode.1 +%%GRASS_INST_DIR%%/man/man1/r.region.1 +%%GRASS_INST_DIR%%/man/man1/r.regression.line.1 +%%GRASS_INST_DIR%%/man/man1/r.report.1 +%%GRASS_INST_DIR%%/man/man1/r.resamp.interp.1 +%%GRASS_INST_DIR%%/man/man1/r.resamp.rst.1 +%%GRASS_INST_DIR%%/man/man1/r.resamp.stats.1 +%%GRASS_INST_DIR%%/man/man1/r.resample.1 +%%GRASS_INST_DIR%%/man/man1/r.rescale.1 +%%GRASS_INST_DIR%%/man/man1/r.rescale.eq.1 +%%GRASS_INST_DIR%%/man/man1/r.ros.1 +%%GRASS_INST_DIR%%/man/man1/r.series.1 +%%GRASS_INST_DIR%%/man/man1/r.shaded.relief.1 +%%GRASS_INST_DIR%%/man/man1/r.sim.sediment.1 +%%GRASS_INST_DIR%%/man/man1/r.sim.water.1 +%%GRASS_INST_DIR%%/man/man1/r.slope.aspect.1 +%%GRASS_INST_DIR%%/man/man1/r.spread.1 +%%GRASS_INST_DIR%%/man/man1/r.spreadpath.1 +%%GRASS_INST_DIR%%/man/man1/r.statistics.1 +%%GRASS_INST_DIR%%/man/man1/r.stats.1 +%%GRASS_INST_DIR%%/man/man1/r.sum.1 +%%GRASS_INST_DIR%%/man/man1/r.sun.1 +%%GRASS_INST_DIR%%/man/man1/r.sunmask.1 +%%GRASS_INST_DIR%%/man/man1/r.support.1 +%%GRASS_INST_DIR%%/man/man1/r.support.stats.1 +%%GRASS_INST_DIR%%/man/man1/r.surf.area.1 +%%GRASS_INST_DIR%%/man/man1/r.surf.contour.1 +%%GRASS_INST_DIR%%/man/man1/r.surf.fractal.1 +%%GRASS_INST_DIR%%/man/man1/r.surf.gauss.1 +%%GRASS_INST_DIR%%/man/man1/r.surf.idw.1 +%%GRASS_INST_DIR%%/man/man1/r.surf.idw2.1 +%%GRASS_INST_DIR%%/man/man1/r.surf.random.1 +%%GRASS_INST_DIR%%/man/man1/r.terraflow.1 +%%GRASS_INST_DIR%%/man/man1/r.texture.1 +%%GRASS_INST_DIR%%/man/man1/r.thin.1 +%%GRASS_INST_DIR%%/man/man1/r.tileset.1 +%%GRASS_INST_DIR%%/man/man1/r.timestamp.1 +%%GRASS_INST_DIR%%/man/man1/r.to.rast3.1 +%%GRASS_INST_DIR%%/man/man1/r.to.rast3elev.1 +%%GRASS_INST_DIR%%/man/man1/r.to.vect.1 +%%GRASS_INST_DIR%%/man/man1/r.topidx.1 +%%GRASS_INST_DIR%%/man/man1/r.topmodel.1 +%%GRASS_INST_DIR%%/man/man1/r.transect.1 +%%GRASS_INST_DIR%%/man/man1/r.univar.1 +%%GRASS_INST_DIR%%/man/man1/r.univar.sh.1 +%%GRASS_INST_DIR%%/man/man1/r.unpack.1 +%%GRASS_INST_DIR%%/man/man1/r.volume.1 +%%GRASS_INST_DIR%%/man/man1/r.walk.1 +%%GRASS_INST_DIR%%/man/man1/r.water.outlet.1 +%%GRASS_INST_DIR%%/man/man1/r.watershed.1 +%%GRASS_INST_DIR%%/man/man1/r.watershed.ram.1 +%%GRASS_INST_DIR%%/man/man1/r.watershed.seg.1 +%%GRASS_INST_DIR%%/man/man1/r.what.1 +%%GRASS_INST_DIR%%/man/man1/r.what.color.1 +%%GRASS_INST_DIR%%/man/man1/r3.cross.rast.1 +%%GRASS_INST_DIR%%/man/man1/r3.gwflow.1 +%%GRASS_INST_DIR%%/man/man1/r3.in.ascii.1 +%%GRASS_INST_DIR%%/man/man1/r3.in.v5d.1 +%%GRASS_INST_DIR%%/man/man1/r3.info.1 +%%GRASS_INST_DIR%%/man/man1/r3.mapcalc.1 +%%GRASS_INST_DIR%%/man/man1/r3.mapcalculator.1 +%%GRASS_INST_DIR%%/man/man1/r3.mask.1 +%%GRASS_INST_DIR%%/man/man1/r3.mkdspf.1 +%%GRASS_INST_DIR%%/man/man1/r3.null.1 +%%GRASS_INST_DIR%%/man/man1/r3.out.ascii.1 +%%GRASS_INST_DIR%%/man/man1/r3.out.v5d.1 +%%GRASS_INST_DIR%%/man/man1/r3.out.vtk.1 +%%GRASS_INST_DIR%%/man/man1/r3.stats.1 +%%GRASS_INST_DIR%%/man/man1/r3.timestamp.1 +%%GRASS_INST_DIR%%/man/man1/r3.to.rast.1 +%%GRASS_INST_DIR%%/man/man1/r3.univar.1 +%%GRASS_INST_DIR%%/man/man1/raster3dintro.1 +%%GRASS_INST_DIR%%/man/man1/rasterintro.1 +%%GRASS_INST_DIR%%/man/man1/sql.1 +%%GRASS_INST_DIR%%/man/man1/v.build.1 +%%GRASS_INST_DIR%%/man/man1/v.build.all.1 +%%GRASS_INST_DIR%%/man/man1/v.build.polylines.1 +%%GRASS_INST_DIR%%/man/man1/v.category.1 +%%GRASS_INST_DIR%%/man/man1/v.centroids.1 +%%GRASS_INST_DIR%%/man/man1/v.class.1 +%%GRASS_INST_DIR%%/man/man1/v.clean.1 +%%GRASS_INST_DIR%%/man/man1/v.colors.1 +%%GRASS_INST_DIR%%/man/man1/v.convert.1 +%%GRASS_INST_DIR%%/man/man1/v.convert.all.1 +%%GRASS_INST_DIR%%/man/man1/v.db.addcol.1 +%%GRASS_INST_DIR%%/man/man1/v.db.addtable.1 +%%GRASS_INST_DIR%%/man/man1/v.db.connect.1 +%%GRASS_INST_DIR%%/man/man1/v.db.dropcol.1 +%%GRASS_INST_DIR%%/man/man1/v.db.droptable.1 +%%GRASS_INST_DIR%%/man/man1/v.db.join.1 +%%GRASS_INST_DIR%%/man/man1/v.db.reconnect.all.1 +%%GRASS_INST_DIR%%/man/man1/v.db.renamecol.1 +%%GRASS_INST_DIR%%/man/man1/v.db.select.1 +%%GRASS_INST_DIR%%/man/man1/v.db.univar.1 +%%GRASS_INST_DIR%%/man/man1/v.db.update.1 +%%GRASS_INST_DIR%%/man/man1/v.delaunay.1 +%%GRASS_INST_DIR%%/man/man1/v.digit.1 +%%GRASS_INST_DIR%%/man/man1/v.dissolve.1 +%%GRASS_INST_DIR%%/man/man1/v.distance.1 +%%GRASS_INST_DIR%%/man/man1/v.drape.1 +%%GRASS_INST_DIR%%/man/man1/v.edit.1 +%%GRASS_INST_DIR%%/man/man1/v.external.1 +%%GRASS_INST_DIR%%/man/man1/v.extract.1 +%%GRASS_INST_DIR%%/man/man1/v.extrude.1 +%%GRASS_INST_DIR%%/man/man1/v.generalize.1 +%%GRASS_INST_DIR%%/man/man1/v.hull.1 +%%GRASS_INST_DIR%%/man/man1/v.in.ascii.1 +%%GRASS_INST_DIR%%/man/man1/v.in.db.1 +%%GRASS_INST_DIR%%/man/man1/v.in.dxf.1 +%%GRASS_INST_DIR%%/man/man1/v.in.e00.1 +%%GRASS_INST_DIR%%/man/man1/v.in.garmin.1 +%%GRASS_INST_DIR%%/man/man1/v.in.geonames.1 +%%GRASS_INST_DIR%%/man/man1/v.in.gns.1 +%%GRASS_INST_DIR%%/man/man1/v.in.gpsbabel.1 +%%GRASS_INST_DIR%%/man/man1/v.in.lines.1 +%%GRASS_INST_DIR%%/man/man1/v.in.mapgen.1 +%%GRASS_INST_DIR%%/man/man1/v.in.ogr.1 +%%GRASS_INST_DIR%%/man/man1/v.in.region.1 +%%GRASS_INST_DIR%%/man/man1/v.in.sites.1 +%%GRASS_INST_DIR%%/man/man1/v.in.sites.all.1 +%%GRASS_INST_DIR%%/man/man1/v.in.wfs.1 +%%GRASS_INST_DIR%%/man/man1/v.info.1 +%%GRASS_INST_DIR%%/man/man1/v.kcv.1 +%%GRASS_INST_DIR%%/man/man1/v.kernel.1 +%%GRASS_INST_DIR%%/man/man1/v.label.1 +%%GRASS_INST_DIR%%/man/man1/v.label.sa.1 +%%GRASS_INST_DIR%%/man/man1/v.lidar.correction.1 +%%GRASS_INST_DIR%%/man/man1/v.lidar.edgedetection.1 +%%GRASS_INST_DIR%%/man/man1/v.lidar.growing.1 +%%GRASS_INST_DIR%%/man/man1/v.lrs.create.1 +%%GRASS_INST_DIR%%/man/man1/v.lrs.label.1 +%%GRASS_INST_DIR%%/man/man1/v.lrs.segment.1 +%%GRASS_INST_DIR%%/man/man1/v.lrs.where.1 +%%GRASS_INST_DIR%%/man/man1/v.mkgrid.1 +%%GRASS_INST_DIR%%/man/man1/v.neighbors.1 +%%GRASS_INST_DIR%%/man/man1/v.net.1 +%%GRASS_INST_DIR%%/man/man1/v.net.alloc.1 +%%GRASS_INST_DIR%%/man/man1/v.net.allpairs.1 +%%GRASS_INST_DIR%%/man/man1/v.net.bridge.1 +%%GRASS_INST_DIR%%/man/man1/v.net.centrality.1 +%%GRASS_INST_DIR%%/man/man1/v.net.components.1 +%%GRASS_INST_DIR%%/man/man1/v.net.connectivity.1 +%%GRASS_INST_DIR%%/man/man1/v.net.distance.1 +%%GRASS_INST_DIR%%/man/man1/v.net.flow.1 +%%GRASS_INST_DIR%%/man/man1/v.net.iso.1 +%%GRASS_INST_DIR%%/man/man1/v.net.path.1 +%%GRASS_INST_DIR%%/man/man1/v.net.salesman.1 +%%GRASS_INST_DIR%%/man/man1/v.net.spanningtree.1 +%%GRASS_INST_DIR%%/man/man1/v.net.steiner.1 +%%GRASS_INST_DIR%%/man/man1/v.net.timetable.1 +%%GRASS_INST_DIR%%/man/man1/v.net.visibility.1 +%%GRASS_INST_DIR%%/man/man1/v.normal.1 +%%GRASS_INST_DIR%%/man/man1/v.out.ascii.1 +%%GRASS_INST_DIR%%/man/man1/v.out.dxf.1 +%%GRASS_INST_DIR%%/man/man1/v.out.gpsbabel.1 +%%GRASS_INST_DIR%%/man/man1/v.out.ogr.1 +%%GRASS_INST_DIR%%/man/man1/v.out.pov.1 +%%GRASS_INST_DIR%%/man/man1/v.out.svg.1 +%%GRASS_INST_DIR%%/man/man1/v.out.vtk.1 +%%GRASS_INST_DIR%%/man/man1/v.outlier.1 +%%GRASS_INST_DIR%%/man/man1/v.overlay.1 +%%GRASS_INST_DIR%%/man/man1/v.parallel.1 +%%GRASS_INST_DIR%%/man/man1/v.patch.1 +%%GRASS_INST_DIR%%/man/man1/v.perturb.1 +%%GRASS_INST_DIR%%/man/man1/v.proj.1 +%%GRASS_INST_DIR%%/man/man1/v.qcount.1 +%%GRASS_INST_DIR%%/man/man1/v.random.1 +%%GRASS_INST_DIR%%/man/man1/v.rast.stats.1 +%%GRASS_INST_DIR%%/man/man1/v.reclass.1 +%%GRASS_INST_DIR%%/man/man1/v.report.1 +%%GRASS_INST_DIR%%/man/man1/v.sample.1 +%%GRASS_INST_DIR%%/man/man1/v.segment.1 +%%GRASS_INST_DIR%%/man/man1/v.select.1 +%%GRASS_INST_DIR%%/man/man1/v.split.1 +%%GRASS_INST_DIR%%/man/man1/v.support.1 +%%GRASS_INST_DIR%%/man/man1/v.surf.bspline.1 +%%GRASS_INST_DIR%%/man/man1/v.surf.idw.1 +%%GRASS_INST_DIR%%/man/man1/v.surf.rst.1 +%%GRASS_INST_DIR%%/man/man1/v.to.3d.1 +%%GRASS_INST_DIR%%/man/man1/v.to.db.1 +%%GRASS_INST_DIR%%/man/man1/v.to.points.1 +%%GRASS_INST_DIR%%/man/man1/v.to.rast.1 +%%GRASS_INST_DIR%%/man/man1/v.to.rast3.1 +%%GRASS_INST_DIR%%/man/man1/v.transform.1 +%%GRASS_INST_DIR%%/man/man1/v.type.1 +%%GRASS_INST_DIR%%/man/man1/v.univar.1 +%%GRASS_INST_DIR%%/man/man1/v.univar.sh.1 +%%GRASS_INST_DIR%%/man/man1/v.vect.stats.1 +%%GRASS_INST_DIR%%/man/man1/v.vol.rst.1 +%%GRASS_INST_DIR%%/man/man1/v.voronoi.1 +%%GRASS_INST_DIR%%/man/man1/v.what.1 +%%GRASS_INST_DIR%%/man/man1/v.what.rast.1 +%%GRASS_INST_DIR%%/man/man1/v.what.vect.1 +%%GRASS_INST_DIR%%/man/man1/variables.1 +%%GRASS_INST_DIR%%/man/man1/vectorintro.1 +%%GRASS_INST_DIR%%/man/man1/wxGUI.1 +%%GRASS_INST_DIR%%/man/man1/wxGUI.Attribute_Table_Manager.1 +%%GRASS_INST_DIR%%/man/man1/wxGUI.Components.1 +%%GRASS_INST_DIR%%/man/man1/wxGUI.GCP_Manager.1 +%%GRASS_INST_DIR%%/man/man1/wxGUI.Modeler.1 +%%GRASS_INST_DIR%%/man/man1/wxGUI.Nviz.1 +%%GRASS_INST_DIR%%/man/man1/wxGUI.PsMap.1 +%%GRASS_INST_DIR%%/man/man1/wxGUI.Vector_Digitizer.1 +%%GRASS_INST_DIR%%/man/man1/xdriver.1 +%%MOTIF%%%%GRASS_INST_DIR%%/man/man1/xganim.1 +%%GRASS_INST_DIR%%/scripts/d.correlate +%%GRASS_INST_DIR%%/scripts/d.font.freetype +%%GRASS_INST_DIR%%/scripts/d.m +%%GRASS_INST_DIR%%/scripts/d.monsize +%%GRASS_INST_DIR%%/scripts/d.mvmon +%%GRASS_INST_DIR%%/scripts/d.out.file +%%GRASS_INST_DIR%%/scripts/d.out.gpsdrive +%%GRASS_INST_DIR%%/scripts/d.out.png +%%GRASS_INST_DIR%%/scripts/d.paint.labels +%%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.resize +%%GRASS_INST_DIR%%/scripts/d.shadedmap +%%GRASS_INST_DIR%%/scripts/d.slide.show +%%GRASS_INST_DIR%%/scripts/d.split +%%GRASS_INST_DIR%%/scripts/d.split.frame +%%GRASS_INST_DIR%%/scripts/d.text.freetype +%%GRASS_INST_DIR%%/scripts/d.vect.thematic +%%GRASS_INST_DIR%%/scripts/db.dropcol +%%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/g.extension +%%GRASS_INST_DIR%%/scripts/g.manual +%%GRASS_INST_DIR%%/scripts/gis.m +%%GRASS_INST_DIR%%/scripts/i.fusion.brovey +%%GRASS_INST_DIR%%/scripts/i.image.mosaic +%%GRASS_INST_DIR%%/scripts/i.in.spotvgt +%%GRASS_INST_DIR%%/scripts/i.landsat.rgb +%%GRASS_INST_DIR%%/scripts/i.oif +%%GRASS_INST_DIR%%/scripts/i.spectral +%%GRASS_INST_DIR%%/scripts/i.tasscap +%%GRASS_INST_DIR%%/scripts/m.proj +%%GRASS_INST_DIR%%/scripts/mkftcap +%%GRASS_INST_DIR%%/scripts/p.out.vrml +%%GRASS_INST_DIR%%/scripts/r.blend +%%GRASS_INST_DIR%%/scripts/r.cats +%%GRASS_INST_DIR%%/scripts/r.colors.stddev +%%GRASS_INST_DIR%%/scripts/r.fillnulls +%%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.li.setup +%%GRASS_INST_DIR%%/scripts/r.mapcalculator +%%GRASS_INST_DIR%%/scripts/r.mask +%%GRASS_INST_DIR%%/scripts/r.out.gdal.sh +%%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.shaded.relief +%%GRASS_INST_DIR%%/scripts/r.tileset +%%GRASS_INST_DIR%%/scripts/r.univar.sh +%%GRASS_INST_DIR%%/scripts/r.unpack +%%GRASS_INST_DIR%%/scripts/r3.mapcalculator +%%GRASS_INST_DIR%%/scripts/v.build.all +%%GRASS_INST_DIR%%/scripts/v.centroids +%%GRASS_INST_DIR%%/scripts/v.colors +%%GRASS_INST_DIR%%/scripts/v.convert.all +%%GRASS_INST_DIR%%/scripts/v.db.addcol +%%GRASS_INST_DIR%%/scripts/v.db.addtable +%%GRASS_INST_DIR%%/scripts/v.db.dropcol +%%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.renamecol +%%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.in.e00 +%%GRASS_INST_DIR%%/scripts/v.in.garmin +%%GRASS_INST_DIR%%/scripts/v.in.geonames +%%GRASS_INST_DIR%%/scripts/v.in.gns +%%GRASS_INST_DIR%%/scripts/v.in.gpsbabel +%%GRASS_INST_DIR%%/scripts/v.in.lines +%%GRASS_INST_DIR%%/scripts/v.in.mapgen +%%GRASS_INST_DIR%%/scripts/v.in.sites.all +%%GRASS_INST_DIR%%/scripts/v.in.wfs +%%GRASS_INST_DIR%%/scripts/v.out.gpsbabel +%%GRASS_INST_DIR%%/scripts/v.rast.stats +%%GRASS_INST_DIR%%/scripts/v.report +%%GRASS_INST_DIR%%/scripts/v.univar.sh +%%GRASS_INST_DIR%%/scripts/v.what.vect +%%GRASS_INST_DIR%%/tools/g.echo +%%GRASS_INST_DIR%%/tools/g.html2man +%%GRASS_INST_DIR%%/tools/mkhtml.sh +%%GRASS_INST_DIR%%/translators.csv |