doc: remove HTML
authorEric Wong <e@80x24.org>
Wed, 2 Jul 2014 19:30:24 +0000 (19:30 +0000)
committerEric Wong <e@80x24.org>
Wed, 2 Jul 2014 19:30:58 +0000 (19:30 +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 b4865b59566cf54673cf25c4d1eb065fd15157bb..f9191ae6aa99850aae0efa5c7ddc4398bc89b96c 100644 (file)
@@ -52,7 +52,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 d10d676ddab2a1cab41b1a2a4ec688a23d1a5fa3..006bf6189aceacba74994680c69591a788109010 100644 (file)
--- a/README
+++ b/README
@@ -20,7 +20,7 @@ Features
 Install
 -------
 Installation should be easy and require only a few, commonly-available
-packages.  See http://ssoma.public-inbox.org/INSTALL.html for details.
+packages.  See http://ssoma.public-inbox.org/INSTALL for details.
 
 Hacking
 -------