Skip to content

Commit 94b0438

Browse files
authored
Merge pull request #277 from vim-jp/bundle_tags
Create vimdoc-ja/doc/tags-ja. (Fixed #268)
2 parents 0df0555 + c92735a commit 94b0438

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tools/deploy-master.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ dir=$1 ; shift
66

77
git clone -b master --depth 1 "[email protected]:${DEPLOY_REPO_SLUG}.git" "$dir"
88

9+
# Create tags
10+
vim -es -c "helptags doc" -c "qall!"
11+
912
# install
1013
rsync -rlptD --delete-after doc/ ${dir}/doc
1114
rsync -rlptD --delete-after syntax/ ${dir}/syntax

0 commit comments

Comments
 (0)