]> git.donarmstrong.com Git - lilypond.git/commitdiff
(local-uninstall): remove
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 12 Nov 2005 19:08:33 +0000 (19:08 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 12 Nov 2005 19:08:33 +0000 (19:08 +0000)
music-drawing-routines.ps juggling.

vim/GNUmakefile

index 315cc4530f45c6e5cfdbd138252fe10ecc4739b1..76efcaa6934be851e5fd197c20c9fa6de70fed6b 100644 (file)
@@ -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