From ba5121f8c8fd603836930c5d4590ea4df70db726 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 2 Jul 2014 19:33:33 +0000 Subject: 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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Documentation') 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) -- cgit v1.2.3-24-ge0c7