about summary refs log tree commit homepage
path: root/pkg.mk
DateCommit message (Collapse)
2016-02-02build: use '--local' domain for dev gem install
This avoids unnecessary network requests for disconnected systems.
2015-01-12pkg.mk: misc tweaks and updates
* We're not using isolate anymore * support EXTCONF_ARGS env for building * add "make check" as an alias for "make test" (muscle memory for GNU-autotools projects)
2015-01-09switch documentation 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.
2012-08-06pkg.mk: update
2011-02-22switch to pkg.mk for packaging needs
I can't stand Rake :x