Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merged directory reorganization | W. Trevor King | 2009-07-14 | 1 | -1/+2 |
|\ | |||||
| * | Updated Makefile to match new organization | W. Trevor King | 2009-07-14 | 1 | -1/+2 |
| | | |||||
* | | libbe/_version.py made PHONY in Makefile. | W. Trevor King | 2009-07-14 | 1 | -0/+1 |
|/ | | | | | It should be updated after bzr commits, but Makefile doesn't understand bzr, so just update every time. | ||||
* | Updated GPLv2 to current GPLv2. | W. Trevor King | 2009-07-14 | 1 | -5/+14 |
| | | | | | | | | | | | | | | | | | | | | | | | | Fixes Ben's bug 00f26f04-9202-4288-8744-b29abc2342d6. I also tweaked update_copyright.sh to make possible future copyright-blurb revision easier. The new algorithm is greedier, overwriting _all_ consecutive comments after a '^# Copyright' line, so do # Copyright # GPL ... GPL ... GPL # Your comment here... not # Copyright # GPL ... GPL ... GPL # # Your comment here... Without the blank line, your comment would get overwritten by the next run of update_copyright.sh. Note that catmutt is ignored by update_copyright.sh because Moritz Barsnick has only licensed his grepm code under the GPLv2 (not GPLv>=2). See the initial catmutt commit for details. | ||||
* | Added (commented out) /usr/local PREFIX to Makefile. | W. Trevor King | 2009-07-12 | 1 | -0/+1 |
| | | | | | | | | I got a bit confused and installed be into "/usr/local " instead of "/usr/local" with PREFIX = /usr/local # ${HOME} With the alternate PREFIX line right there, there should be less temptation to do again :p. | ||||
* | Updated copyright blurbs and AUTHORS and included script for future updates | W. Trevor King | 2009-07-01 | 1 | -1/+3 |
| | |||||
* | Updated .bzringore and Makefile.GENERATED_FILES | W. Trevor King | 2009-06-25 | 1 | -1/+1 |
| | |||||
* | Added auto-generated version info. (be --version) | W. Trevor King | 2009-06-25 | 1 | -2/+11 |
| | |||||
* | Apply patches from j@oil21.org, Ben Finney, Jelmer Vernooij. | Chris Ball | 2008-05-16 | 1 | -2/+22 |
| | |||||
* | Makefile: Add with 'clean' target. | Ben Finney | 2008-04-18 | 1 | -0/+27 |