X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=make%2Fmutopia-rules.make;h=82bc3ee13ce6c978fa99e3ea922f3942bf2a6519;hb=HEAD;hp=bd95ef14e2d435ca579d2e49e0faba3610d0b109;hpb=1aa0b269044885643c505b7e67398f46eef914a4;p=lilypond.git diff --git a/make/mutopia-rules.make b/make/mutopia-rules.make index bd95ef14e2..82bc3ee13c 100644 --- a/make/mutopia-rules.make +++ b/make/mutopia-rules.make @@ -1,40 +1,18 @@ +$(outdir)/%.ly: %.ly + cp $< $@ +$(outdir)/%.ily: %.ily + cp $< $@ -$(outdir)/%.png: $(outdir)/%.ps - gs -sDEVICE=pnggray -dTextAlphaBits=4 -dGraphicsAlphaBits=4 -sOutputFile="$(name-stem)-page%d.png" -r90 -dNOPAUSE $< -c quit - -mv $(name-stem)-page*.png $(outdir)/ - rm -f $@ - ln -s $(name-stem)-page1.png $@ - -$(outdir)/%.ly.txt: %.ly - ln -f $< $@ - -$(outdir)/%.ly.txt: $(outdir)/%.ly - cp -f $< $@ - -$(outdir)/%.ly.txt: %.abc +$(outdir)/%.ly: %.abc #which file to show here -- abc seems more cute? - ln -f $< $@ + cp $< $@ $(outdir)/%.ly: %.abc - $(PYTHON) $(ABC2LY) --strict -o $@ $< - -$(outdir)/%.dvi: $(outdir)/%.ly - $(PYTHON) $(LY2DVI) --output=$@ --dependencies $< - -# don't junk intermediate .dvi files. They're easier to view than -# .ps or .png -.PRECIOUS: $(outdir)/%.dvi - -$(outdir)/%.dvi: %.ly - $(PYTHON) $(LY2DVI) --output=$@ --dependencies $< - - -$(outdir)/%.pdf: $(outdir)/%.dvi - dvips -u +lilypond.map -o $@.pdfps -Ppdf $< - ps2pdf $@.pdfps $@ - -$(outdir)-$(PAPERSIZE)/%.dvi: %.ly - $(PYTHON) $(LY2DVI) --output=$@ --dependencies --set=papersize=$(PAPERSIZE) $< + $(PYTHON) $(ABC2LY) --strict -o $@ $< +# hmm. notdir builds src-dir builds? +$(outdir)/%.png $(outdir)/%.pdf $(outdir)/%.ly $(outdir)/%.ps: $(outdir)/%.ly $(INIT_LY_SOURCES) $(SCHEME_SOURCES) + cd $(outdir); $(LILYPOND_BINARY) --pdf --png -dlog-file="'$(basename $(notdir $<)).log" -ddump-signatures -danti-alias-factor=2 -ddelete-intermediate-files -dno-point-and-click -I $(call absdir,$(src-dir))/ $(notdir $<) + touch $(outdir)/$(basename $(notdir $<)).png