From 4d7362b6dc1a5d78d834d880882a369a5f1decf9 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 2 Jul 2014 19:30:24 +0000 Subject: [PATCH] doc: remove HTML 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 | 2 +- README | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/include.mk b/Documentation/include.mk index b4865b5..f9191ae 100644 --- a/Documentation/include.mk +++ b/Documentation/include.mk @@ -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 d10d676..006bf61 100644 --- 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 ------- -- 2.26.2