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