From: Han-Wen Nienhuys Date: Sat, 12 Nov 2005 19:08:33 +0000 (+0000) Subject: (local-uninstall): remove X-Git-Tag: release/2.7.17~25 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=64351027a9e4227aab160b708c82fda5c532a0f1;p=lilypond.git (local-uninstall): remove music-drawing-routines.ps juggling. --- diff --git a/vim/GNUmakefile b/vim/GNUmakefile index 315cc4530f..76efcaa693 100644 --- a/vim/GNUmakefile +++ b/vim/GNUmakefile @@ -21,7 +21,7 @@ include $(depth)/make/stepmake.make local-install: for a in compiler ftdetect ftplugin indent syntax; do \ $(INSTALL) -d $(DESTDIR)$(vimdir)/$$a \ - && $(INSTALL) -m 644 $(srcdir)/lilypond-$$a.vim $(DESTDIR)$(vimdir)/$$a/lilypond.vim ; \ + && $(INSTALL) -m 644 $(src-dir)/lilypond-$$a.vim $(DESTDIR)$(vimdir)/$$a/lilypond.vim ; \ done $(INSTALL) -m 644 lilypond-syntax.vim $(DESTDIR)$(vimdir)/syntax/lilypond.vim