aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/Makefile
diff options
context:
space:
mode:
authorStefan Hoffmann <stefan991@gmail.com>2014-07-31 14:52:03 +0200
committerStefan Hoffmann <stefan991@gmail.com>2014-09-20 14:03:14 +0200
commita7dad2b72edcecc22e62499eb126e972522b4734 (patch)
tree5eb3c813ff9f95916e6f24ba46bb6000e06ef67f /runtime/doc/Makefile
parent9c8008e252a40bc79ae660989d0ee8e016ce228e (diff)
downloadrneovim-a7dad2b72edcecc22e62499eb126e972522b4734.tar.gz
rneovim-a7dad2b72edcecc22e62499eb126e972522b4734.tar.bz2
rneovim-a7dad2b72edcecc22e62499eb126e972522b4734.zip
doc: remove links that point nowhere
`make html` displays errors for links that are not in the tagfile
Diffstat (limited to 'runtime/doc/Makefile')
-rw-r--r--runtime/doc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/Makefile b/runtime/doc/Makefile
index 82771c08f2..62eb5f17b0 100644
--- a/runtime/doc/Makefile
+++ b/runtime/doc/Makefile
@@ -300,7 +300,7 @@ MANPAGES = \
.SUFFIXES:
.SUFFIXES: .c .o .txt .html .1 .man
-all: tags manpages
+all: tags manpages html
# Use Vim to generate the tags file. Can only be used when Vim has been
# compiled and installed. Supports multiple languages.
@@ -351,5 +351,5 @@ perlhtml: tags $(DOCS)
./vim2html.pl tags $(DOCS)
clean:
- -rm -f doctags *.html tags.ref $(MANPAGES)
+ -rm -f doctags *.html tags.ref $(MANPAGES) $(HTMLS) errors.log