From: fred Date: Tue, 26 Mar 2002 22:27:27 +0000 (+0000) Subject: lilypond-1.2.13 X-Git-Tag: release/1.5.59~2119 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=9f47a3c674aadb89f99a21e328736b9826bc366b;p=lilypond.git lilypond-1.2.13 --- diff --git a/stepmake/stepmake/documentation-vars.make b/stepmake/stepmake/documentation-vars.make index dfe32198c6..82861d8227 100644 --- a/stepmake/stepmake/documentation-vars.make +++ b/stepmake/stepmake/documentation-vars.make @@ -5,6 +5,8 @@ at-ext = .in footify=$(PYTHON) $(step-bindir)/add-html-footer.py --name $(PACKAGE_NAME) --version $(TOPLEVEL_VERSION) --footer $(depth)/Documentation/footer.html.in +footify-all-command=$(footify) `$(FIND) . -name '*.html' -print` + # YO_FILES := $(wildcard *.yo) POD_FILES := $(wildcard *.pod) diff --git a/stepmake/stepmake/yolily-toplevel-targets.make b/stepmake/stepmake/yolily-toplevel-targets.make index 278d406382..72612a2cfb 100644 --- a/stepmake/stepmake/yolily-toplevel-targets.make +++ b/stepmake/stepmake/yolily-toplevel-targets.make @@ -16,9 +16,8 @@ htmldoc: $(MAKE) CONFIGSUFFIX='www' local-WWW $(MAKE) CONFIGSUFFIX='www' -C Documentation WWW rm -f `find . -name \*.html~ -print` - $(footify) + $(footify-all-command) 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` `ls *.png out-www/$(distname).diff.gz $(ERRORLOG)` index.html localclean: