]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.3.33
authorfred <fred>
Tue, 26 Mar 2002 22:46:58 +0000 (22:46 +0000)
committerfred <fred>
Tue, 26 Mar 2002 22:46:58 +0000 (22:46 +0000)
make/toplevel.make.in
stepmake/stepmake/yolily-toplevel-targets.make

index fd457e035f0984619da2d84449d74e0b22c59a5b..c8a102b841edf2fdbc635b2eb41956b10b18c7d8 100644 (file)
@@ -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
index 73565b8c2e4cf9247a707af585545fb360165dad..377e05398c23723197beda6391918db7381e58ab 100644 (file)
@@ -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: