aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/Makefile
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2018-08-25 15:24:47 +0200
committerJustin M. Keyes <justinkz@gmail.com>2018-08-25 15:25:49 +0200
commitff18d3b82737cff850e8576d67025283d61e8cb7 (patch)
tree1949f08b3f53eefb34ab7185d3aa28a15a1740c9 /runtime/doc/Makefile
parentc0157e8fe0b9b25d9004b3f10a0ef5d33e4ff027 (diff)
downloadrneovim-ff18d3b82737cff850e8576d67025283d61e8cb7.tar.gz
rneovim-ff18d3b82737cff850e8576d67025283d61e8cb7.tar.bz2
rneovim-ff18d3b82737cff850e8576d67025283d61e8cb7.zip
build/doc: generate vimindex.html
This note in runtime/doc/Makefile explains the special-case: index.html is the starting point for HTML, but for the help files it is help.txt. Therefore use vimindex.html for index.txt. fix #8907
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 dabbcd08d9..18d32c0820 100644
--- a/runtime/doc/Makefile
+++ b/runtime/doc/Makefile
@@ -13,7 +13,7 @@ HTMLS = $(DOCS:.txt=.html)
.SUFFIXES: .c .o .txt .html
# Awk version of .txt to .html conversion.
-html: noerrors $(HTMLS)
+html: noerrors vimindex.html $(HTMLS)
@if test -f errors.log; then cat errors.log; fi
noerrors: