]> git.donarmstrong.com Git - lilypond.git/blob - make/generic-vars.make
Add '-dcrop' option to ps and svg backends
[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 = $(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
16
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
22
23 export PYTHONPATH:=$(auxpython-dir):$(PYTHONPATH)
24
25 LILYPOND_INCLUDES = $(include-flower) $(depth)/flower/$(outdir)
26
27
28 # should use to create .spec ?
29
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/logo/out/lelie_logo.gif\
37   input\
38
39 INSTALLED_EXTRA_DOC_FILES = $(addprefix $(prefix:/%=%)/doc/lilypond/, $(EXTRA_DOC_FILES))
40
41
42 INSTALLED_DIST_FILES = $(addprefix $(prefix:/%=%)/, $(INSTALL_DIST_FILES))
43
44
45