aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Merged directory reorganizationW. Trevor King2009-07-141-1/+2
|\
| * Updated Makefile to match new organizationW. Trevor King2009-07-141-1/+2
| |
* | libbe/_version.py made PHONY in Makefile.W. Trevor King2009-07-141-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 King2009-07-141-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 King2009-07-121-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 updatesW. Trevor King2009-07-011-1/+3
|
* Updated .bzringore and Makefile.GENERATED_FILESW. Trevor King2009-06-251-1/+1
|
* Added auto-generated version info. (be --version)W. Trevor King2009-06-251-2/+11
|
* Apply patches from j@oil21.org, Ben Finney, Jelmer Vernooij.Chris Ball2008-05-161-2/+22
|
* Makefile: Add with 'clean' target.Ben Finney2008-04-181-0/+27