]> git.donarmstrong.com Git - lilypond.git/blob - input/new/GNUmakefile
Merge branch 'master' of ssh+git://hanwen@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / input / new / GNUmakefile
1 depth = ../../
2
3 # NR 1
4 SUBDIRS = pitches rhythms expressive repeats simultaneous staff editorial text
5 # NR 2
6 SUBDIRS += vocal chords piano percussion guitar strings bagpipes ancient
7
8
9 SUBDIRS += other
10
11
12 # old
13 SUBDIRS += connecting contemporary education 
14 SUBDIRS += parts spacing scheme  
15 SUBDIRS += engravers nonmusic instrument
16 SUBDIRS += real-music
17
18 ### FIXME: temporary template for creating other dirs.
19 ###  will be removed once everything else is stable.
20 SUBDIRS += null
21
22
23 STEPMAKE_TEMPLATES=documentation texinfo tex
24 LOCALSTEPMAKE_TEMPLATES=lilypond ly lysdoc
25 EXTRA_DIST_FILES=README
26 include $(depth)/make/stepmake.make
27
28
29 TITLE=LilyPond Examples
30