]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.2.13
authorfred <fred>
Tue, 26 Mar 2002 22:27:27 +0000 (22:27 +0000)
committerfred <fred>
Tue, 26 Mar 2002 22:27:27 +0000 (22:27 +0000)
stepmake/stepmake/documentation-vars.make
stepmake/stepmake/yolily-toplevel-targets.make

index dfe32198c6944d380b38f25e5aaeacdffdd42966..82861d822779af2eabadd4357f66290363e28d34 100644 (file)
@@ -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)
index 278d406382dd7ba823aee464576e5c40fd7bd35e..72612a2cfbbfc568997d66a4900ce0d5b0e54d08 100644 (file)
@@ -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: