]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/GNUmakefile
patch::: 1.3.45.jcn1
[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 # we want footers even if website builds (or is built) partly
17         $(MAKE) footify
18
19 copy-for-me:
20         $(foreach a, $(README_TOP_FILES),cp ../$(a) $(outdir)/$(a).txt && ) true
21