From 9c3524561ac50f320f00c194ac08d24d8b004db6 Mon Sep 17 00:00:00 2001 From: hanwen Date: Sat, 12 Nov 2005 19:13:42 +0000 Subject: [PATCH] (local-uninstall): remove music-drawing-routines.ps juggling. --- vim/GNUmakefile | 1 - 1 file changed, 1 deletion(-) diff --git a/vim/GNUmakefile b/vim/GNUmakefile index 76efcaa693..8ebe0f5f95 100644 --- a/vim/GNUmakefile +++ b/vim/GNUmakefile @@ -23,7 +23,6 @@ local-install: $(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 \ -- 2.39.5