summaryrefslogtreecommitdiff
path: root/make
diff options
context:
space:
mode:
authorJan Nieuwenhuizen <janneke@gnu.org>2002-07-24 13:28:12 +0000
committerJan Nieuwenhuizen <janneke@gnu.org>2002-07-24 13:28:12 +0000
commit3189be8f879384108e2d99fe83c972d68c5215dd (patch)
tree4624d81cd7771b01e9c68c43e9a8ceec9ffe4021 /make
parentf6088d898c589dba6599bd4e3faa8e5c48f74084 (diff)
* aclocal.m4: Regenerate.
* config.hh.in: * config.make.in: * stepmake/aclocal.m4: Cleanups and more conventional naming for datadir ($prefix/share), package_datadir ($prefix/$package), and local_package_datadir ($prefix/$package/$version). * make/lilypond-vars.make: * scripts/ly2dvi.py: * scripts/lilypond-book.py: * scripts/mup2ly.py: * scripts/midi2ly.py: use local_package_datadir iso datadir. * GNUmakefile.in: build_datadir without version. * lily/main.cc: Datadir cleanup. * lily/text-item.cc (lookup_text): * lily/music-output-def.cc (print_smob): * lily/mensural-ligature.cc (brew_molecule): * lily/beam-quanting.cc (score_slopes_dy, score_forbidden_quants): Fix warnings.
Diffstat (limited to 'make')
-rw-r--r--make/lilypond-vars.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/lilypond-vars.make b/make/lilypond-vars.make
index e82fe7ebc4..516f519719 100644
--- a/make/lilypond-vars.make
+++ b/make/lilypond-vars.make
@@ -6,7 +6,7 @@ export PATH:=$(builddir)/lily/$(outconfbase):$(builddir)/buildscripts/$(outconfb
# LilyPond is often run from within $(outdir), making a relative
# PREFIX incorrect.
-export LILYPONDPREFIX:=$(shell cd $(builddir)/share/lilypond/$(TOPLEVEL_VERSION); pwd)
+export LILYPONDPREFIX:=$(build_lilypond_datadir)
export PYTHONPATH:=$(topdir)/python:$(PYTHONPATH)