From e658d01efc92a2d83a443e24090c890886bba79c Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 20:10:11 +0000 Subject: [PATCH] lilypond-1.0.1 --- DEDICATION | 8 ++++---- make/Mudela_rules.make | 11 +++++++++++ 2 files changed, 15 insertions(+), 4 deletions(-) create mode 100644 make/Mudela_rules.make diff --git a/DEDICATION b/DEDICATION index 895b59cc0c..b6a224e0b3 100644 --- a/DEDICATION +++ b/DEDICATION @@ -5,10 +5,10 @@ met through music. - Those deserving special mention (in no particular order): + Those deserving special mentioning (in no particular order): Esther, Marijke, Heike, Inge, Judith, Hannah, Auke, Ilse, Evelyn, -Maartje, Suzanne, Ilse (gee, again?), Bonne and last (but certainly -not least) Janneke! +Maartje, Suzanne, Ilse (gee, again?) and last (but certainly not +least) Janneke! HWN @@ -21,7 +21,7 @@ Eva, Roos, Judith, Tim, and, of course, Wendy! Of course, our other friends in the `Eindhovens Jongeren Ensemble' -(http://www.cs.ruu.nl/~hanwen/eje.html) cannot go unmentioned either. +(http://www.cs.uu.nl/~hanwen/eje.html) cannot go unmentioned either. --- * --- diff --git a/make/Mudela_rules.make b/make/Mudela_rules.make new file mode 100644 index 0000000000..5a7d8ef670 --- /dev/null +++ b/make/Mudela_rules.make @@ -0,0 +1,11 @@ +# Mudela_rules.make + +.SUFFIXES: .doc .dvi .mudtex + +$(outdir)/%.dvi: $(outdir)/%.mudtex + latex '\nonstopmode \input $<' + mv $(notdir $@) $(outdir) + +$(outdir)/%.mudtex: %.doc + $(PYTHON) $(depth)/scripts/mudela-book.py --outdir=$(outdir)/ --outname=$(notdir $@) $< + -- 2.39.5