From: fred <fred>
Date: Tue, 26 Mar 2002 22:46:58 +0000 (+0000)
Subject: lilypond-1.3.33
X-Git-Tag: release/1.5.59~1827
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=5e64865bcd3f696516f9b7490d62676103db8ae4;p=lilypond.git

lilypond-1.3.33
---

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: