From 7aa3b89fca16c1942aba34a7e8a221457f1cabef Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 26 Mar 2002 22:46:18 +0000 Subject: [PATCH] lilypond-1.3.29 --- make/toplevel.make.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/make/toplevel.make.in b/make/toplevel.make.in index ed42272d1a..fd457e035f 100644 --- a/make/toplevel.make.in +++ b/make/toplevel.make.in @@ -39,8 +39,7 @@ examples: $(PYTHON) $(buildscripts)/mutopia-index.py -o short-examples.html input/ $(PYTHON) $(buildscripts)/mutopia-index.py -o long-examples.html mutopia/ - - tar --exclude='*.dvi' --exclude='*.tex' --exclude='*.ps' --exclude='*.ppm' -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 *-examples.html `find input mutopia -type d -name 'out-www' -print` localinstall: mkdir -p $(datadir) -- 2.39.5