From 983d5ddf209ab9f9ce693237b93ef3a83916a06e Mon Sep 17 00:00:00 2001
From: fred <fred>
Date: Tue, 26 Mar 2002 21:46:40 +0000
Subject: [PATCH] lilypond-1.1.27

---
 make/toplevel.make.in        | 2 +-
 mutopia/Coriolan/GNUmakefile | 7 +++----
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/make/toplevel.make.in b/make/toplevel.make.in
index 00fcf03754..dae5f960c6 100644
--- a/make/toplevel.make.in
+++ b/make/toplevel.make.in
@@ -32,7 +32,7 @@ website: htmldoc examples doc++
 examples:
 	$(MAKE) CONFIGSUFFIX='www' -C input WWW
 	$(MAKE) CONFIGSUFFIX='www' -C mutopia WWW
-	tar --exclude='*.dvi' --exclude='*.tex' --exclude='*.ps' -czf $(outdir)/examples.tar.gz  `find input mutopia -type d -name 'out-www' -print`
+	tar --exclude='*.dvi' --exclude='*.tex' --exclude='*.ps' --exclude='*.ppm' -czf $(outdir)/examples.tar.gz  `find input mutopia -type d -name 'out-www' -print`
 
 CMR10DIR=$(dir $(shell kpsewhich cmr10.tfm))#ugh! Need kpsewhich
 TEX_TFMDIR=$(CMR10DIR)
diff --git a/mutopia/Coriolan/GNUmakefile b/mutopia/Coriolan/GNUmakefile
index ea6d442405..5ce44985d0 100644
--- a/mutopia/Coriolan/GNUmakefile
+++ b/mutopia/Coriolan/GNUmakefile
@@ -2,11 +2,10 @@
 
 depth = ../..
 
-# do Coriolan if you have plenty RAM / CPU
-#examples=coriolan oboi-part viola-part
-
-examples= coriolan oboi-part viola-part
+# do Coriolan if you have plenty RAM / CPU / quotum
+examples=
 
+examples= 
 LOCALSTEPMAKE_TEMPLATES=mutopia
 
 include $(depth)/make/stepmake.make
-- 
2.39.5