From 0e2decf211f91a392455edec9bc35c0a32d47b26 Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 26 Mar 2002 22:25:57 +0000 Subject: [PATCH] lilypond-1.2.7 --- make/toplevel.make.in | 5 +++++ stepmake/stepmake/yolily-toplevel-vars.make | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/make/toplevel.make.in b/make/toplevel.make.in index c26bfe991e..8e7fde2a73 100644 --- a/make/toplevel.make.in +++ b/make/toplevel.make.in @@ -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) diff --git a/stepmake/stepmake/yolily-toplevel-vars.make b/stepmake/stepmake/yolily-toplevel-vars.make index 063229a4c4..8d4dd0c13c 100644 --- a/stepmake/stepmake/yolily-toplevel-vars.make +++ b/stepmake/stepmake/yolily-toplevel-vars.make @@ -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` -- 2.39.5