]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.0.1
authorfred <fred>
Sun, 24 Mar 2002 20:10:11 +0000 (20:10 +0000)
committerfred <fred>
Sun, 24 Mar 2002 20:10:11 +0000 (20:10 +0000)
DEDICATION
make/Mudela_rules.make [new file with mode: 0644]

index 895b59cc0c8a15d2c6090729ad63bdfc5baf9d4b..b6a224e0b3d8eac3346e52811ca733ceed7ac133 100644 (file)
@@ -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 (file)
index 0000000..5a7d8ef
--- /dev/null
@@ -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 $@) $<
+