]> git.donarmstrong.com Git - lilypond.git/blobdiff - make/generic-vars.make
Add '-dcrop' option to ps and svg backends
[lilypond.git] / make / generic-vars.make
index a1c15f8b0d14a5de5cf4855558100e648556881e..c5831d7ec5f42345f3c72e41baf297dce5d988d6 100644 (file)
@@ -1,26 +1,28 @@
 # title           package specific variables
 # file    make/Variables.make
 #
-# do not change this file for site-wide extensions; please use 
-# make/$(outdir)/Site.make; 
+# do not change this file for site-wide extensions; please use
+# make/$(outdir)/Site.make;
 #
-# Any change in files in this directory (make/) would be distributed, if 
-# you do make dist 
+# Any change in files in this directory (make/) would be distributed, if
+# you do make dist
 #
 
-buildscript-dir = $(src-depth)/buildscripts
+buildscript-dir = $(top-build-dir)/scripts/build/$(outconfbase)
+auxpython-dir = $(src-depth)/python/auxiliar
+auxscript-dir = $(src-depth)/scripts/auxiliar
 script-dir = $(src-depth)/scripts
 input-dir = $(src-depth)/input
 
-
 flower-dir = $(src-depth)/flower
 lily-dir = $(src-depth)/lily
 mi2mu-dir = $(src-depth)/mi2mu
 make-dir = $(src-depth)/make
 include-flower = $(src-depth)/flower/include
 
+export PYTHONPATH:=$(auxpython-dir):$(PYTHONPATH)
 
-LILYPOND_INCLUDES = $(include-flower) $(depth)/flower/$(outdir) 
+LILYPOND_INCLUDES = $(include-flower) $(depth)/flower/$(outdir)
 
 
 # should use to create .spec ?
@@ -31,7 +33,7 @@ EXTRA_DOC_FILES = \
   Documentation/out/*.txt\
   Documentation/tex/*.doc\
   Documentation/tex/*.bib\
-  Documentation/pictures/out/lelie_logo.gif\
+  Documentation/logo/out/lelie_logo.gif\
   input\
 
 INSTALLED_EXTRA_DOC_FILES = $(addprefix $(prefix:/%=%)/doc/lilypond/, $(EXTRA_DOC_FILES))