aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Restore Makefile to work with pyproject.toml.HEADpython3Matěj Cepl2024-04-151-2/+2
* 2to3 conversion of the repo.Matěj Cepl2024-01-181-3/+4
* Ran update-copyright.py.W. Trevor King2012-10-161-1/+1
* Ran update-copyright.py.W. Trevor King2012-02-161-10/+11
* Generated libbe/_version.py was not UTF-8 aware.Matěj Cepl2012-01-021-1/+2
* Run update_copyright.py.W. Trevor King2011-05-251-0/+1
* Remove form feeds (for compatibility with 2to3).W. Trevor King2011-05-121-3/+3
* Fix /64c by installing with `--user` by default (vs. --prefix=${HOME}).W. Trevor King2011-04-161-3/+2
* Use Docutils' rst2doc instead of DocBook XML to generate man page.W. Trevor King2011-01-101-9/+8
* Bumped to version 1.0.01.0.0Chris Ball2011-01-081-1/+1
* Tell Makefile how to generate HTML versions of man pages.W. Trevor King2010-10-221-0/+3
* Allow command line overrides for built documentation.W. Trevor King2010-10-221-1/+4
* Update release.py for use with git-versioned BE.W. Trevor King2010-10-211-2/+3
* Converted man page source to DocBook V5.0.W. Trevor King2010-09-281-3/+7
* Ran update_copyright.pyW. Trevor King2010-06-221-13/+15
* Use git log instead of git show in MakefileW. Trevor King2010-06-221-1/+1
* Updated _version.py and version.py to work with GitW. Trevor King2010-06-221-1/+1
* Consolidated Makefile and doc/man/module.mk. Incorperated doc/Makefile.W. Trevor King2010-02-081-23/+30
* Moved manpage source doc/src to doc/manW. Trevor King2010-02-051-1/+1
* Encourage a run of `make` to build auto-generated files.W. Trevor King2010-01-271-0/+3
* Reorganized documentation to clean doc/ for user-readable filesW. Trevor King2010-01-231-1/+1
* Updated copyright informationW. Trevor King2010-01-011-1/+1
* Ran the new update_copyright.pyW. Trevor King2009-11-191-0/+1
* Convert incoming text/* email payloads to unicode in be-handle-mail.W. Trevor King2009-09-231-2/+2
* Added docstrings to libbe submodules.W. Trevor King2009-08-311-2/+2
* Restored Makefile to /home/wking installationW. Trevor King2009-07-271-3/+3
* Merged assorted changes from be.wtk-rr for BugDir.extra_strings.W. Trevor King2009-07-211-1/+1
|\
* | Fixed typo in one of be-handle-mail's InvalidCommand calls.W. Trevor King2009-07-181-2/+2
* | Fixed some missing references in be-handle-mail.InvalidSubjectW. Trevor King2009-07-181-2/+2
* | Don't install xml tools (e.g. be-xml-to-mbox, cattmutt, ...).W. Trevor King2009-07-151-2/+2
|/
* 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
|/
* Updated GPLv2 to current GPLv2.W. Trevor King2009-07-141-5/+14
* Added (commented out) /usr/local PREFIX to Makefile.W. Trevor King2009-07-121-0/+1
* 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