]> git.donarmstrong.com Git - lilypond.git/blob - stepmake/stepmake/yolily-topdoc-targets.make
patch::: 1.0.8.jcn3: png
[lilypond.git] / stepmake / stepmake / yolily-topdoc-targets.make
1 # Yolily_topdoc_targets.make
2
3 default: do-doc 
4
5 # urg
6 $(outdir)/%.html: %.yo
7         $(YODL2HTML) -doutdir=$(outdir) --live-data=3 -o $@.in $<
8         $(sed-version) < $@.in > $@
9         rm -f $@.in
10         $(PYTHON) $(step-bindir)/add-html-footer.py --package=$(topdir) --index=index.html --news=$(depth)/NEWS $@
11
12 local-WWW:
13         -cp $(outdir)/*png $(outdir)/index.html $(depth)  # don't fail if not making website
14
15
16 copy-to-top: 
17         $(foreach i, $(TO_TOP_FILES), \
18           cp $(i) $(depth)/ && ) true