about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2014-07-02 19:33:33 +0000
committerEric Wong <e@80x24.org>2014-07-02 19:34:02 +0000
commitba5121f8c8fd603836930c5d4590ea4df70db726 (patch)
tree35c3f2c633172ab912b2795daaf659fe0106abf2
parentb32cbbdaf2567f5ae5accfc6785e9b4bd6770b59 (diff)
downloadpublic-inbox-ba5121f8c8fd603836930c5d4590ea4df70db726.tar.gz
Even with txt2pre, the maintenance/discoverability burden is too
high and lynx still uses too much memory.  Unfortunately, we'll have
to keep our INSTALL.html for a while longer on the server since it's
linked, but not index.html!
-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
 -------