]> git.donarmstrong.com Git - lilypond.git/blobdiff - make/toplevel.make.in
patch::: 1.2.8.jcn2
[lilypond.git] / make / toplevel.make.in
index 8e7fde2a7301774e5803619d632b81d8fa2c97c0..80880448443cd82538719fe8e863b0b35172b7c7 100644 (file)
@@ -32,11 +32,10 @@ website: fonts htmldoc examples doc++
 fonts:
        $(MAKE) -C $(depth)/mf 
 
-
 examples:
        $(MAKE) CONFIGSUFFIX='www' -C input WWW
        $(MAKE) CONFIGSUFFIX='www' -C mutopia WWW
-       $(footify)
+       $(footify) `$(FIND) . -name '*.html' -print`
        tar --exclude='*.dvi' --exclude='*.tex' --exclude='*.ps' --exclude='*.ppm' -czf $(outdir)/examples.tar.gz  `find input mutopia -type d -name 'out-www' -print`
 
 localinstall:
@@ -48,4 +47,4 @@ local-WWW-clean:
        $(depth)/buildscripts/out/clean-fonts
 
 footify:
-       $(footify)
+       $(footify) `$(FIND) . -name '*.html' -print`