X-Git-Url: https://git.donarmstrong.com/lilypond.git?a=blobdiff_plain;f=stepmake%2Fstepmake%2FToplevel.make;h=57049f02d69bb4755b085faf469de771df60fb8a;hb=fd67592c6acb9b8e9ac10135d688b3f4938ac0b1;hp=00ae42bf779147c47c08560331522c1bebe9b929;hpb=a3a44f9f3c581b6824b3a65f9039656693e09bbf;p=lilypond.git diff --git a/stepmake/stepmake/Toplevel.make b/stepmake/stepmake/Toplevel.make index 00ae42bf77..57049f02d6 100644 --- a/stepmake/stepmake/Toplevel.make +++ b/stepmake/stepmake/Toplevel.make @@ -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!