]> git.donarmstrong.com Git - lilypond.git/blob - stepmake/stepmake/topdocs-targets.make
release: 1.3.151
[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) $(depth)/ && ) true
7         -cp $(outdir)/*png $(outdir)/index.html $(depth)  # don't fail if not making website
8
9 local-WWW: $(HTML_FILES) copy-to-top
10 # we want footers even if website builds (or is built) partly
11         $(MAKE) footify
12