From: Graham Percival Date: Sat, 17 Sep 2011 16:46:40 +0000 (+0100) Subject: Build: fix website (1892) X-Git-Tag: release/2.15.12-1~29 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=463be0c9f1784d5755459e87fe0929e5ad293eb7;p=lilypond.git Build: fix website (1892) --- diff --git a/Documentation/contributor/website-work.itexi b/Documentation/contributor/website-work.itexi index 1f27cdb6f5..5842493d8d 100644 --- a/Documentation/contributor/website-work.itexi +++ b/Documentation/contributor/website-work.itexi @@ -219,6 +219,7 @@ diff -u $DEST/create-weblinks-itexi.py $GIT/scripts/build/create-weblinks-itexi. diff -u $DEST/mass-link.py $GIT/scripts/build/mass-link.py diff -u $DEST/website_post.py $GIT/scripts/build/website_post.py diff -u $DEST/bib2texi.py $GIT/scripts/build/bib2texi.py +diff -u $DEST/langdefs.py $GIT/python/langdefs.py diff -u $DEST/lilypond.org.htaccess $GIT/Documentation/web/server/lilypond.org.htaccess diff -u $DEST/website-dir.htaccess $GIT/Documentation/web/server/website-dir.htaccess @end verbatim @@ -238,6 +239,7 @@ cp $GIT/scripts/build/create-weblinks-itexi.py $DEST/create-weblinks-itexi.py cp $GIT/scripts/build/mass-link.py $DEST/mass-link.py cp $GIT/scripts/build/website_post.py $DEST/website_post.py cp $GIT/scripts/build/bib2texi.py $DEST/bib2texi.py +cp $GIT/python/langdefs.py $DEST/langdefs.py cp $GIT/Documentation/web/server/lilypond.org.htaccess $DEST/lilypond.org.htaccess cp $GIT/Documentation/web/server/website-dir.htaccess $DEST/website-dir.htaccess @end verbatim diff --git a/make/website.make b/make/website.make index e84a216486..ba646b2284 100644 --- a/make/website.make +++ b/make/website.make @@ -20,6 +20,7 @@ ifeq ($(WEBSITE_ONLY_BUILD),1) EXAMPLES=$(HOME)/lilypond/media/ly-examples PICTURES=$(HOME)/lilypond/media/pictures PYTHON=python + PYTHONPATH=$(TRUSTED_DIR) else ### for normal git script-dir=$(top-src-dir)/scripts/build