[GRASS-git] [OSGeo/grass] ded34c: Update v.extrude.html (#210)
積丹尼 Dan Jacobson
noreply at github.com
Mon Nov 25 02:54:21 PST 2019
Branch: refs/heads/releasebranch_7_8
Home: https://github.com/OSGeo/grass
Commit: ded34cab223a652cad5651b9e3f7d1498abca59c
https://github.com/OSGeo/grass/commit/ded34cab223a652cad5651b9e3f7d1498abca59c
Author: 積丹尼 Dan Jacobson <jidanni at jidanni.org>
Date: 2019-11-25 (Mon, 25 Nov 2019)
Changed paths:
M vector/v.extrude/v.extrude.html
Log Message:
-----------
Update v.extrude.html (#210)
Don't SEE ALSO the same page we are reading.
(Found with
#!/bin/sh
set -u
cd /usr/share/doc/grass-doc/html
set -- *.html
for i do
b=`basename $i .html`
k="<a href=\"$i\">$b</a>"
fgrep "$k" $i
done
)
More information about the grass-commit
mailing list