diff options
author | Jan Nieuwenhuizen <janneke@gnu.org> | 2005-02-08 10:39:32 +0000 |
---|---|---|
committer | Jan Nieuwenhuizen <janneke@gnu.org> | 2005-02-08 10:39:32 +0000 |
commit | a61bd357aa25a0bec314736a881550830706d5ae (patch) | |
tree | 7ff7741dc017873286afccba6f0ac637ce49175f /make | |
parent | 7e40e7d91dd2d952aa8f467b284c61d9063c4fae (diff) |
* lily/general-scheme.cc: Compile fixes: include wchar.h, string.h.
* vim/GNUmakefile (local-install): Use $(INSTALL) -d iso mkdir.
* stepmake/stepmake/*.make:
* */GNUmakefile:
* GNUmakefile.in: Prepend $(DESTDIR) to installation directory.
* config.make.in (prefix): Remove broken $(DESTDIR) hack.
Diffstat (limited to 'make')
-rw-r--r-- | make/lilypond-vars.make | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/make/lilypond-vars.make b/make/lilypond-vars.make index 21956228fe..138c1f03ab 100644 --- a/make/lilypond-vars.make +++ b/make/lilypond-vars.make @@ -10,6 +10,8 @@ export LILYPONDPREFIX:=$(build_lilypond_datadir) export PYTHONPATH:=$(builddir)/python/$(outconfbase):$(PYTHONPATH) +export GUILE_LOAD_PATH:=$(builddir):$(GUILE_LOAD_PATH) + ## arg, TEXINPUTS, TFMFONTS, MFINPUTS may still override and thus break this export TEXMF:={$(LILYPONDPREFIX),$(shell kpsexpand \$$TEXMF)} @@ -28,8 +30,6 @@ export DVIPSMAKEPK := mktexpk --destdir $(topdir)/mf/out endif -# guile load path? - the-script-dir=$(wildcard $(script-dir)) |