From 9a5066de071856f67ca0ff599fe1117bf638b033 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:55:08 +0000 Subject: [PATCH] lilypond-0.1.26 --- Documentation/Rules.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/Rules.make b/Documentation/Rules.make index d5c66f344b..3eaf8cd967 100644 --- a/Documentation/Rules.make +++ b/Documentation/Rules.make @@ -45,7 +45,7 @@ $(outdir)/%.gz: $(outdir)/% name-stem= $(notdir $(basename $<)) $(outdir)/%.dvi: $(depth)/input/%.ly $(depth)/VERSION (cd $(outdir); \ - lilypond -o $(name-stem) ../$< ) + lilypond -I. -o $(name-stem) ../$< ) (cd $(outdir); \ if [ -f ../$(basename $< ).tex ]; \ then \ -- 2.39.5