about summary refs log tree commit homepage
path: root/GNUmakefile
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2015-01-13 03:31:15 +0000
committerEric Wong <e@80x24.org>2015-01-13 03:31:15 +0000
commitaffd74c73ec8f11ae8f7f3fd790f837fc528ab34 (patch)
treeeb3724b63e3834838a70acf89558080d49a7e7f2 /GNUmakefile
parent8bc42c582343dd944b23189c05a544e5553fe933 (diff)
downloadzbatery-affd74c73ec8f11ae8f7f3fd790f837fc528ab34.tar.gz
switch docs + website to olddoc
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).
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile12
1 files changed, 3 insertions, 9 deletions
diff --git a/GNUmakefile b/GNUmakefile
index c53b494..e7e9df1 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -1,20 +1,14 @@
 all::
 RSYNC_DEST := zbatery.bogomip.org:/srv/zbatery
-rfproject := rainbows
 rfpackage := zbatery
+PLACEHOLDERS := zbatery_1
+
 man-rdoc: man html
-        for i in $(man1_rdoc); do echo > $$i; done
 doc:: man-rdoc
 include pkg.mk
-ifneq ($(VERSION),)
-release::
-        $(RAKE) publish_news VERSION=$(VERSION)
-        $(RAKE) fm_update VERSION=$(VERSION)
-endif
 
 base_bins := zbatery
 bins := $(addprefix bin/, $(base_bins))
-man1_rdoc := $(addsuffix _1, $(base_bins))
 man1_bins := $(addsuffix .1, $(base_bins))
 man1_paths := $(addprefix man/man1/, $(man1_bins))
 clean:
@@ -22,9 +16,9 @@ clean:
 
 man html:
         $(MAKE) -C Documentation install-$@
+
 pkg_extra += $(man1_paths)
 doc::
-        $(RM) $(man1_rdoc)
 
 all:: test
 test: