X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=stepmake%2Fstepmake%2Fdocumentation-rules.make;h=b87e6428fae8c81239f9aa03b9195d116de4c864;hb=82bb4a8615a33cc3346a6d7c4da59a492529afb6;hp=e7ac7462470d4b4b630b3fc42fb56a56d1b60920;hpb=b046ce3acb25f54c78a9ccd767ece722a60a7ef6;p=lilypond.git diff --git a/stepmake/stepmake/documentation-rules.make b/stepmake/stepmake/documentation-rules.make index e7ac746247..b87e6428fa 100644 --- a/stepmake/stepmake/documentation-rules.make +++ b/stepmake/stepmake/documentation-rules.make @@ -1,25 +1,15 @@ -# Docrules.make - # special rules for the documentation section. # There are too many to add to the general rules -.SUFFIXES: .1 .data .html .gif .xpm .tex .txt +.SUFFIXES: .1 .data .html .gif .png .tex .txt .xpm $(outdir)/%.gif: %.xpm xpmtoppm $< | ppmtogif > $@ +$(outdir)/%.png: %.xpm + xpmtoppm $< | pnmtopng > $@ + # use striproff? $(outdir)/%.txt: $(outdir)/%.1 troff -man -Tascii $< | grotty -b -u -o > $@ -#urg should generalise and move Lilypond -> StepMake -$(outdir)/%.html: %.data $(depth)/VERSION - $(PYTHON) $(step-bindir)/table-to-html.py --package=$(topdir) -o $@ $< - $(PYTHON) $(step-bindir)/add-html-footer.py --package=$(topdir) $@ - -$(outdir)/%.tex: %.data $(depth)/VERSION - $(PYTHON) $(step-bindir)/table-to-html.py --package=$(topdir) -o $@ --latex $< - -include $(stepdir)/yodl-rules.make -include $(stepdir)/texinfo-rules.make -