diff options
author | Julien Rioux <jrioux@physics.utoronto.ca> | 2011-12-18 18:08:22 -0500 |
---|---|---|
committer | Graham Percival <graham@percival-music.ca> | 2011-12-25 18:34:33 -0800 |
commit | 4615135bf10e1a78b3658162575c46aca2f73a38 (patch) | |
tree | 88ac13231e823464ba56511a89f0faeb91817744 /make | |
parent | 6c7d15f493c2b913c4ee51204a107d4494b4eb19 (diff) |
Build: Fix a typo.
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 d6d9ef7a12..36fd7a55a5 100644 --- a/make/website.make +++ b/make/website.make @@ -135,7 +135,7 @@ xref-files = $(MANUALS_BASE:%=$(OUT)/%.xref-map) check-setup: ifeq ($(LILYPOND_WEB_MEDIA_GIT),) - echo "Need a $LILYPOND_WEB_MEDIA_GIT environment variable!" + echo "Need a LILYPOND_WEB_MEDIA_GIT environment variable!" exit 1 endif |