summaryrefslogtreecommitdiffstats
path: root/runtime/doc/Makefile
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-11-30 20:27:52 +0100
committerBram Moolenaar <Bram@vim.org>2017-11-30 20:27:52 +0100
commit2f0584910c0ea93966dfa7b3b0272dfb16ea6f91 (patch)
treeeb505013844d366dcfb14a70ea9ab464e5abafb7 /runtime/doc/Makefile
parent46359e198f6d6884dc3d3c4a3e46625f1b2a2ad2 (diff)
Update runtime files
Diffstat (limited to 'runtime/doc/Makefile')
-rw-r--r--runtime/doc/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/doc/Makefile b/runtime/doc/Makefile
index d60501e0fe..e4b2b5b055 100644
--- a/runtime/doc/Makefile
+++ b/runtime/doc/Makefile
@@ -375,6 +375,10 @@ tags.ref tags.html: tags
perlhtml: tags $(DOCS)
./vim2html.pl tags $(DOCS)
+# Check URLs in the help with "curl".
+test_urls:
+ vim -S test_urls.vim
+
clean:
-rm doctags *.html tags.ref