about summary refs log tree commit homepage
path: root/Documentation
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/include.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/include.mk b/Documentation/include.mk
index 776413e6..d62128f2 100644
--- a/Documentation/include.mk
+++ b/Documentation/include.mk
@@ -47,7 +47,7 @@ INSTALL.html: INSTALL
 index.html: README
         $(txt2pre)
 
-docs_html := index.html INSTALL.html
+docs_html := INSTALL.html
 html: $(docs_html)
 gz_docs := $(addsuffix .gz, $(docs) $(docs_html))
 rsync_docs := $(gz_docs) $(docs) $(txt) $(docs_html)