From 81ac9cb57d67f0aaf7ee920b1b3639dd1d4f8dec Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Sun, 14 Mar 2010 17:46:03 +0000 Subject: [PATCH] Web build: fix depth for /website/ dir. --- scripts/build/create-weblinks-itexi.py | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) 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 = "" -- 2.39.5