Nitpick: ly:spanner-bound grob name slur -> spanner.
[lilypond.git] / make / generic-vars.make
blob44cb80ccaaf055e0cbdb64c300ef6c62be8b7b73
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 = $(top-build-dir)/scripts/build/$(outconfbase)
12 auxpython-dir = $(src-depth)/python/auxiliar
13 auxscript-dir = $(src-depth)/scripts/auxiliar
14 script-dir = $(src-depth)/scripts
15 input-dir = $(src-depth)/input
17 flower-dir = $(src-depth)/flower
18 lily-dir = $(src-depth)/lily
19 mi2mu-dir = $(src-depth)/mi2mu
20 make-dir = $(src-depth)/make
21 include-flower = $(src-depth)/flower/include
23 export PYTHONPATH:=$(auxpython-dir):$(PYTHONPATH)
25 LILYPOND_INCLUDES = $(include-flower) $(depth)/flower/$(outdir)
28 # should use to create .spec ?
30 # installed by 'make installextradoc'
31 EXTRA_DOC_FILES = \
32 ANNOUNCEMENT ANNOUNCE-0.1 AUTHORS.txt COPYING DEDICATION INSTALL.txt NEWS PATCHES.txt README.txt TODO \
33 Documentation/out/*.txt\
34 Documentation/tex/*.doc\
35 Documentation/tex/*.bib\
36 Documentation/pictures/out/lelie_logo.gif\
37 input\
39 INSTALLED_EXTRA_DOC_FILES = $(addprefix $(prefix:/%=%)/doc/lilypond/, $(EXTRA_DOC_FILES))
42 INSTALLED_DIST_FILES = $(addprefix $(prefix:/%=%)/, $(INSTALL_DIST_FILES))