]> git.donarmstrong.com Git - lilypond.git/blobdiff - make/toplevel.make.in
patch::: 1.3.41.jcn2
[lilypond.git] / make / toplevel.make.in
index 2c2e0510867cb57e89c360993056be1d6805daf9..08713d005906dd61caad0112be877a83b35e6dc2 100644 (file)
@@ -8,16 +8,16 @@ depth = .
 
 # descent order into subdirectories:
 #
-SUBDIRS = scripts buildscripts  flower lib lily mf midi2ly po debian \
-       Documentation ly input tex make mutopia intl stepmake\
+SUBDIRS = scripts buildscripts  flower lily mf midi2ly po debian \
+       Documentation ly input tex make mutopia intl $(builddir)/stepmake\
        ps  scm
 #
 
 SCRIPTS = configure aclocal.m4
-README_FILES =  DEDICATION COPYING NEWS TODO CHANGES
+README_FILES =  DEDICATION COPYING NEWS TODO CHANGES ROADMAP
 README_TXT_FILES = AUTHORS.txt README.txt INSTALL.txt 
 IN_FILES := $(wildcard *.in)
-EXTRA_DIST_FILES = dstreamrc mudela-mode.el vimrc VERSION $(README_FILES)  $(SCRIPTS) $(IN_FILES) 
+EXTRA_DIST_FILES = dstreamrc lilypond-mode.el vimrc VERSION $(README_FILES)  $(SCRIPTS) $(IN_FILES) 
 NON_ESSENTIAL_DIST_FILES = $(README_TXT_FILES)
 
 # bootstrap stepmake:
@@ -32,11 +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)
-       tar --exclude='*.dvi' --exclude='*.tex' --exclude='*.ps' --exclude='*.ppm' -czf $(outdir)/examples.tar.gz  `find input mutopia -type d -name 'out-www' -print`
+       $(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 *-examples.html  `find input mutopia -type d -name 'out-www' -print`
 
 localinstall:
        mkdir -p $(datadir)
@@ -44,5 +56,5 @@ localinstall:
        $(LN_S) $(TEX_TFMDIR) $(datadir)/cmtfm
 
 local-WWW-clean:
-       $(depth)/buildscripts/out/clean-fonts
+       $(SHELL) $(depth)/buildscripts/clean-fonts.sh