]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.3.144
authorfred <fred>
Wed, 27 Mar 2002 00:59:18 +0000 (00:59 +0000)
committerfred <fred>
Wed, 27 Mar 2002 00:59:18 +0000 (00:59 +0000)
GNUmakefile.in

index 473c9a50fed0f5733f47f6ac37cc2a4094d8f5c7..42da1397ef756fab80a1d894d914eb70128d2233 100644 (file)
@@ -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