]> Sergey Matveev's repositories - public-inbox.git/commitdiff
doc: remove HTML
authorEric Wong <e@80x24.org>
Wed, 2 Jul 2014 19:33:33 +0000 (19:33 +0000)
committerEric Wong <e@80x24.org>
Wed, 2 Jul 2014 19:34:02 +0000 (19:34 +0000)
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!

Documentation/include.mk
README

index 776413e6594d8779b8b4c0adf5fcb7fddbcc31fd..d62128f23e131b1c59cea6c8469be751dea6c1e8 100644 (file)
@@ -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 d62109740b5241aaa0340eb6029cb6e44df5ba7c..f0f2f6897d7d14ac2a3e49fac23f9920dd583684 100644 (file)
--- 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
 -------