]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/misc/GNUmakefile
release: 1.3.0
[lilypond.git] / Documentation / misc / GNUmakefile
1 depth = ../..
2
3 NAME = documentation
4
5 STEPMAKE_TEMPLATES=documentation  texinfo
6
7 TEXTS =AIMS $(wildcard CHANGES-*[0-9])  $(wildcard ANNOUNCE-*[0-9]) $(wildcard NEWS-*[0-9]) interview
8 EXTRA_DIST_FILES = $(TEXTS)
9
10 include $(depth)/make/stepmake.make 
11
12 default: do-doc
13
14 local-WWW: $(addprefix $(outdir)/, $(addsuffix .txt, $(TEXTS)))
15
16 copy-for-me:
17         $(foreach a, $(README_TOP_FILES),cp ../$(a) $(outdir)/$(a).txt && ) true
18
19 $(outdir)/%.txt: %
20         cp $< $@