]> git.donarmstrong.com Git - lilypond.git/blob - debian/GNUmakefile
* lily/ledger-line-spanner.cc (print): swap linear_combination
[lilypond.git] / debian / GNUmakefile
1 # debian/Makefile
2
3 depth = ..
4
5 NAME = debian
6 at-dir = $(outdir)/
7 at-ext =
8
9 CONF_FILES = changelog control copyright emacsen-startup \
10         preinst rules watch
11 EXTRA_DIST_FILES = $(CONF_FILES)\
12  README.Debian\
13  TODO\
14  compat\
15  control.foka\
16  control.potato\
17  lilypond-data.dirs\
18  lilypond-data.doc-base\
19  lilypond-data.emacsen-startup\
20  lilypond-data.install\
21  lilypond-data.postinst\
22  lilypond-data.postrm\
23  lilypond-doc.README.Debian\
24  lilypond-doc.dirs\
25  lilypond-doc.doc-base\
26  lilypond-doc.postinst\
27  lilypond-doc.prerm\
28  lilypond.doc-base\
29  lilypond.install\
30  lilypond1.3.copyright\
31  #
32
33 #OUTCONF_FILES = $(addprefix $(outdir)/, $(basename $(CONF_FILES))) $(OUTIN_FILES)
34 OUTCONF_FILES = $(OUTIN_FILES)
35 OUT_DIST_FILES = $(OUTIN_FILES)
36
37 STEPMAKE_TEMPLATES = debian
38 include $(depth)/make/stepmake.make 
39