]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/ntweb/GNUmakefile
4a25d2eafa670ec7958b712378f72f933b5ef9e2
[lilypond.git] / Documentation / ntweb / GNUmakefile
1 depth = ../..
2
3 STEPMAKE_TEMPLATES=documentation
4 TO_TOP_FILES=$(addprefix $(outdir)/, $(README_TOP_FILES))
5
6
7 include $(depth)/make/stepmake.make 
8
9 default: do-doc 
10
11 $(outdir)/%.html: %.yo
12         $(sed-version) < $< > $<.out
13         $(YODL2HTML) -doutdir=$(outdir) --live-data=3 -o $@ $<.out
14         rm -f $<.out
15         $(PYTHON) $(step-bindir)/add-html-footer.py --package=$(topdir) \
16         --index=http://www.cs.ruu.nl/people/hanwen/lilypond/index.html \
17         --news=$(depth)/NEWS $@
18
19 local-WWW:
20