]> git.donarmstrong.com Git - lilypond.git/blobdiff - make/ly.make
Add '-dcrop' option to ps and svg backends
[lilypond.git] / make / ly.make
index caee2d22452b6bfee80c04e20047d3e4af64e46f..f9a3f212d447e64408b41f804065d934bd209750 100644 (file)
 # Magic: find and include LilyPond's StepMake rules
 #
 # 0: try local tree
-# 1: follow LILYPONDPREFIX
+# 1: follow LILYPOND_DATADIR
 # 2: try source tree in home
 # 3: try installed tree in $HOME
 # 4: try system installed tree
 # 5: try system installed tree
 #
 make-root=$(wildcard $(depth)/make)
-make-root?=$(wildcard $(LILYPONDPREFIX)/make)
+make-root?=$(wildcard $(LILYPOND_DATADIR)/make)
 make-root?=$(wildcard $(HOME)/usr/src/lilypond/make)
 make-root?=$(wildcard $(HOME)/usr/share/lilypond/make)
 make-root?=$(wildcard /usr/share/lilypond/make)