From: Eric Wong Date: Wed, 2 Jul 2014 19:33:33 +0000 (+0000) Subject: doc: remove HTML X-Git-Tag: v1.0.0~1141 X-Git-Url: http://www.git.stargrave.org/?p=public-inbox.git;a=commitdiff_plain;h=ba5121f8c8fd603836930c5d4590ea4df70db726 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! --- 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 -------