]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.2.7
authorfred <fred>
Tue, 26 Mar 2002 22:25:57 +0000 (22:25 +0000)
committerfred <fred>
Tue, 26 Mar 2002 22:25:57 +0000 (22:25 +0000)
make/toplevel.make.in
stepmake/stepmake/yolily-toplevel-vars.make

index c26bfe991e809bdbf42ff57b1dc99fa642bc0511..8e7fde2a7301774e5803619d632b81d8fa2c97c0 100644 (file)
@@ -32,9 +32,11 @@ website: fonts htmldoc examples doc++
 fonts:
        $(MAKE) -C $(depth)/mf 
 
+
 examples:
        $(MAKE) CONFIGSUFFIX='www' -C input WWW
        $(MAKE) CONFIGSUFFIX='www' -C mutopia WWW
+       $(footify)
        tar --exclude='*.dvi' --exclude='*.tex' --exclude='*.ps' --exclude='*.ppm' -czf $(outdir)/examples.tar.gz  `find input mutopia -type d -name 'out-www' -print`
 
 localinstall:
@@ -44,3 +46,6 @@ localinstall:
 
 local-WWW-clean:
        $(depth)/buildscripts/out/clean-fonts
+
+footify:
+       $(footify)
index 063229a4c43e1ce7767fe418b49cc5421fc45882..8d4dd0c13cce452350af1d181c3428d672c3a323 100644 (file)
@@ -1,5 +1,5 @@
 # -*-Makefile-*-
 # title           Yolily_Toplevel_vars.make
 
-#empty 
-
+footify=$(PYTHON) $(step-bindir)/add-html-footer.py --name $(PACKAGE_NAME) --version $(TOPLEVEL_VERSION) \
+               --footer Documentation/footer.html.in `$(FIND) . -name '*.html' -print`