From: fred Date: Wed, 27 Mar 2002 00:59:18 +0000 (+0000) Subject: lilypond-1.3.144 X-Git-Tag: release/1.5.59~819 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=056c0bdcf03d768d1b51d89e2c9377c51d6a0a02;p=lilypond.git lilypond-1.3.144 --- 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