about summary refs log tree commit homepage
path: root/GNUmakefile
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2015-01-11 23:03:26 +0000
committerEric Wong <normalperson@yhbt.net>2015-01-11 23:05:00 +0000
commitbb1a2f3cb75e8f36c30b160c89f403a7a1a6dd31 (patch)
treed414b440e91ab6eeed5efb3c2b060cca63ca882e /GNUmakefile
parent8ea1b2ac1e09a514acc45ecf304137049e6be5dd (diff)
downloadkcar-bb1a2f3cb75e8f36c30b160c89f403a7a1a6dd31.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 (hell, olddoc even tries to generate readable raw HTML).

ref: http://80x24.org/olddoc/
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/GNUmakefile b/GNUmakefile
index b370afe..929eede 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -2,7 +2,6 @@ all::
 RSYNC_DEST := bogomips.org:/srv/bogomips/kcar
 RAGEL = ragel
 RLFLAGS = -G2
-rfproject := rainbows
 rfpackage := kcar
 pkg_extra += ext/kcar/kcar.c
 ext/kcar/kcar.c: ext/kcar/kcar.rl ext/kcar/kcar_http_common.rl
@@ -10,7 +9,3 @@ ext/kcar/kcar.c: ext/kcar/kcar.rl ext/kcar/kcar_http_common.rl
 include pkg.mk
 $(ext_pfx)/$(ext)/kcar.c: ext/kcar/kcar.c
 $(ext_pfx)/$(ext)/Makefile: ext/kcar/kcar.c
-ifneq ($(VERSION),)
-release::
-        $(RAKE) publish_news VERSION=$(VERSION)
-endif