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!
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)
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
-------