]> git.donarmstrong.com Git - lilypond.git/blobdiff - stepmake/stepmake/Toplevel.make
release: 1.0.3
[lilypond.git] / stepmake / stepmake / Toplevel.make
index 00ae42bf779147c47c08560331522c1bebe9b929..57049f02d69bb4755b085faf469de771df60fb8a 100644 (file)
@@ -27,7 +27,10 @@ htmldoc:
        $(MAKE) CONFIGSUFFIX='www' local-WWW
        $(MAKE) CONFIGSUFFIX='www' -C Documentation WWW
        rm -f `find . -name \*.html~ -print`
-       tar cfz $(outdir)/htmldoc.tar.gz  `find Documentation -type d -name 'out-www' -print` index.html $(shell ls *.gif $(ERRORLOG))
+       find `find Documentation -type d -name 'out-www'` -not -name '*dvi' -not -name '*ly' -not -name '*tex' -not -name '*.ps' -not -name 'out-www' > wwwlist
+
+       tar cfz $(outdir)/htmldoc.tar.gz  `cat wwwlist` $(shell ls *.gif $(ERRORLOG))
+
 
 
 # if you fix this, please fix yodl too!