From 031b877c9dfa1b064249969aac7e056d43007780 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 20:11:37 +0000 Subject: [PATCH] lilypond-0.1.62 --- make/Toplevel.make.in | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/make/Toplevel.make.in b/make/Toplevel.make.in index f10c3474c7..ef9c9ccd78 100644 --- a/make/Toplevel.make.in +++ b/make/Toplevel.make.in @@ -66,13 +66,24 @@ Makefile: make/Toplevel.make.in website: + $(MAKE) CONFIGSUFFIX='www' local-WWW $(MAKE) CONFIGSUFFIX='www' -C Documentation WWW - + tar cfz $(outdir)/htmldoc.tar.gz `find Documentation -type d -name 'out-www' -print` out-www examples: $(MAKE) CONFIGSUFFIX='www' -C input WWW $(MAKE) CONFIGSUFFIX='www' -C mutopia WWW - tar cfz $(outdir)/examples.tar.gz `find input mutopia -type d -name 'out-www' -print` + tar --exclude='*.dvi' --exclude='*.tex' --exclude='*.ps' -czf $(outdir)/examples.tar.gz `find input mutopia -type d -name 'out-www' -print` + + + + +local-WWW: $(outdir)/index.html +$(outdir)/index.html: Documentation/$(outdir)/topweb.html NEWS + cp Documentation/$(outdir)/topweb.html $@ + add-html-footer --news=NEWS $@ +Documentation/$(outdir)/topweb.html: + make -C Documentation/ html -- 2.39.5