]> git.donarmstrong.com Git - lilypond.git/blob - vim/GNUmakefile
* config.make.in: add vimdir.
[lilypond.git] / vim / GNUmakefile
1 depth = ..
2
3 # vimdir defined in config.make
4 include $(depth)/make/stepmake.make 
5
6 local-install:
7         mkdir -p $(vimdir)/compiler
8         $(INSTALL) lilypond-compiler.vim $(vimdir)/compiler/lilypond.vim
9
10         mkdir -p $(vimdir)/ftdetect
11         $(INSTALL) lilypond-ftdetect.vim $(vimdir)/ftdetect/lilypond.vim
12
13         mkdir -p $(vimdir)/ftplugin
14         $(INSTALL) lilypond-ftplugin.vim $(vimdir)/ftplugin/lilypond.vim
15
16         mkdir -p $(vimdir)/indent
17         $(INSTALL) lilypond-indent.vim $(vimdir)/indent/lilypond.vim
18
19         mkdir -p $(vimdir)/syntax
20         $(INSTALL) lilypond-syntax.vim $(vimdir)/syntax/lilypond.vim
21
22 EXTRA_DIST_FILES=filetype.vim