diff options
author | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2005-11-12 19:08:33 +0000 |
---|---|---|
committer | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2005-11-12 19:08:33 +0000 |
commit | 64351027a9e4227aab160b708c82fda5c532a0f1 (patch) | |
tree | 0d0949f916624c8e0fc0608d4d12d4d5a2f5bc80 /vim | |
parent | 45e6609a6294f50b631fda3e65dbf7698b2114b3 (diff) |
(local-uninstall): remove
music-drawing-routines.ps juggling.
Diffstat (limited to 'vim')
-rw-r--r-- | vim/GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |