From: fred Date: Sun, 24 Mar 2002 20:11:37 +0000 (+0000) Subject: lilypond-0.1.62 X-Git-Tag: release/1.5.59~3104 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=031b877c9dfa1b064249969aac7e056d43007780;p=lilypond.git lilypond-0.1.62 --- 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