about summary refs log tree commit homepage
path: root/GNUmakefile
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2015-01-13 00:20:32 +0000
committerEric Wong <e@80x24.org>2015-01-13 00:20:32 +0000
commit591d78312b151091d38bc0a36f4b022d892b891b (patch)
treee0fc6dcf3efc763730e9b942f682c8618b48b05c /GNUmakefile
parent3b02e6a8c745a92dab9186555c9ed0161ca8d8ea (diff)
downloadclogger-591d78312b151091d38bc0a36f4b022d892b891b.tar.gz
wrongdoc was difficult to maintain because of the tidy-ffi
dependency and the HTML5 changes in Darkfish could not be
handled well by Tidy.

olddoc is superior as it generates leaner HTML which loads faster,
requires less scrolling and less processing power to render.
Aesthetic comparisons are subjective of course but completely
unimportant compared to speed and accessibility.

The presence of images and CSS on the old (Darkfish-based) site
probably set unreasonable expectations as to my ability and
willingness to view such things.  No more, the new website is
entirely simple HTML which renders well with even the wimpiest
browser.
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 49a7c17..35a07bc 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -1,6 +1,5 @@
 all::
 RSYNC_DEST := clogger.bogomips.org:/srv/clogger/
-rfproject := clogger
 rfpackage := clogger
 include pkg.mk
 test-ext:
@@ -11,7 +10,3 @@ test-pure:
 test: test-ext test-pure
 
 .PHONY: test-ext test-pure
-ifneq ($(VERSION),)
-release::
-        $(RAKE) publish_news VERSION=$(VERSION)
-endif