]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/GNUmakefile
release: 1.3.0
[lilypond.git] / Documentation / GNUmakefile
1 depth = ..
2
3 NAME = documentation
4 SUBDIRS= user programmer bibliography pictures topdocs ntweb misc
5 STEPMAKE_TEMPLATES=documentation  texinfo
6
7 README_TOP_FILES=NEWS DEDICATION CHANGES TODO
8 EXTRA_DIST_FILES = 
9
10 include $(depth)/make/stepmake.make 
11
12 default: do-doc
13
14 local-WWW: copy-for-me
15
16 copy-for-me:
17         $(foreach a, $(README_TOP_FILES),cp ../$(a) $(outdir)/$(a).txt && ) true
18