updated for version 7.0230
diff --git a/runtime/doc/Makefile b/runtime/doc/Makefile
index 9ebce3c..a0ea100 100644
--- a/runtime/doc/Makefile
+++ b/runtime/doc/Makefile
@@ -161,7 +161,6 @@
gui_x11.html \
hangulin.html \
hebrew.html \
- help.html \
howto.html \
if_cscop.html \
if_mzsch.html \
@@ -173,6 +172,7 @@
if_tcl.html \
indent.html \
index.html \
+ vimindex.html \
insert.html \
intro.html \
map.html \
@@ -327,6 +327,14 @@
.txt.html:
$(AWK) -f makehtml.awk $< >$@
+# index.html is the starting point for HTML, but for the help files it is
+# help.txt. Therefore use vimindex.html for index.txt.
+index.html: help.txt
+ $(AWK) -f makehtml.awk help.txt >index.html
+
+vimindex.html: index.txt
+ $(AWK) -f makehtml.awk index.txt >vimindex.html
+
tags.ref tags.html: tags
$(AWK) -f maketags.awk tags >tags.html