]> git.donarmstrong.com Git - lilypond.git/blobdiff - make/toplevel.make.in
patch::: 1.3.41.jcn2
[lilypond.git] / make / toplevel.make.in
index ed42272d1a0eea64bc30728c5b325975ed30f5ab..08713d005906dd61caad0112be877a83b35e6dc2 100644 (file)
@@ -9,7 +9,7 @@ depth = .
 # descent order into subdirectories:
 #
 SUBDIRS = scripts buildscripts  flower lily mf midi2ly po debian \
-       Documentation ly input tex make mutopia intl stepmake\
+       Documentation ly input tex make mutopia intl $(builddir)/stepmake\
        ps  scm
 #
 
@@ -32,15 +32,23 @@ fonts:
        $(MAKE) -C $(depth)/mf 
 
 
+
+htmldoc: 
+       $(MAKE) out='www' local-WWW
+       $(MAKE) out='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
+       $(MAKE) out='www' -C input WWW
+       $(MAKE) out='www' -C mutopia WWW
        $(footify-all-command)
        $(PYTHON) $(buildscripts)/mutopia-index.py -o short-examples.html input/
        $(PYTHON) $(buildscripts)/mutopia-index.py -o long-examples.html mutopia/
 
-
-       tar --exclude='*.dvi' --exclude='*.tex' --exclude='*.ps' --exclude='*.ppm' -czf $(outdir)/examples.tar.gz  `find input mutopia -type d -name 'out-www' -print`
+       tar --exclude='*.dvi' --exclude='*.tex' --exclude='*.ps' --exclude='*.ppm' -czf $(outdir)/examples.tar.gz *-examples.html  `find input mutopia -type d -name 'out-www' -print`
 
 localinstall:
        mkdir -p $(datadir)