]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.0.4
authorfred <fred>
Sun, 26 Jul 1998 13:04:25 +0000 (13:04 +0000)
committerfred <fred>
Sun, 26 Jul 1998 13:04:25 +0000 (13:04 +0000)
make/mudela-rules.make [new file with mode: 0644]

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 $@) $<
+