From: fred Date: Tue, 26 Mar 2002 21:51:13 +0000 (+0000) Subject: lilypond-1.2.2 X-Git-Tag: release/1.5.59~2361 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=80b5b983aa6f832161b78582ab4973b5b7abac20;p=lilypond.git lilypond-1.2.2 --- diff --git a/make/mudela-rules.make b/make/mudela-rules.make index 478f2da9fb..4e82175ea2 100644 --- a/make/mudela-rules.make +++ b/make/mudela-rules.make @@ -5,5 +5,7 @@ $(outdir)/%.latex: %.doc - $(PYTHON) $(depth)/scripts/mudela-book.py -I $(depth)/input/test/ --outdir=$(outdir)/ --dependencies --outname=$(notdir $(basename $@)) $< - + cd $(outdir); $(PYTHON) $(depth)/../scripts/mudela-book.py -I .. -I $(depth)/../input/test/ --dependencies ../$< + sed 's! \.\./! !g'< $(basename $@).dep > $(outdir)/temp.dep + sed 's!^\(.*\):!'$(outdir)'/\1:!g' < $(outdir)/temp.dep > $(basename $@).dep + rm $(outdir)/temp.dep