summaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
authorJan Nieuwenhuizen <janneke@gnu.org>2005-10-19 13:54:23 +0000
committerJan Nieuwenhuizen <janneke@gnu.org>2005-10-19 13:54:23 +0000
commit078703a6ab29f75983a55ac2cc35fe5f315da574 (patch)
treead7605418a5a3f93c431fc93dab1bec5c13b110e /vim
parent75e2b24fabd5962901580b0d3627cee6b0aa41c1 (diff)
* stepmake/stepmake/*:
* */GNUmakefile: * config.make.in: * GNUmakefile.in: * stepmake/aclocal.m4: Friendlier --srcdir build, allowing `make' from any directory in build-dir. Cleanups. * make/srcdir.make.in: Remove. * lily/main.cc (setup_paths): Fix and document build-dir hack.
Diffstat (limited to 'vim')
-rw-r--r--vim/GNUmakefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/vim/GNUmakefile b/vim/GNUmakefile
index c33f0b02de..565b7c80e6 100644
--- a/vim/GNUmakefile
+++ b/vim/GNUmakefile
@@ -8,10 +8,10 @@ EXTRA_DIST_FILES=$(wildcard *.vim) vimrc
LILYPOND_WORDS = $(outdir)/lilypond-words $(outdir)/lilypond-words.vim
LILYPOND_WORDS_DEPENDS =\
- $(topdir)/lily/lily-lexer.cc \
+ $(top-src-dir)/lily/lily-lexer.cc \
$(buildscript-dir)/lilypond-words.py \
- $(topdir)/scm/markup.scm \
- $(topdir)/ly/engraver-init.ly
+ $(top-src-dir)/scm/markup.scm \
+ $(top-src-dir)/ly/engraver-init.ly
STEPMAKE_TEMPLATES=install-out
@@ -51,7 +51,7 @@ local-uninstall:
-rmdir -p $(DESTDIR)$(vimdir)/syntax
$(LILYPOND_WORDS):
- cd $(topdir) && $(PYTHON) buildscripts/lilypond-words.py --words --vim --dir=$(builddir)/vim/$(outconfbase)
+ cd $(top-src-dir) && $(PYTHON) buildscripts/lilypond-words.py --words --vim --dir=$(top-build-dir)/vim/$(outconfbase)
all: $(LILYPOND_WORDS)