]> git.donarmstrong.com Git - lilypond.git/blobdiff - vim/GNUmakefile
Cleanup us << \\ >> for multivoice sections.
[lilypond.git] / vim / GNUmakefile
index 76efcaa6934be851e5fd197c20c9fa6de70fed6b..b05ec0e3c7c42c52e3de3574d5ec6754badd4ed4 100644 (file)
@@ -16,14 +16,13 @@ LILYPOND_WORDS_DEPENDS =\
 STEPMAKE_TEMPLATES=install-out
 
 # vimdir defined in config.make
-include $(depth)/make/stepmake.make 
+include $(depth)/make/stepmake.make
 
 local-install:
        for a in compiler ftdetect ftplugin indent syntax; do \
                $(INSTALL) -d $(DESTDIR)$(vimdir)/$$a \
                && $(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
 
 local-uninstall:
        for a in compiler ftdetect ftplugin indent syntax; do \
@@ -31,7 +30,7 @@ local-uninstall:
                -rmdir -p $(DESTDIR)$(vimdir)/$$a ; \
        done
 
-$(LILYPOND_WORDS): 
+$(LILYPOND_WORDS):
        cd $(top-src-dir) && $(PYTHON) buildscripts/lilypond-words.py --words --vim --dir=$(top-build-dir)/vim/$(outconfbase)
 
 all: $(LILYPOND_WORDS)