]> git.donarmstrong.com Git - lilypond.git/blob - stepmake/stepmake/topdocs-targets.make
* Documentation/user/refman.itely: Compile fix for \mark #'(music ...).
[lilypond.git] / stepmake / stepmake / topdocs-targets.make
1
2 default: local-doc 
3
4 copy-to-top:  $(TO_TOP_FILES)
5         $(foreach i, $(TO_TOP_FILES), \
6           cp $(i) $(builddir) && ) true
7         -cp $(outroot)/out-www/*png $(outroot)/out-www/index.html $(builddir)
8         -cp $(outdir)/*png $(outdir)/index.html $(builddir)  # don't fail when not making website
9
10 local-WWW: $(HTML_FILES) copy-to-top
11 # we want footers even if website builds (or is built) partly
12         $(MAKE) footify
13