From 056c0bdcf03d768d1b51d89e2c9377c51d6a0a02 Mon Sep 17 00:00:00 2001 From: fred Date: Wed, 27 Mar 2002 00:59:18 +0000 Subject: [PATCH] lilypond-1.3.144 --- GNUmakefile.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/GNUmakefile.in b/GNUmakefile.in index 473c9a50fe..42da1397ef 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -76,7 +76,9 @@ local-web: fonts lily $(TOP_HTMLS:%.html=%) footify do-top-doc top-web top-web: rm -f `find . -name \*.html~ -print` - find `find Documentation input mutopia *.png index.html -type d -name 'out-www'` -not -name '*dvi' -not -name '*ly' -not -name '*tex' -not -name '*.ps' -not -name 'out-www' | tar -czf $(outdir)/web.tar.gz -T - + find `find Documentation input mutopia *.png index.html -type d -name 'out-www'` -not -name '*dvi' -not -name '*ly' -not -name '*tex' -not -name '*.ps' -not -name 'out-www' > $(outdir)/weblist + ls *.png *.html >> $(outdir)/weblist + cat $(outdir)/weblist | tar -czf $(outdir)/web.tar.gz -T - #WWW: local-WWW -- 2.39.5