]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/GNUmakefile
74083082de0392070bcbeb1084ef0603c556a20a
[lilypond.git] / Documentation / GNUmakefile
1 # Documentation/Makefile
2
3 depth = ..
4
5 NAME = documentation
6 SUBDIRS= user metadoc bibliography pictures topdocs ntweb
7 STEPMAKE_TEMPLATES=documentation  texinfo
8
9 README_TOP_FILES=NEWS DEDICATION TODO AIMS
10 INFO_FILES = $(wildcard $(outdir)/$(package).info*)
11 EXTRA_DIST_FILES = COPYRIGHT 
12
13
14
15 BLURBS=BLURB 
16
17 include $(depth)/make/stepmake.make 
18
19 default: do-doc
20
21 info: $(outdir)/$(package).info
22
23 local-WWW: copy-for-me
24
25 copy-for-me:
26         $(foreach a, $(README_TOP_FILES),cp ../$(a) $(outdir)/$(a).txt && ) true