From 7e93b478cd7d1147beb13c84c15d170f7afbec1c Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 28 Jul 1998 10:21:54 +0000 Subject: [PATCH] lilypond-1.0.4 --- stepmake/stepmake/yodl-rules.make | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 stepmake/stepmake/yodl-rules.make diff --git a/stepmake/stepmake/yodl-rules.make b/stepmake/stepmake/yodl-rules.make new file mode 100644 index 0000000000..34542d3f2b --- /dev/null +++ b/stepmake/stepmake/yodl-rules.make @@ -0,0 +1,26 @@ +# Yodl_rules.make + +.SUFFIXES: .1 .5 .7 .dvi .html .latex .ps .texinfo .txt .yo + +$(outdir)/%.1: %.yo + $(YODL2MAN) -doutdir=$(outdir) --live-data=3 -o $@ $< + +$(outdir)/%.5: %.yo + $(YODL2MAN) -doutdir=$(outdir) --live-data=3 -o $@ $< + +$(outdir)/%.7: %.yo + $(YODL2MAN) -doutdir=$(outdir) --live-data=3 -o $@ $< + +$(outdir)/%.html: %.yo + $(YODL2HTML) -doutdir=$(outdir) --live-data=3 -o $@ $< + $(PYTHON) $(step-bindir)/add-html-footer.py --package=$(topdir) --index=$(depth)/../index.html $@ $(wildcard $(basename $@)[0-9][0-9].html) + +$(outdir)/%.latex: %.yo + $(YODL2LATEX) -doutdir=$(outdir) --live-data=3 -o $@ $< + +$(outdir)/%.texinfo: %.yo + $(YODL2TEXINFO) -doutdir=$(outdir) --live-data=3 -o $@ $< + +$(outdir)/%.txt: %.yo + $(YODL2TXT) -doutdir=$(outdir) --live-data=3 -o $@ $< + -- 2.39.5