Skip to content

Commit 11e8d2b

Browse files
committed
make install will install help file also
1 parent 703643f commit 11e8d2b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ INSTALL=install
33
INSTALL_FILE=${INSTALL} -m 0644 -v -D
44

55
FILES_FOR_INSTALL= $(wildcard plugin/git*.vim) \
6-
$(wildcard syntax/git*.vim)
6+
$(wildcard syntax/git*.vim) \
7+
$(wildcard doc/git*.txt)
78
DEST=${HOME}/.vim
89

910
.PHONY: default

0 commit comments

Comments
 (0)