]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/Makefile
release: 1.0.2
[lilypond.git] / Documentation / Makefile
1 # Documentation/Makefile
2
3 depth = ..
4
5 NAME = Documentation
6 SUBDIRS=man tex pictures topdocs
7
8 include $(depth)/make/Stepmake.make 
9
10 default: do-doc
11
12 README_TOP_FILES=NEWS DEDICATION TODO ANNOUNCE-0.1
13
14 EXTRA_DIST_FILES = gnu-music-history TODO 
15
16 BLURBS=BLURB COPERTINA FLAPTEKST
17 # INFO_FILES = $(outdir)/$(package).info
18
19 OUTTEXINFO_FILES = $(outdir)/topinfo.texinfo $(outdir)/mutopia.texinfo
20
21 texinfo: $(OUTTEXINFO_FILES)
22
23 include $(stepdir)/Documentation.shared.make