]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.1.27
authorfred <fred>
Tue, 26 Mar 2002 21:46:40 +0000 (21:46 +0000)
committerfred <fred>
Tue, 26 Mar 2002 21:46:40 +0000 (21:46 +0000)
make/toplevel.make.in
mutopia/Coriolan/GNUmakefile

index 00fcf03754d4d26c91fbc6496dd275fc48baa381..dae5f960c6dfd48f9b02c7edb4c36cf25a5c68ba 100644 (file)
@@ -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)
index ea6d442405eaa8a9f9a18d07dba912cb8bb23cb1..5ce44985d0a040782e5a4c2fc446c67b6a33416d 100644 (file)
@@ -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