[GRASS-git] [OSGeo/grass] 14ce2e: Update v.extrude.html (#210)

積丹尼 Dan Jacobson noreply at github.com
Mon Nov 25 02:53:55 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/OSGeo/grass
  Commit: 14ce2e366b5e2c51b5ec7481d32f988d7eb67489
      https://github.com/OSGeo/grass/commit/14ce2e366b5e2c51b5ec7481d32f988d7eb67489
  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