Skip to content

Commit

Permalink
g.extension: fix installing addons, broke after markdown docs transition
Browse files Browse the repository at this point in the history
  • Loading branch information
petrasovaa committed Feb 18, 2025
1 parent 4d49111 commit ec5baa3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/g.extension/g.extension.py
Original file line number Diff line number Diff line change
Expand Up @@ -2038,6 +2038,7 @@ def install_extension_std_platforms(name, source, url, branch):
"bin": os.path.join(srcdir, "bin"),
"docs": os.path.join(srcdir, "docs"),
"html": os.path.join(srcdir, "docs", "html"),
"mkdocs": os.path.join(srcdir, "docs", "mkdocs"),
"rest": os.path.join(srcdir, "docs", "rest"),
"man": os.path.join(srcdir, "docs", "man"),
"script": os.path.join(srcdir, "scripts"),
Expand All @@ -2053,6 +2054,7 @@ def install_extension_std_platforms(name, source, url, branch):
"RUN_GISRC=%s" % os.environ["GISRC"],
"BIN=%s" % dirs["bin"],
"HTMLDIR=%s" % dirs["html"],
"MDDIR=%s" % dirs["mkdocs"],
"RESTDIR=%s" % dirs["rest"],
"MANBASEDIR=%s" % dirs["man"],
"SCRIPTDIR=%s" % dirs["script"],
Expand Down

0 comments on commit ec5baa3

Please sign in to comment.