We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 703643f commit 11e8d2bCopy full SHA for 11e8d2b
Makefile
@@ -3,7 +3,8 @@ INSTALL=install
3
INSTALL_FILE=${INSTALL} -m 0644 -v -D
4
5
FILES_FOR_INSTALL= $(wildcard plugin/git*.vim) \
6
- $(wildcard syntax/git*.vim)
+ $(wildcard syntax/git*.vim) \
7
+ $(wildcard doc/git*.txt)
8
DEST=${HOME}/.vim
9
10
.PHONY: default
0 commit comments