aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)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
| | | | | | So make failed for me (Matěj Cepl). Signed-off-by: Matěj Cepl <mcepl@redhat.com>
* 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
| | | | | This way users don't need to mess with PYTHONPATH. They'll still need to tweak PATH so they can find the be entry script.
* 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
| | | | | | | For example, to install without documentation, use: $ make DOC= install which overrides Makefile's default DOC definition, setting it to the empty string.
* 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
| | | | | | | | This has the dual benefits of keeping up with the current DocBook standard as well as removing the dependency on SGML parsers like docbook-to-man and docbook2man which may not be available on all systems. An XSLT processor and the DocBook style sheets are easier dependencies to satisfy.
* 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
| | | | | | | | | | | Now make sphinx builds the Sphinx HTML documentation (in doc/.build/html), and make clean cleans up everything. Having a separate module.mk was just making things confusing, so I took it out ;).
* 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
| | | | | | | | | | | | | | | | | Fixes Ben's "unintuitive test procedure" bug: Date: Wed, 27 Jan 2010 14:09:14 +1100 From: Ben Finney Subject: [Be-devel] Re: Test suite on Trevor's development branch ... > $ python ./test.py > Traceback (most recent call last): [...] > ImportError: No module named _version So it's not possible to simply get a copy of the branch and try running the test suite. ...
* 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
| | | | | | | | | | | | | | | Switched from cStringIO to StringIO in be-handle-mail because: (from http://docs.python.org/library/stringio.html) "Unlike the memory files implemented by the StringIO module, those provided by this [cStringIO] module are not able to accept Unicode strings that cannot be encoded as plain ASCII strings." I'm not sure what all the fuss with sys.__stdin__ had been about in Command.run(), but I took it out and everything still seems to work ;). Also fix Makefail (again!) to install under $HOME by default.
* Added docstrings to libbe submodules.W. Trevor King2009-08-311-2/+2
| | | | Also a few minor tweaks to the module imports.
* 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
|\ | | | | | | | | | | | | Other highlights: * be show --no-comments * Improved *.sync_with_disk. * Improved be-mbox-to-xml.
* | Fixed typo in one of be-handle-mail's InvalidCommand calls.W. Trevor King2009-07-181-2/+2
| | | | | | | | | | Also restored Makefile target to home (from local), which I'd accidentally committed two commits ago...
* | 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
|/ | | | | | There are lots of interfaces. They should each have seperate installation targets, to allow the user to pick only the interfaces they expect to use.
* 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