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