From b71e3e374461dea19d89dd670f8d2d7054c2e098 Mon Sep 17 00:00:00 2001 From: fred Date: Wed, 27 Mar 2002 00:33:52 +0000 Subject: [PATCH] lilypond-1.3.113 --- make/ly-rules.make | 4 ---- 1 file changed, 4 deletions(-) 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 -- 2.39.5