]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.3.113
authorfred <fred>
Wed, 27 Mar 2002 00:33:52 +0000 (00:33 +0000)
committerfred <fred>
Wed, 27 Mar 2002 00:33:52 +0000 (00:33 +0000)
make/ly-rules.make

index e95bfafe62bcd18b2cba68cbbe080d927a2a3be0..a9d1be58febefc00667853ff6938ffe245bf03d4 100644 (file)
@@ -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