]> granicus.if.org Git - vim/commitdiff
patch 8.1.2249: "make vimtags" does not print any message v8.1.2249
authorBram Moolenaar <Bram@vim.org>
Sun, 3 Nov 2019 20:46:19 +0000 (21:46 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 3 Nov 2019 20:46:19 +0000 (21:46 +0100)
Problem:    "make vimtags" does not print any message.
Solution:   Add a message that the tags have been updated.

runtime/doc/Makefile
src/version.c

index cec670bf35b7193331723975237cc31788ccbb4a..4ca08818dd30572cc1f902f38f84058bcc4335cf 100644 (file)
@@ -324,8 +324,9 @@ all: tags vim.man evim.man vimdiff.man vimtutor.man xxd.man $(CONVERTED)
 # compiled and installed.  Supports multiple languages.
 vimtags: $(DOCS)
        @if which $(VIMEXE) >/dev/null; then \
-               $(VIMEXE) --clean -eX -u doctags.vim >/dev/null; \
-               else echo "vim executable $(VIMEXE) not found"; fi
+         $(VIMEXE) --clean -eX -u doctags.vim >/dev/null; \
+         echo "help tags updated"; \
+         else echo "vim executable $(VIMEXE) not found; help tags not updated"; fi
 
 # Use "doctags" to generate the tags file.  Only works for English!
 tags: doctags $(DOCS)
index a577dab70baf2abfc787bf207e4871323ebfd90b..0418204a5b2c9025349d90844b0bc1e94260e9ac 100644 (file)
@@ -741,6 +741,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    2249,
 /**/
     2248,
 /**/