diff options
author | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2004-10-29 22:42:54 +0000 |
---|---|---|
committer | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2004-10-29 22:42:54 +0000 |
commit | 2bd970c780ace4bf5ba0ce8f1ae572d08bdc8c19 (patch) | |
tree | 8255f5f9d9fdc27f746dd9782e7896f8e7d693aa /make | |
parent | d0c094c43a5b5792856fb94bd4cb9c2cfabc929c (diff) |
* make/lilypond-vars.make: add scripts/out/ to PATH, to find ps2png.
* scm/lily.scm (ly:system): new function. Catches uninstalled
ps2png.
Diffstat (limited to 'make')
-rw-r--r-- | make/lilypond-vars.make | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/lilypond-vars.make b/make/lilypond-vars.make index b5ae24f1da..28a312bbd2 100644 --- a/make/lilypond-vars.make +++ b/make/lilypond-vars.make @@ -2,7 +2,7 @@ ## settings to run LilyPond -export PATH:=$(builddir)/lily/$(outconfbase):$(builddir)/buildscripts/$(outconfbase):$(PATH) +export PATH:=$(builddir)/lily/$(outconfbase):$(builddir)/buildscripts/$(outconfbase):$(builddir)/scripts/$(outconfbase):$(PATH): # LilyPond is often run from within $(outdir), making a relative # PREFIX incorrect. |