]> git.donarmstrong.com Git - lilypond.git/blob - make/generic-vars.make
Merge commit 'origin/master' into dev/texi2html
[lilypond.git] / make / generic-vars.make
1 # title    package specific variables
2 # file     make/Variables.make
3 #
4 # do not change this file for site-wide extensions; please use
5 # make/$(outdir)/Site.make;
6 #
7 # Any change in files in this directory (make/) would be distributed, if
8 # you do make dist
9 #
10
11 buildscript-dir = $(src-depth)/buildscripts
12 script-dir = $(src-depth)/scripts
13 input-dir = $(src-depth)/input
14
15 flower-dir = $(src-depth)/flower
16 lily-dir = $(src-depth)/lily
17 mi2mu-dir = $(src-depth)/mi2mu
18 make-dir = $(src-depth)/make
19 include-flower = $(src-depth)/flower/include
20
21 export PYTHONPATH:=$(buildscript-dir):$(PYTHONPATH)
22
23 LILYPOND_INCLUDES = $(include-flower) $(depth)/flower/$(outdir)
24
25
26 # should use to create .spec ?
27
28 # installed by 'make installextradoc'
29 EXTRA_DOC_FILES = \
30   ANNOUNCEMENT ANNOUNCE-0.1 AUTHORS.txt  COPYING DEDICATION INSTALL.txt NEWS PATCHES.txt README.txt TODO \
31   Documentation/out/*.txt\
32   Documentation/tex/*.doc\
33   Documentation/tex/*.bib\
34   Documentation/pictures/out/lelie_logo.gif\
35   input\
36
37 INSTALLED_EXTRA_DOC_FILES = $(addprefix $(prefix:/%=%)/doc/lilypond/, $(EXTRA_DOC_FILES))
38
39
40 INSTALLED_DIST_FILES = $(addprefix $(prefix:/%=%)/, $(INSTALL_DIST_FILES))
41
42
43