]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/ntweb/GNUmakefile
f2c4dd09c73da4884c638a536117c5cc85faf69e
[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 EXTRA_DIST_FILES = $(PLAIN_FILES)
8
9
10 include $(depth)/make/stepmake.make 
11
12 default: do-doc dist-plain
13
14 $(outdir)/%.html: %.yo
15         $(sed-version) < $< > $<.out
16         $(YODL2HTML) -doutdir=$(outdir) --live-data=3 -o $@ $<.out
17         rm -f $<.out
18         $(PYTHON) $(step-bindir)/add-html-footer.py --package=$(topdir) \
19         --index=http://www.cs.ruu.nl/people/hanwen/lilypond/index.html \
20         --news=$(depth)/NEWS $@
21
22 dist-plain: 
23         cp $(PLAIN_FILES) $(outdir)
24
25 local-WWW:
26