From: Graham Percival Date: Sat, 4 Feb 2012 22:10:04 +0000 (+0000) Subject: Build: website should rely on $LILYPOND_GIT X-Git-Tag: release/2.15.29-1~27 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=460165d9b83877a13f47060486f77aa8de0bd649;p=lilypond.git Build: website should rely on $LILYPOND_GIT This work was sponsored by David Kastrup. --- diff --git a/make/website.make b/make/website.make index 4fed193985..59ac71d818 100644 --- a/make/website.make +++ b/make/website.make @@ -7,7 +7,7 @@ ifeq ($(WEBSITE_ONLY_BUILD),1) ### for lilypond.org - TOP_SRC_DIR=$(HOME)/lilypond/lilypond-git + TOP_SRC_DIR=$(LILYPOND_GIT) TRUSTED_DIR=$(HOME)/lilypond/trusted-scripts top-src-dir=$(TOP_SRC_DIR) depth=. @@ -16,7 +16,8 @@ ifeq ($(WEBSITE_ONLY_BUILD),1) texi2html-init-file=$(trusted-dir)/lilypond-texi2html.init top-htaccess=$(trusted-dir)/lilypond.org.htaccess dir-htaccess=$(trusted-dir)/website-dir.htaccess - TEXI2HTML_PROGRAM=$(HOME)/usr/bin/texi2html + # grab it from PATH + TEXI2HTML_PROGRAM=texi2html PYTHON=python PYTHONPATH=$(TRUSTED_DIR) else