diff options
author | Graham Percival <graham@percival-music.ca> | 2010-04-13 13:29:45 +0100 |
---|---|---|
committer | Graham Percival <graham@percival-music.ca> | 2010-04-13 13:29:45 +0100 |
commit | 218ed39bfe682e47cf92ca6abd365f8a41e91ae4 (patch) | |
tree | 612324ca32286e4ea16ed92bd471bd5269f57bc4 /make | |
parent | a449f43ea072b331d30fc7a5988ba160cf02f855 (diff) |
Web build: update src dir.
Diffstat (limited to 'make')
-rw-r--r-- | make/website.make | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/website.make b/make/website.make index cca162ad7a..fbcdc0d81f 100644 --- a/make/website.make +++ b/make/website.make @@ -6,7 +6,7 @@ ################################################################ ifeq ($(WEBSITE_ONLY_BUILD),1) ### for lilypond.org - TOP_SRC_DIR=$(HOME)/src/lilypond + TOP_SRC_DIR=$(HOME)/lilypond/lilypond-git TRUSTED_DIR=$(HOME)/lilypond/trusted-scripts top-src-dir=$(TOP_SRC_DIR) depth=. |