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