]> git.donarmstrong.com Git - lilypond.git/commitdiff
Build: fix website (1892)
authorGraham Percival <graham@percival-music.ca>
Sat, 17 Sep 2011 16:46:40 +0000 (17:46 +0100)
committerGraham Percival <graham@percival-music.ca>
Sat, 17 Sep 2011 16:47:17 +0000 (17:47 +0100)
Documentation/contributor/website-work.itexi
make/website.make

index 1f27cdb6f5a69f4d9d7cdbca3433ad819e9ab229..5842493d8d06ecf0f41f947096fc2fc7f4469331 100644 (file)
@@ -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
index e84a216486ab5e9a425fb300bbfe2cb8ba48b55d..ba646b22848cbcc40548c1b7b965c9ef62041331 100644 (file)
@@ -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