X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=make%2Fly-rules.make;h=8b59dc9619f2894321ddfbb13cc1fdc5ef7d3a95;hb=af770f3440264c18ce01525dce1aa76b86ace0d5;hp=3849b142a77d933ac645e6e716e0439256a874a7;hpb=70f979b6f259e273bf8756af56f438401ebc6f3b;p=lilypond.git diff --git a/make/ly-rules.make b/make/ly-rules.make index 3849b142a7..8b59dc9619 100644 --- a/make/ly-rules.make +++ b/make/ly-rules.make @@ -1,63 +1,33 @@ -.SUFFIXES: .doc .dvi .tely .texi .ly +.SUFFIXES: .doc .tely .texi .ly -$(outdir)/%.latex: %.doc - if [ -f $@ ]; then chmod a+w $@; fi - $(PYTHON) $(LILYPOND_BOOK) $(LILYPOND_BOOK_INCLUDES) --process='$(LILYPOND) $(LILYPOND_BOOK_INCLUDES)' --output=$(outdir) --verbose $(LILYPOND_BOOK_FLAGS) $< - chmod -w $@ +$(outdir)/%.latex: %.doc + $(PYTHON) $(LILYPOND_BOOK) $(LILYPOND_BOOK_INCLUDES) --process='$(LILYPOND_BINARY) $(LILYPOND_BOOK_INCLUDES)' --output=$(outdir) $(LILYPOND_BOOK_FLAGS) $< # don't do ``cd $(outdir)'', and assume that $(outdir)/.. is the src dir. # it is not, for --srcdir builds $(outdir)/%.texi: %.tely - if [ -f $@ ]; then chmod a+w $@; fi - rm -f $$(grep -LF '\lilypondend' out/lily-*.tex) - $(PYTHON) $(LILYPOND_BOOK) $(LILYPOND_BOOK_INCLUDES) --process='$(LILYPOND) $(LILYPOND_BOOK_INCLUDES)' --output=$(outdir) --format=$(LILYPOND_BOOK_FORMAT) --verbose $(LILYPOND_BOOK_FLAGS) $< - chmod -w $@ + rm -f $$(grep -LF '% eof' $(outdir)/lily-*systems.*tex 2>/dev/null) + $(PYTHON) $(LILYPOND_BOOK) $(LILYPOND_BOOK_INCLUDES) --process='$(LILYPOND_BINARY) $(LILYPOND_BOOK_INCLUDES)' --output=$(outdir) --format=$(LILYPOND_BOOK_FORMAT) $(LILYPOND_BOOK_FLAGS) $< + $(outdir)/%.texi: $(outdir)/%.tely - if [ -f $@ ]; then chmod a+w $@; fi - rm -f $$(grep -LF '\lilypondend' out/lily-*.tex) - $(PYTHON) $(LILYPOND_BOOK) $(LILYPOND_BOOK_INCLUDES) --process='$(LILYPOND) $(LILYPOND_BOOK_INCLUDES)' --output=$(outdir) --format=$(LILYPOND_BOOK_FORMAT) --verbose $(LILYPOND_BOOK_FLAGS) $< + rm -f $$(grep -LF '% eof' $(outdir)/lily-*systems.*tex 2>/dev/null) + $(PYTHON) $(LILYPOND_BOOK) $(LILYPOND_BOOK_INCLUDES) --process='$(LILYPOND_BINARY) $(LILYPOND_BOOK_INCLUDES)' --output=$(outdir) --format=$(LILYPOND_BOOK_FORMAT) $(LILYPOND_BOOK_FLAGS) $< # # DON'T REMOVE SOURCE FILES, otherwise the .TEXI ALWAYS OUT OF DATE. # rm -f $< - chmod -w $@ -# nexi: no-lily texi -# for plain info doco: don't run lily +# nexi: n[o-lilypond t]exi +# for plain info doco: don't run lilypond $(outdir)/%.nexi: %.tely - if [ -f $@ ]; then chmod a+w $@; fi rm -f $(outdir)/$*.texi - $(PYTHON) $(LILYPOND_BOOK) $(LILYPOND_BOOK_INCLUDES) --output=$(outdir) --format=$(LILYPOND_BOOK_FORMAT) --verbose $(LILYPOND_BOOK_FLAGS) --process='true' $< - mv $(outdir)/$*.texinfo $@ 2>/dev/null || mv $(outdir)/$*.texi $@ - chmod -w $@ + $(PYTHON) $(LILYPOND_BOOK) $(LILYPOND_BOOK_INCLUDES) --output=$(outdir) --format=$(LILYPOND_BOOK_FORMAT) $(LILYPOND_BOOK_FLAGS) --process='true' $< + mv -f $(outdir)/$*.texinfo $@ 2>/dev/null || mv -f $(outdir)/$*.texi $@ -# nfo: info from non-lily texi $(outdir)/%.info: $(outdir)/%.nexi $(MAKEINFO) -I $(outdir) --output=$(outdir)/$(*F).info $< -# nfo: info from non-lily texi -#$(outdir)/%.nfo: $(outdir)/%.nexi -# $(MAKEINFO) --output=$(outdir)/$(*F).info $< - -# -# let's not do this: this interferes with the lilypond-book dependency mechanism. -# -##$(outdir)/%.tex: $(outdir)/%.ly -## $(LILYPOND) $(LILYPOND_BOOK_INCLUDES) -o $@ $< - -# -# Timothy's booklet -# -$(outdir)/%-book.ps: $(outdir)/%.ps - psbook $< $<.tmp - pstops '2:0L@.7(21cm,0)+1L@.7(21cm,14.85cm)' $<.tmp $@ - -$(outdir)/%.pdf: $(outdir)/%.dvi - dvips $(DVIPS_FLAGS) -o $@.pdfps -t $(DVIPS_PAPERSIZE) $< - ps2pdf -sPAPERSIZE=$(DVIPS_PAPERSIZE) $@.pdfps $@ - - $(outdir)/%.html.omf: %.tely $(call GENERATE_OMF,html) @@ -65,8 +35,7 @@ $(outdir)/%.pdf.omf: %.tely $(call GENERATE_OMF,pdf) $(outdir)/%.ps.gz.omf: %.tely - $(call GENERATE_OMF,ps.gz) - + $(call GENERATE_OMF,ps.gz) $(outdir)/%.html.omf: $(outdir)/%.texi $(call GENERATE_OMF,html) @@ -75,4 +44,4 @@ $(outdir)/%.pdf.omf: $(outdir)/%.texi $(call GENERATE_OMF,pdf) $(outdir)/%.ps.gz.omf: $(outdir)/%.texi - $(call GENERATE_OMF,ps.gz) + $(call GENERATE_OMF,ps.gz)