summaryrefslogtreecommitdiffstats
path: root/runtime/doc/Makefile
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2008-01-11 20:02:02 +0000
committerBram Moolenaar <Bram@vim.org>2008-01-11 20:02:02 +0000
commit426e5c9521d2045584392bb56fe76f3a9e3dcf03 (patch)
treea9121de99f4eb1d953121989a3ff06933a1744a1 /runtime/doc/Makefile
parent82ad324c8ff6d45c5b264af4f129287c51e62093 (diff)
updated for version 7.1-217v7.1.217
Diffstat (limited to 'runtime/doc/Makefile')
-rw-r--r--runtime/doc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/Makefile b/runtime/doc/Makefile
index 83eb9e4535..ad08a87e2d 100644
--- a/runtime/doc/Makefile
+++ b/runtime/doc/Makefile
@@ -301,7 +301,7 @@ all: tags vim.man vimdiff.man vimtutor.man xxd.man $(CONVERTED)
# Use Vim to generate the tags file. Can only be used when Vim has been
# compiled and installed. Supports multiple languages.
vimtags: $(DOCS)
- $(VIMEXE) -u NONE -esX -c "helptags ." -c quit
+ $(VIMEXE) -u NONE -esX -c "helptags ++t ." -c quit
# Use "doctags" to generate the tags file. Only works for English!
tags: doctags $(DOCS)