From c0d431d22ee1e2e69338189f9ce5a4b4abc07e6e Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 10 Jan 2015 04:27:20 +0000 Subject: 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). --- GNUmakefile | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index 3001281..0eb88da 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -2,23 +2,16 @@ all:: # RSYNC_DEST := rubyforge.org:/var/www/gforge-projects/rainbows RSYNC_DEST := rainbows.bogomips.org:/srv/rainbows -rfproject := rainbows rfpackage := rainbows +PLACEHOLDERS := rainbows_1 Summary man-rdoc: man html $(MAKE) -C Documentation comparison.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 := rainbows bins := $(addprefix bin/, $(base_bins)) -man1_rdoc := $(addsuffix _1, $(base_bins)) man1_bins := $(addsuffix .1, $(base_bins)) man1_paths := $(addprefix man/man1/, $(man1_bins)) @@ -30,10 +23,6 @@ man html: pkg_extra += $(man1_paths) lib/rainbows/version.rb -doc:: - cat Documentation/comparison.css >> doc/rdoc.css - $(RM) $(man1_rdoc) - lib/rainbows/version.rb: GIT-VERSION-FILE all:: test -- cgit v1.2.3-24-ge0c7