]> git.donarmstrong.com Git - lilypond.git/blob - debian/GNUmakefile
Imported Debian patch 2.12.3-1
[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
12 EXTRA_DIST_FILES = $(CONF_FILES)\
13  README.Debian\
14  TODO\
15  compat\
16  control.foka\
17  control.potato\
18  lilypond-data.dirs\
19  lilypond-data.doc-base\
20  lilypond-data.emacsen-startup\
21  lilypond-data.install\
22  lilypond-data.postinst\
23  lilypond-data.postrm\
24  lilypond-doc.README.Debian\
25  lilypond-doc.dirs\
26  lilypond-doc.doc-base\
27  lilypond-doc.postinst\
28  lilypond-doc.prerm\
29  lilypond.doc-base\
30  lilypond.install\
31  lilypond1.3.copyright\
32  #
33
34
35 #OUTCONF_FILES = $(addprefix $(outdir)/, $(basename $(CONF_FILES))) $(OUTIN_FILES)
36 OUTCONF_FILES = $(OUTIN_FILES)
37 OUT_DIST_FILES = $(OUTIN_FILES)
38
39 STEPMAKE_TEMPLATES = debian
40 include $(depth)/make/stepmake.make 
41