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