From 5e64865bcd3f696516f9b7490d62676103db8ae4 Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 26 Mar 2002 22:46:58 +0000 Subject: [PATCH] lilypond-1.3.33 --- make/toplevel.make.in | 9 +++++++++ stepmake/stepmake/yolily-toplevel-targets.make | 9 --------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/make/toplevel.make.in b/make/toplevel.make.in index fd457e035f..c8a102b841 100644 --- a/make/toplevel.make.in +++ b/make/toplevel.make.in @@ -32,6 +32,15 @@ fonts: $(MAKE) -C $(depth)/mf + +htmldoc: + $(MAKE) CONFIGSUFFIX='www' local-WWW + $(MAKE) CONFIGSUFFIX='www' -C Documentation WWW + rm -f `find . -name \*.html~ -print` + $(footify-all-command) + find `find Documentation -type d -name 'out-www'` -not -name '*dvi' -not -name '*ly' -not -name '*tex' -not -name '*.ps' -not -name 'out-www' > wwwlist + tar cfz $(outdir)/htmldoc.tar.gz `cat wwwlist` `ls *.png $(ERRORLOG)` index.html + examples: $(MAKE) CONFIGSUFFIX='www' -C input WWW $(MAKE) CONFIGSUFFIX='www' -C mutopia WWW diff --git a/stepmake/stepmake/yolily-toplevel-targets.make b/stepmake/stepmake/yolily-toplevel-targets.make index 73565b8c2e..377e05398c 100644 --- a/stepmake/stepmake/yolily-toplevel-targets.make +++ b/stepmake/stepmake/yolily-toplevel-targets.make @@ -11,15 +11,6 @@ do-top-doc: $(README_TXT_FILES): do-top-doc - -htmldoc: - $(MAKE) CONFIGSUFFIX='www' local-WWW - $(MAKE) CONFIGSUFFIX='www' -C Documentation WWW - rm -f `find . -name \*.html~ -print` - $(footify-all-command) - find `find Documentation -type d -name 'out-www'` -not -name '*dvi' -not -name '*ly' -not -name '*tex' -not -name '*.ps' -not -name 'out-www' - tar cfz $(outdir)/htmldoc.tar.gz `cat wwwlist` `ls *.png $(ERRORLOG)` index.html - localclean: -- 2.39.5