LSR: Update.
[lilypond.git] / make / generic-vars.make
blob428e5b900a939f4441e78c79710bc56ad64f9012
1 # title package specific variables
2 # file make/Variables.make
4 # do not change this file for site-wide extensions; please use
5 # make/$(outdir)/Site.make;
7 # Any change in files in this directory (make/) would be distributed, if
8 # you do make dist
11 buildscript-dir = $(src-depth)/buildscripts
12 script-dir = $(src-depth)/scripts
13 input-dir = $(src-depth)/input
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
21 export PYTHONPATH:=$(buildscript-dir):$(PYTHONPATH)
23 LILYPOND_INCLUDES = $(include-flower) $(depth)/flower/$(outdir)
26 # should use to create .spec ?
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\
37 INSTALLED_EXTRA_DOC_FILES = $(addprefix $(prefix:/%=%)/doc/lilypond/, $(EXTRA_DOC_FILES))
40 INSTALLED_DIST_FILES = $(addprefix $(prefix:/%=%)/, $(INSTALL_DIST_FILES))