]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/ntweb/GNUmakefile
release: 1.2.7
[lilypond.git] / Documentation / ntweb / GNUmakefile
1 depth = ../..
2
3 STEPMAKE_TEMPLATES=documentation texinfo
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
19 dist-plain: 
20         cp $(PLAIN_FILES) $(outdir)
21
22 local-WWW:
23