From: fred Date: Fri, 31 Jul 1998 11:49:03 +0000 (+0000) Subject: lilypond-1.0.1 X-Git-Tag: release/1.5.59~5855 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=76257ba846d17c0f0deb857bbe3074b7c961fa15;p=lilypond.git lilypond-1.0.1 --- diff --git a/stepmake/stepmake/Documentation_rules.make b/stepmake/stepmake/Documentation_rules.make new file mode 100644 index 0000000000..6e9828954a --- /dev/null +++ b/stepmake/stepmake/Documentation_rules.make @@ -0,0 +1,25 @@ +# 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 + +$(outdir)/%.gif: %.xpm + xpmtoppm $< | ppmtogif > $@ + +$(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 +-include $(make-dir)/Docrules.make +