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
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.
--- * ---
--- /dev/null
+# 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 $@) $<
+