From: Graham Percival Date: Sun, 14 Mar 2010 17:46:03 +0000 (+0000) Subject: Web build: fix depth for /website/ dir. X-Git-Tag: release/2.13.16-1~23 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=81ac9cb57d67f0aaf7ee920b1b3639dd1d4f8dec;p=lilypond.git Web build: fix depth for /website/ dir. --- diff --git a/scripts/build/create-weblinks-itexi.py b/scripts/build/create-weblinks-itexi.py index 4cf5fb4b53..bdc8f71f2d 100644 --- a/scripts/build/create-weblinks-itexi.py +++ b/scripts/build/create-weblinks-itexi.py @@ -8,16 +8,8 @@ import sys import os import glob - - -# FIXME: if the depth depends on the type of build, figure it -# out automatically. -### just like depth in our GNUmakefiles -# these links are relative from /~graham/web/ -depth = "../../" -# these links are relative from the v2.13 docs -#depth = "../../../../" - +# these links are relative from /website/ +depth = "../" VERSION_STABLE = ""