X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=make%2Fly-rules.make;h=19b00f05b222ed41653b2f40fd7345e91c30b296;hb=e18531db1f79fb685fbd16d6a2a67bf4b6c09915;hp=52ee4b015ed731b0a46d47e3fa3f62dfc6d604d4;hpb=fcc35aa46a102904e1f7630f759b3dfdbc0da554;p=lilypond.git diff --git a/make/ly-rules.make b/make/ly-rules.make index 52ee4b015e..19b00f05b2 100644 --- a/make/ly-rules.make +++ b/make/ly-rules.make @@ -15,7 +15,9 @@ $(i) $(i): endef -$(eval $(firstword $(MASTER_TEXI_FILES)): $(foreach i, $(wordlist 2, $(words $(MASTER_TEXI_FILES)), $(MASTER_TEXI_FILES)),$(CHAIN_RULE))) +$(eval $(firstword $(TEXI_FILES_FROM_TELY)):\ + $(foreach i, $(wordlist 2, $(words $(TEXI_FILES_FROM_TELY)),\ + $(TEXI_FILES_FROM_TELY)),$(CHAIN_RULE))) # don't do ``cd $(outdir)'', and assume that $(outdir)/.. is the src dir. # it is not, for --srcdir builds @@ -33,14 +35,8 @@ $(outdir)/%.html.omf: %.tely $(outdir)/%.pdf.omf: %.tely $(call GENERATE_OMF,pdf) -$(outdir)/%.ps.gz.omf: %.tely - $(call GENERATE_OMF,ps.gz) - $(outdir)/%.html.omf: $(outdir)/%.texi $(call GENERATE_OMF,html) $(outdir)/%.pdf.omf: $(outdir)/%.texi $(call GENERATE_OMF,pdf) - -$(outdir)/%.ps.gz.omf: $(outdir)/%.texi - $(call GENERATE_OMF,ps.gz)