summaryrefslogtreecommitdiff
path: root/src/lib/messages.sh
AgeCommit message (Collapse)Author
2016-04-15libremessages:flag: Fix several things (also librexgettext)Luke Shumaker
- Fix a bug where it panicked if given an odd number of sub-headings. - Document the the ability to include sub-headings. - Fix librexgettext's handling of it. It only worked correctly for times when it was only called once in a program, or when it was only ever called with exactly one flag/description pair (and no headings).
2016-02-08Refactor the build system. Avoid recursive make.Luke Shumaker
This looks like a lot, but more things should "just work". We have `make dist` now!