From: fred Date: Wed, 27 Mar 2002 00:33:52 +0000 (+0000) Subject: lilypond-1.3.113 X-Git-Tag: release/1.5.59~1080 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=b71e3e374461dea19d89dd670f8d2d7054c2e098;p=lilypond.git lilypond-1.3.113 --- diff --git a/make/ly-rules.make b/make/ly-rules.make index e95bfafe62..a9d1be58fe 100644 --- a/make/ly-rules.make +++ b/make/ly-rules.make @@ -2,20 +2,17 @@ .SUFFIXES: .doc .dvi .mudtex .tely .texi -SUBST_TEXI_DEPS=sed 's! \.\./! !g' < $(basename $@).dep > $(outdir)/temp.dep ; mv $(outdir)/temp.dep $(basename $@).dep $(outdir)/%.latex: %.doc rm -f $@ LILYPONDPREFIX=$(LILYPONDPREFIX)/.. $(PYTHON) $(script-dir)/lilypond-book.py --outdir=$(outdir) -I .. -I $(input-dir)/test/ --dependencies --dep-prefix=$(outdir)/ $< chmod -w $@ - $(SUBST_TEXI_DEPS) # don't do ``cd $(outdir)'', and assume that $(outdir)/.. is the src dir. # it is not, for --scrdir builds $(outdir)/%.texi: %.tely rm -f $@ LILYPONDPREFIX=$(LILYPONDPREFIX)/.. $(PYTHON) $(script-dir)/lilypond-book.py --outdir=$(outdir) -I .. -I $(input-dir)/test/ --dependencies --format=texi $< - $(SUBST_TEXI_DEPS) chmod -w $@ # nexi: no-lily texi @@ -24,7 +21,6 @@ $(outdir)/%.nexi: %.tely rm -f $@ LILYPONDPREFIX=$(LILYPONDPREFIX)/.. $(PYTHON) $(script-dir)/lilypond-book.py --outdir=$(outdir) --no-lily -I .. -I $(input-dir)/test/ --dependencies --dep-prefix=$(outdir)/ --format=texi $< mv $(@D)/$(*F).texi $@ - $(SUBST_TEXI_DEPS) chmod -w $@ # nfo: info from non-lily texi