]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/ntweb/GNUmakefile
patch::: 1.3.144.jcn6
[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 $(wildcard *.patch)
6
7 EXTRA_DIST_FILES = $(PLAIN_FILES)
8
9
10 include $(depth)/make/stepmake.make 
11
12 default: local-doc dist-plain
13
14 $(outdir)/%.texi: %.texi
15         m4 -DTOPLEVEL_VERSION=$(TOPLEVEL_VERSION) < $< > $@ 
16
17 dist-plain: 
18         cp $(PLAIN_FILES) $(outdir)
19
20 local-WWW:
21