about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--Documentation/include.mk2
-rw-r--r--README2
2 files changed, 2 insertions, 2 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)
diff --git a/README b/README
index d6210974..f0f2f689 100644
--- a/README
+++ b/README
@@ -70,7 +70,7 @@ Requirements (participant)
 
 Requirements (server)
 ---------------------
-See http://public-inbox.org/INSTALL.html
+See http://public-inbox.org/INSTALL
 
 Hacking
 -------