X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=make%2Fgeneric-vars.make;h=c5831d7ec5f42345f3c72e41baf297dce5d988d6;hb=HEAD;hp=a1c15f8b0d14a5de5cf4855558100e648556881e;hpb=2095e49ee50b3ae1a40a1008dd0f0b2b8bdf6931;p=lilypond.git diff --git a/make/generic-vars.make b/make/generic-vars.make index a1c15f8b0d..c5831d7ec5 100644 --- a/make/generic-vars.make +++ b/make/generic-vars.make @@ -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))